]> 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:47:00 +0000 (17:47 +0200)
commit7e9498b5c7f9f90522a8755fd15bc06c6605ef1e
tree5fc2c4b8eb558954df9f97e11c200bc024997ba5
parentc9ec0346e15dd3f9051cff674a9a9b15de014f77
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)

(cherry picked from commit ceb45f64bde3d299c7ef529e5cd5372e4a421366)
crypto/x509/v3_purp.c
crypto/x509/x509_vpm.c