]> git.ipfire.org Git - thirdparty/openssl.git/commit
X509_VERIFY_PARAM_get0(): add check to defend on out-of-bound table access
authorDr. David von Oheimb <dev@ddvo.net>
Thu, 28 Aug 2025 16:33:06 +0000 (18:33 +0200)
committerDr. David von Oheimb <dev@ddvo.net>
Wed, 3 Sep 2025 15:45:29 +0000 (17:45 +0200)
commitceb45f64bde3d299c7ef529e5cd5372e4a421366
treec52e1f84f5782760d1ddc0aa7f2507d5de1d3f1d
parent09c13b47f3096e5a2c0fe0e0dc1ff16643e0b6cc
X509_VERIFY_PARAM_get0(): add check to defend on out-of-bound table access

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28370)
crypto/x509/v3_purp.c
crypto/x509/x509_vpm.c