commit | fa44f20b9fd9fdffb55fa365a28ff15c34ca22cd | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Mar 27 17:52:25 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Mar 27 17:52:25 2015 +0100 |
tree | a8866e444295f44a18a6edba95ffc752a370e86b | |
parent | 606df8c1996b66407c5a899b5dca419491e9db97 [diff] [blame] |
Change authmode default to Required on client
diff --git a/ChangeLog b/ChangeLog index 10aea36..e8f63d1 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -41,6 +41,7 @@ default ciphersuite list returned by ssl_list_ciphersuites() * Support for receiving SSLv2 ClientHello is now disabled by default at compile time. + * The default authmode for SSL/TLS clients is now REQUIRED. Changes * Remove test program o_p_test, the script compat.sh does more.