Make tls_session_secret_cb work with CVE-2014-0224 fix.
authorDr. Stephen Henson <steve@openssl.org>
Sat, 7 Jun 2014 14:21:13 +0000 (15:21 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 7 Jun 2014 14:27:23 +0000 (15:27 +0100)
commita21f350a76b34b66dcaf9c1676baec945f32e980
treed3e0c14d12171bec312d4da3ad5bb1b226f38a87
parent74360af359de045fb3736585dba8e761caf5f702
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)
ssl/s3_clnt.c