• D
    Make DTLS1_BAD_VER work with DTLS_client_method() · 032924c4
    David Woodhouse 提交于
    DTLSv1_client_method() is deprecated, but it was the only way to obtain
    DTLS1_BAD_VER support. The SSL_OP_CISCO_ANYCONNECT hack doesn't work with
    DTLS_client_method(), and it's relatively non-trivial to make it work without
    expanding the hack into lots of places.
    
    So deprecate SSL_OP_CISCO_ANYCONNECT with DTLSv1_client_method(), and make
    it work with SSL_CTX_set_{min,max}_proto_version(DTLS1_BAD_VER) instead.
    Reviewed-by: NRich Salz <rsalz@openssl.org>
    Reviewed-by: NMatt Caswell <matt@openssl.org>
    032924c4
d1_lib.c 31.3 KB