]> git.ipfire.org Git - thirdparty/openssl.git/commit
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 08:37:01 +0000 (09:37 +0100)
commitdcad51bc13c9b716d9a66248bcc4038c071ff158
tree1d6717598a17f917c686b4745e036de49b62ffdd
parent80d586d97f4e8cd80d0f0c4152617250d261948d
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>
ssl/ssl_sess.c