diff --git a/cipherscan b/cipherscan index cda1452..53d84d0 100755 --- a/cipherscan +++ b/cipherscan @@ -15,7 +15,7 @@ fi if [ ! -e "$CACERTS" ]; then echo "Warning: CA Certificates not found at $CACERTS, export CACERTS variable with location of your trust anchors" 1>&2 fi -CIPHERSUITE="ALL:COMPLEMENTOFALL" +CIPHERSUITE="ALL:COMPLEMENTOFALL:+aRSA" DEBUG=0 VERBOSE=0 DELAY=0