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:03:42 +0000 (10:03 +0100)
commit9545eac45bc79496763d2ded02629f88a8629fb9
treea752d1720463c648663ad0badbd6047e8d2ff4e2
parent228806a4f3c42cfb304b974a267a95f7a12cba87
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