mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
- FIX for wrong color fuction
This commit is contained in:
parent
096a2cd854
commit
1605606847
@ -837,13 +837,13 @@ run_std_cipherlists() {
|
||||
std_cipherlists aNULL " Anonymous NULL Cipher " 1
|
||||
std_cipherlists ADH " Anonymous DH Cipher " 1
|
||||
if [[ "$OSSL_VER" = *chacha* ]]; then
|
||||
out " 40 Bit encryption "; pr_magentaln "Local problem: $OPENSSL has a bug here"
|
||||
out " 40 Bit encryption "; magentaln "Local problem: $OPENSSL has a bug here"
|
||||
else
|
||||
std_cipherlists EXPORT40 " 40 Bit encryption " 1
|
||||
fi
|
||||
std_cipherlists EXPORT56 " 56 Bit encryption " 1
|
||||
if [[ "$OSSL_VER" = *chacha* ]]; then
|
||||
out " Export Cipher (general) "; pr_magentaln "Local problem: $OPENSSL has a bug here"
|
||||
out " Export Cipher (general) "; magentaln "Local problem: $OPENSSL has a bug here"
|
||||
else
|
||||
std_cipherlists EXPORT " Export Cipher (general) " 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user