The pointer to the cipher object is not yet set, when session was reloaded
authorLutz Jänicke <jaenicke@openssl.org>
Fri, 15 Nov 2002 10:51:40 +0000 (10:51 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Fri, 15 Nov 2002 10:51:40 +0000 (10:51 +0000)
commitda91e37d37049a4d2bb09384ec937545eaf3678f
tree0202959d77462e1ecf6ddc4e04fc589d68a2fa5a
parent2758c44398431269bc32f9ae3f08b73e181d1c6d
The pointer to the cipher object is not yet set, when session was reloaded
from external cache (using d2i_SSL_SESSION). Perform comparison based on
the cipher's id instead.
Submitted by: Steve Haslam <araqnid@innocent.com>
Reviewed by:
PR: 288
ssl/s3_clnt.c