]> git.ipfire.org Git - thirdparty/bind9.git/commit
TLS stream/DoH: implement TLS client session resumption
authorArtem Boldariev <artem@boldariev.com>
Fri, 22 Apr 2022 12:59:11 +0000 (15:59 +0300)
committerArtem Boldariev <artem@boldariev.com>
Fri, 20 May 2022 17:17:45 +0000 (20:17 +0300)
commit90bc13a5d52a7997a5cb977d62489d034b344b73
treed50ed6f35ce088be732b9c77ba7c7fa935850432
parent987892d113053f40b94f589f745e0203f097f15c
TLS stream/DoH: implement TLS client session resumption

This commit extends TLS stream code and DoH code with TLS client
session resumption support implemented on top of the TLS client
session cache.
bin/dig/dighost.c
bin/tests/test_client.c
lib/isc/include/isc/netmgr.h
lib/isc/netmgr/http.c
lib/isc/netmgr/netmgr-int.h
lib/isc/netmgr/netmgr.c
lib/isc/netmgr/tlsstream.c
lib/isc/tests/doh_test.c
lib/isc/tests/netmgr_test.c