• E
    Tighten session ticket handling · d663df23
    Emilia Kasper 提交于
    Tighten client-side session ticket handling during renegotiation:
    ensure that the client only accepts a session ticket if the server sends
    the extension anew in the ServerHello. Previously, a TLS client would
    reuse the old extension state and thus accept a session ticket if one was
    announced in the initial ServerHello.
    Reviewed-by: NBodo Moeller <bodo@openssl.org>
    d663df23
s3_clnt.c 92.4 KB