Use X509_STORE_CTX_get0_chain() instead of grabbing the chain directly
authortb <tb@openbsd.org>
Sat, 23 Oct 2021 13:12:55 +0000 (13:12 +0000)
committertb <tb@openbsd.org>
Sat, 23 Oct 2021 13:12:55 +0000 (13:12 +0000)
commitd3771e0135cfe9242f69b2ca116db0a4c8eba547
treeffda5f1aad0267abdf8060243e73d813d7938adf
parent4e1ee0786f11cc571bd0be17d38e46f635c719fc
Use X509_STORE_CTX_get0_chain() instead of grabbing the chain directly
out of the X509_STORE_CTX.

ok jsing
lib/libssl/ssl_both.c
lib/libssl/tls13_server.c