From 8f373f11d2356d691416810f89f6f961f48d24ac Mon Sep 17 00:00:00 2001 From: Pauli Date: Tue, 6 May 2025 12:09:53 +1000 Subject: [PATCH] doc: document the security category param for pkeys Reviewed-by: Shane Lontis Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/27571) --- doc/man7/provider-keymgmt.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/man7/provider-keymgmt.pod b/doc/man7/provider-keymgmt.pod index 420b7cdbfcd..1860814d318 100644 --- a/doc/man7/provider-keymgmt.pod +++ b/doc/man7/provider-keymgmt.pod @@ -406,6 +406,12 @@ dimensions handled in the rest of the same provider. The value should be the number of security bits of the given key. Bits of security is defined in SP800-57. +=item "security-category" (B) + +The value is the NIST +L +for the algorithm. It is an integer value in the range [0, 5] inclusive. + =item "mandatory-digest" (B) If there is a mandatory digest for performing a signature operation with -- 2.47.2