• M
    Set first_packet for TLS clients · 81fc390f
    Matt Caswell 提交于
    Version negotiation was broken (one of the late changes in the review
    process broke it). The problem is that TLS clients do not set first_packet,
    whereas TLS/DTLS servers and DTLS clients do. The simple fix is to set
    first_packet for TLS clients too.
    Reviewed-by: NKurt Roeckx <kurt@openssl.org>
    81fc390f
s3_clnt.c 117.7 KB