From: Tomas Mraz Date: Mon, 3 Mar 2025 11:02:29 +0000 (+0100) Subject: doc: Fix type of OSSL_KEM_PARAM_IKME for ML-KEM X-Git-Tag: openssl-3.5.0-alpha1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac80e1e15dcd13c61392a706170c427250c7bb69;p=thirdparty%2Fopenssl.git doc: Fix type of OSSL_KEM_PARAM_IKME for ML-KEM Fixes #26945 Reviewed-by: Paul Dale Reviewed-by: Tim Hudson Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/26954) --- diff --git a/doc/man7/EVP_KEM-ML-KEM.pod b/doc/man7/EVP_KEM-ML-KEM.pod index 982721af3f8..2c019e67772 100644 --- a/doc/man7/EVP_KEM-ML-KEM.pod +++ b/doc/man7/EVP_KEM-ML-KEM.pod @@ -15,7 +15,7 @@ about basic KEM operations. =over 4 -=item "ikme" (B) +=item "ikme" (B) The OpenSSL ML-KEM encapsulation mechanism can only be modified by setting randomness during encapsulation, this enables testing, as per