Skip to content
  • Matt Caswell's avatar
    Remove a hack from ssl_test_old · b5c8f42c
    Matt Caswell authored
    
    
    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: default avatarRich Salz <rsalz@openssl.org>
    (cherry picked from commit e304d3e2)
    b5c8f42c