From: Norbert Pocs Date: Mon, 14 Jul 2025 13:59:07 +0000 (+0200) Subject: Update doc on CRYPTO_MEM_SEC(_MINSIZE) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=342c0f340c29a588ff005ad718731eb6a111f325;p=thirdparty%2Fopenssl.git Update doc on CRYPTO_MEM_SEC(_MINSIZE) Signed-off-by: Norbert Pocs Reviewed-by: Neil Horman Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/28036) --- diff --git a/doc/man7/openssl-env.pod b/doc/man7/openssl-env.pod index 78043d5bd68..51c0741846a 100644 --- a/doc/man7/openssl-env.pod +++ b/doc/man7/openssl-env.pod @@ -51,6 +51,20 @@ See L. Specifies the directory from which cryptographic providers are loaded. Equivalently, the generic B<-provider-path> command-line option may be used. +=item B + +Initializes the secure memory at the beginning of the application which makes +the secure memory calls not to fall back to regular memory calls. The value +indicates the B parameter in bytes. The value can be expressed in +binary, octal, decimal and hexadecimal. For formatting see B. +For further restrictions see L. + +=item B + +An optional variable used with B. The value indicates +B parameter in bytes. The same formatting applies as above. +Default is 0. For more info see L. + =item B By default the OpenSSL trace feature is disabled statically.