Fix Kerberos issue in ssl_session_dup
authorMatt Caswell <matt@openssl.org>
Wed, 10 Jun 2015 08:32:34 +0000 (09:32 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 10 Jun 2015 09:02:16 +0000 (10:02 +0100)
commit106a9a5d7e26e728a654d7424849081bd988d4a5
treeab578e8b2e743fdc94b8b75d8d830594929402b9
parentcb972a4fe710c3e07300cdd3e3c3d41a42fc9672
Fix Kerberos issue in ssl_session_dup

The fix for CVE-2015-1791 introduced an error in ssl_session_dup for
Kerberos.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(cherry picked from commit dcad51bc13c9b716d9a66248bcc4038c071ff158)
ssl/ssl_sess.c