Remove a hack from ssl_test_old
authorMatt Caswell <matt@openssl.org>
Tue, 15 Nov 2016 16:31:26 +0000 (16:31 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 16 Nov 2016 10:27:40 +0000 (10:27 +0000)
commite304d3e20f45243f9e643607edfe4db49c329596
tree1e176628375cc56adb05623203ac42b6f8265546
parent5a2443aee4c1bf583d19a2c5f68b87b52dcece7f
Remove a hack from ssl_test_old

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: Rich Salz <rsalz@openssl.org>
doc/man3/SSL_COMP_add_compression_method.pod
include/openssl/ssl.h
ssl/ssl_ciph.c
test/ssltest_old.c
util/libssl.num