Make tls_session_secret_cb work with CVE-2014-0224 fix.
If application uses tls_session_secret_cb for session resumption set the CCS_OK flag. (cherry picked from commit 953c592572e8811b7956cc09fbd8e98037068b58)
This commit is contained in:
parent
74360af359
commit
a21f350a76
1 changed files with 1 additions and 0 deletions
|
@ -1031,6 +1031,7 @@ int ssl3_get_server_hello(SSL *s)
|
|||
{
|
||||
s->session->cipher = pref_cipher ?
|
||||
pref_cipher : ssl_get_cipher_by_char(s, p+j);
|
||||
s->s3->flags |= SSL3_FLAGS_CCS_OK;
|
||||
}
|
||||
}
|
||||
#endif /* OPENSSL_NO_TLSEXT */
|
||||
|
|
Loading…
Reference in a new issue