]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test for configuring provider certs via config
authorMatt Caswell <matt@openssl.org>
Fri, 7 Feb 2025 11:53:59 +0000 (11:53 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 11 Feb 2025 17:40:58 +0000 (17:40 +0000)
commit873a99ab6aa4f1618454fac23f8127d3b08ef95d
tree55178617022c67b178a9b9f24f68ab988a2850d8
parentec6d1351430bca47a771c9e95a17ed94662a1131
Add a test for configuring provider certs via config

A bug existed where provider added cert algorithms caused a crash when
they were configured via a config file. We add a test for this scenario.

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)

(cherry picked from commit e2bfb61f617fa0f3acf88263a9afc702320660db)
test/sslapitest.c