If OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL is set allow the use of "SCSV" as

a ciphersuite to position the SCSV value in different places for testing
purposes.
This commit is contained in:
Dr. Stephen Henson
2012-09-30 12:39:27 +00:00
parent 3ed6e22771
commit 323fa64559
3 changed files with 31 additions and 2 deletions

View File

@@ -2011,6 +2011,22 @@ OPENSSL_GLOBAL SSL_CIPHER ssl3_ciphers[]={
256,
256,
},
#ifdef OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL
{
1,
"SCSV",
SSL3_CK_SCSV,
0,
0,
0,
0,
0,
0,
0,
0,
0
},
#endif
#ifndef OPENSSL_NO_ECDH
/* Cipher C001 */