X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fstatem%2Fextensions_srvr.c;h=83cd3633a6bc7d77c6f87e3276f22d7fda1e65a4;hp=16f1b853672c4db607a6765fffdf3a8cacdf5aa6;hb=c36001c3a89691e21dc4940425fc880c89c57ffc;hpb=042c57539bfe7bbd642cdf6410c56327e91ad908 diff --git a/ssl/statem/extensions_srvr.c b/ssl/statem/extensions_srvr.c index 16f1b85367..83cd3633a6 100644 --- a/ssl/statem/extensions_srvr.c +++ b/ssl/statem/extensions_srvr.c @@ -895,6 +895,8 @@ int tls_parse_ctos_cookie(SSL *s, PACKET *pkt, unsigned int context, X509 *x, /* Act as if this ClientHello came after a HelloRetryRequest */ s->hello_retry_request = 1; + s->ext.cookieok = 1; + return 1; }