Document the OSSL_SELF_TEST_TYPE_PCT_IMPORT failure state

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28376)
This commit is contained in:
Pauli 2025-08-29 12:47:35 +10:00 committed by Neil Horman
parent eaba675c4b
commit dc442241b2
1 changed files with 5 additions and 1 deletions

View File

@ -366,7 +366,11 @@ Known answer test for a Deterministic Random Bit Generator.
=item "Conditional_PCT" (B<OSSL_SELF_TEST_TYPE_PCT>)
Conditional test that is run during the generation or importing of key pairs.
Conditional test that is run during the generation of key pairs.
=item "Import_PCT" (B<OSSL_SELF_TEST_TYPE_PCT_IMPORT>)
Conditional test that is run during the import of key pairs.
=item "Conditional_KAT" (B<OSSL_SELF_TEST_TYPE_PCT_KAT>)