]> git.ipfire.org Git - thirdparty/openssl.git/commit
Do not call BIO_printf() from FIPS_MODULE
authorTomas Mraz <tomas@openssl.org>
Thu, 13 Feb 2025 20:00:03 +0000 (21:00 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 18 Feb 2025 15:31:45 +0000 (16:31 +0100)
commite9aac2c2f35f85019db91871a5ea2b1f85cbf787
tree4f28904dddf1db1676d0bab63e3a397112f83cc8
parent5cba3629098a55a559a9bb177c095fc77b1e8b88
Do not call BIO_printf() from FIPS_MODULE

Fixes #26743

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26744)
crypto/property/property.c