• M
    Provide partial support for fragmented DTLS ClientHellos · 4b1043ef
    Matt Caswell 提交于
    The recently rewriten DTLSv1_listen code does not support fragmented
    ClientHello messages because fragment reassembly requires server state
    which is against the whole point of DTLSv1_listen. This change adds some
    partial support for fragmented ClientHellos. It requires that the cookie
    must be within the initial fragment. That way any non-initial ClientHello
    fragments can be dropped and fragment reassembly is not required.
    Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
    4b1043ef
d1_lib.c 34.3 KB