• E
    RT2772: accept empty SessionTicket · e711da71
    Emilia Kasper 提交于
    RFC 5077 section 3.3 says:
    If the server determines that it does not want to include a
    ticket after it has included the SessionTicket extension in the
    ServerHello, then it sends a zero-length ticket in the
    NewSessionTicket handshake message.
    
    Previously the client would fail upon attempting to allocate a
    zero-length buffer. Now, we have the client ignore the empty ticket and
    keep the existing session.
    Reviewed-by: NMatt Caswell <matt@openssl.org>
    e711da71
s3_clnt.c 118.1 KB