• M
    Remove a hack from ssl_test_old · e304d3e2
    Matt Caswell 提交于
    ssl_test_old was reaching inside the SSL structure and changing the internal
    BIO values. This is completely unneccessary, and was causing an abort in the
    test when enabling TLSv1.3.
    
    I also removed the need for ssl_test_old to include ssl_locl.h. This
    required the addition of some missing accessors for SSL_COMP name and id
    fields.
    Reviewed-by: NRich Salz <rsalz@openssl.org>
    e304d3e2
ssltest_old.c 103.6 KB