Refactor ssl_update_cache. This now matches the logic used for TLS 1.3
authorbeck <beck@openbsd.org>
Sat, 4 Sep 2021 15:21:45 +0000 (15:21 +0000)
committerbeck <beck@openbsd.org>
Sat, 4 Sep 2021 15:21:45 +0000 (15:21 +0000)
commit975610e875ca8bc7011ba0e4f57a0df8ee22378c
tree2fe8c6d8d5d7670fc43f5ca736194e6ebf45a17b
parentdcc03317b9a1d90150ae83dc28ee2af77772e072
Refactor ssl_update_cache. This now matches the logic used for TLS 1.3
in Openssl 1.1.1 for when to call the session callbacks. I believe it
to also generates a lot less eye bleed, confirmed by tb@

ok jsing@ tb@
lib/libssl/ssl_lib.c