]> 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:36:21 +0000 (17:36 +0000)
commite2bfb61f617fa0f3acf88263a9afc702320660db
tree2938e67d7af936848ca8a94fb4e2412a78811f2e
parent9cbaa8763c096bc91e09fc121583f90d93ecfc82
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)
test/sslapitest.c