]> git.ipfire.org Git - thirdparty/hostap.git/commit
BoringSSL: Replace stack-allocated X509_STORE_CTX with heap one
authorJouni Malinen <j@w1.fi>
Fri, 15 Apr 2022 09:50:51 +0000 (12:50 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 15 Apr 2022 10:00:26 +0000 (13:00 +0300)
commit80be88a08932012f724594fe1fe8a0393c9715ac
treecf471347078c3b7eb66ac02e8300f34a95e9a7e9
parent3f94dcdd1aa0f48afd8838c8e867c20b0c08e792
BoringSSL: Replace stack-allocated X509_STORE_CTX with heap one

BoringSSL commit dddb60eb9700110835ff6e2b429de40a17006429 ("Make most of
crypto/x509 opaque.") broke the stack-allocated version, so move to
using X509_STORE_CTX_new() to get an opaque pointer to X509_STORE_CTX
instead.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/tls_openssl_ocsp.c