]> git.ipfire.org Git - thirdparty/openssl.git/commit
openssl: Add option to init sec mem at startup
authorNorbert Pocs <norbertp@openssl.org>
Mon, 14 Jul 2025 13:01:24 +0000 (15:01 +0200)
committerNeil Horman <nhorman@openssl.org>
Wed, 16 Jul 2025 12:23:38 +0000 (08:23 -0400)
commit91d34f408cd23aa38275a3ce9e8bb31c4cbbcd83
tree1dc830619ab24373df49eb2974683e72e5f09f1e
parentac87f6b3a36ee3beac9e806c33127269edb6ca20
openssl: Add option to init sec mem at startup

Adding env variables OPENSSL_SEC_MEM and OPENSSL_SEC_MEM_MINSIZE, which
initializes the secure memory at the beginning of the openssl app.

Resolves: https://github.com/openssl/project/issues/786

Signed-off-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28036)
apps/openssl.c