Merge pull request #894 from dcooper16/fix_std_cipherlists_false_positives

Fix false positive in std_cipherlists()
This commit is contained in:
Dirk Wetter 2017-11-08 08:46:30 +01:00 committed by GitHub
commit db9000a955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2449,7 +2449,7 @@ listciphers() {
# argv[5]: non-SSLv2 cipher list to test (hexcodes), if using sockets
# argv[6]: SSLv2 cipher list to test (hexcodes), if using sockets
std_cipherlists() {
local -i i len sclient_success
local -i i len sclient_success=1
local cipherlist sslv2_cipherlist detected_ssl2_ciphers
local singlespaces
local proto=""