2
0
mirror of https://github.com/mozilla/cipherscan.git synced 2025-06-07 19:43:40 +02:00
This commit is contained in:
Peter Mosmans 2014-11-25 08:17:30 +00:00
commit b5a7377bdb

View File

@ -35,9 +35,10 @@ if [ ! -e "$CACERTS" ]; then
CACERTS="$(dirname $0)/ca-bundle.crt" CACERTS="$(dirname $0)/ca-bundle.crt"
fi fi
# RSA ciphers are put at the end to force Google servers to accept ECDSA ciphers # RSA ciphers can be placed at the end to force Google servers to accept ECDSA ciphers
# (probably a result of a workaround for the bug in Apple implementation of ECDSA) # (probably a result of a workaround for the bug in Apple implementation of ECDSA) :
CIPHERSUITE="ALL:COMPLEMENTOFALL:+aRSA" #CIPHERSUITE="ALL:COMPLEMENTOFALL:+aRSA"
CIPHERSUITE="ALL:COMPLEMENTOFALL:aRSA"
DEBUG=0 DEBUG=0
VERBOSE=0 VERBOSE=0
DELAY=0 DELAY=0