RFC4507 (including RFC4507bis) TLS stateless session resumption support
for OpenSSL.
This commit is contained in:
@@ -607,7 +607,7 @@ static int get_client_hello(SSL *s)
|
||||
else
|
||||
{
|
||||
i=ssl_get_prev_session(s,&(p[s->s2->tmp.cipher_spec_length]),
|
||||
s->s2->tmp.session_id_length);
|
||||
s->s2->tmp.session_id_length, NULL);
|
||||
if (i == 1)
|
||||
{ /* previous session */
|
||||
s->hit=1;
|
||||
|
Reference in New Issue
Block a user