mirror of https://github.com/openssl/openssl.git
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:
parent
eaba675c4b
commit
dc442241b2
|
@ -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>)
|
||||
|
||||
|
|
Loading…
Reference in New Issue