]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Fix to use SSL_CTX_set_tlsext_ticket_key_evp_cb in OpenSSL
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 8 Jul 2020 14:22:39 +0000 (16:22 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 8 Jul 2020 14:22:39 +0000 (16:22 +0200)
commite99b5046ebaca64d48b5fa26b323a14f8bb1b6ef
tree5a9b86ee1df82d4da13feabb9f4eca32814a6af8
parentff50993f3614c11c5c367b83e4e259f8b3e673fb
- Fix to use SSL_CTX_set_tlsext_ticket_key_evp_cb in OpenSSL
  3.0.0-alpha4.
- Longer keys for the test set, this avoids weak crypto errors.
80 files changed:
config.h.in
configure
configure.ac
doc/Changelog
testdata/09-unbound-control.tdir/bad_control.key
testdata/09-unbound-control.tdir/bad_control.pem
testdata/09-unbound-control.tdir/bad_server.key
testdata/09-unbound-control.tdir/bad_server.pem
testdata/09-unbound-control.tdir/unbound_control.key
testdata/09-unbound-control.tdir/unbound_control.pem
testdata/09-unbound-control.tdir/unbound_server.key
testdata/09-unbound-control.tdir/unbound_server.pem
testdata/10-unbound-anchor.tdir/keys/test_cert.pem
testdata/10-unbound-anchor.tdir/keys/unbound-control-setup
testdata/10-unbound-anchor.tdir/keys/unbound_control.key
testdata/10-unbound-anchor.tdir/keys/unbound_control.pem
testdata/10-unbound-anchor.tdir/keys/unbound_server.key
testdata/10-unbound-anchor.tdir/keys/unbound_server.pem
testdata/ctrl_itr.tdir/unbound_control.key
testdata/ctrl_itr.tdir/unbound_control.pem
testdata/ctrl_itr.tdir/unbound_server.key
testdata/ctrl_itr.tdir/unbound_server.pem
testdata/ctrl_pipe.tdir/unbound_control.key
testdata/ctrl_pipe.tdir/unbound_control.pem
testdata/ctrl_pipe.tdir/unbound_server.key
testdata/ctrl_pipe.tdir/unbound_server.pem
testdata/dnstap.tdir/unbound_control.key
testdata/dnstap.tdir/unbound_control.pem
testdata/dnstap.tdir/unbound_server.key
testdata/dnstap.tdir/unbound_server.pem
testdata/dnstap_reconnect.tdir/unbound_control.key
testdata/dnstap_reconnect.tdir/unbound_control.pem
testdata/dnstap_reconnect.tdir/unbound_server.key
testdata/dnstap_reconnect.tdir/unbound_server.pem
testdata/dnstap_tcp.tdir/unbound_control.key
testdata/dnstap_tcp.tdir/unbound_control.pem
testdata/dnstap_tcp.tdir/unbound_server.key
testdata/dnstap_tcp.tdir/unbound_server.pem
testdata/dnstap_tls.tdir/unbound_control.key
testdata/dnstap_tls.tdir/unbound_control.pem
testdata/dnstap_tls.tdir/unbound_server.key
testdata/dnstap_tls.tdir/unbound_server.pem
testdata/dnstap_tls_badcert.tdir/unbound_control.key
testdata/dnstap_tls_badcert.tdir/unbound_control.pem
testdata/dnstap_tls_badcert.tdir/unbound_server.key
testdata/dnstap_tls_badcert.tdir/unbound_server.pem
testdata/dnstap_tls_badname.tdir/unbound_control.key
testdata/dnstap_tls_badname.tdir/unbound_control.pem
testdata/dnstap_tls_badname.tdir/unbound_server.key
testdata/dnstap_tls_badname.tdir/unbound_server.pem
testdata/dnstap_tls_clientauth.tdir/unbound_control.key
testdata/dnstap_tls_clientauth.tdir/unbound_control.pem
testdata/dnstap_tls_clientauth.tdir/unbound_server.key
testdata/dnstap_tls_clientauth.tdir/unbound_server.pem
testdata/dnstap_tls_peername.tdir/unbound_control.key
testdata/dnstap_tls_peername.tdir/unbound_control.pem
testdata/dnstap_tls_peername.tdir/unbound_server.key
testdata/dnstap_tls_peername.tdir/unbound_server.pem
testdata/dynlibmod.tdir/unbound_control.key
testdata/dynlibmod.tdir/unbound_control.pem
testdata/dynlibmod.tdir/unbound_server.key
testdata/dynlibmod.tdir/unbound_server.pem
testdata/fwd_bogus.tdir/unbound_control.key
testdata/fwd_bogus.tdir/unbound_control.pem
testdata/fwd_bogus.tdir/unbound_server.key
testdata/fwd_bogus.tdir/unbound_server.pem
testdata/remote-threaded.tdir/unbound_control.key
testdata/remote-threaded.tdir/unbound_control.pem
testdata/remote-threaded.tdir/unbound_server.key
testdata/remote-threaded.tdir/unbound_server.pem
testdata/ssl_req_order.tdir/unbound_server.key
testdata/ssl_req_order.tdir/unbound_server.pem
testdata/ssl_req_timeout.tdir/unbound_server.key
testdata/ssl_req_timeout.tdir/unbound_server.pem
testdata/stream_ssl.tdir/unbound_control.key
testdata/stream_ssl.tdir/unbound_control.pem
testdata/stream_ssl.tdir/unbound_server.key
testdata/stream_ssl.tdir/unbound_server.pem
util/net_help.c
util/net_help.h