]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix configuring provider certificate algs via config file
authorMatt Caswell <matt@openssl.org>
Fri, 7 Feb 2025 12:11:41 +0000 (12:11 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 11 Feb 2025 17:36:21 +0000 (17:36 +0000)
commit9cbaa8763c096bc91e09fc121583f90d93ecfc82
treedf65c16834acc143714859200a0212b5928dbcff
parentc21e213b97098a1545248adc1681877cb1fc87ce
Fix configuring provider certificate algs via config file

A crash could occur when attempting to configure a certificate via a
config file, where the algorithm for the certificate key was added
dynamically via a provider.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26663)
ssl/ssl_conf.c