mirror of https://github.com/openssl/openssl.git
ecx: add security category checks to evp_test data
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/27571)
This commit is contained in:
parent
ae36afee11
commit
6cc9a3fd0b
|
|
@ -79,6 +79,12 @@ Sign-Message = ED25519:ED25519-1
|
|||
Input = ""
|
||||
Output = e5564300c360ac729086e2cc806e828a84877f1eb8e5d974d873e065224901555fb8821590a33bacc61e39701cf9b46bd25bf5f0595bbe24655141438e7a100b
|
||||
|
||||
FIPSversion = >=3.6.0
|
||||
Sign-Message = ED25519:ED25519-1
|
||||
Input = ""
|
||||
Output = e5564300c360ac729086e2cc806e828a84877f1eb8e5d974d873e065224901555fb8821590a33bacc61e39701cf9b46bd25bf5f0595bbe24655141438e7a100b
|
||||
Security-Category = 0
|
||||
|
||||
PrivPubKeyPair = ED25519-2:ED25519-2-PUBLIC
|
||||
|
||||
FIPSversion = >=3.4.0
|
||||
|
|
@ -276,6 +282,12 @@ Sign-Message = ED448:ED448-1
|
|||
Input = ""
|
||||
Output = 533a37f6bbe457251f023c0d88f976ae2dfb504a843e34d2074fd823d41a591f2b233f034f628281f2fd7a22ddd47d7828c59bd0a21bfd3980ff0d2028d4b18a9df63e006c5d1c2d345b925d8dc00b4104852db99ac5c7cdda8530a113a0f4dbb61149f05a7363268c71d95808ff2e652600
|
||||
|
||||
FIPSversion = >=3.6.0
|
||||
Sign-Message = ED448:ED448-1
|
||||
Input = ""
|
||||
Output = 533a37f6bbe457251f023c0d88f976ae2dfb504a843e34d2074fd823d41a591f2b233f034f628281f2fd7a22ddd47d7828c59bd0a21bfd3980ff0d2028d4b18a9df63e006c5d1c2d345b925d8dc00b4104852db99ac5c7cdda8530a113a0f4dbb61149f05a7363268c71d95808ff2e652600
|
||||
Security-Category = 0
|
||||
|
||||
FIPSversion = >=3.4.0
|
||||
Sign-Message = ED448:ED448-2
|
||||
Input = 03
|
||||
|
|
|
|||
Loading…
Reference in New Issue