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:52:53 +0000 (10:52 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Fri, 15 Nov 2002 10:52:53 +0000 (10:52 +0000)
commit8e71d1b56108db6dea15d00426faab378fc55f3c
tree73f499b39559139d03ee4d6000b772fd0b3c7bc4
parent8b5cd8a9658dac87bca96c7d9d4332ec6719b26c
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