Skip to content

Commit 0d87035

Browse files
committed
tests: streamline test data
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 145061e commit 0d87035

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

tools/src/test/resources/1.7/valid-cryptography-implementation-1.7.textproto

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,17 @@ components {
7979
components {
8080
name: "ML-KEM-1024"
8181
bom_ref: "mlkem1024"
82-
type: "cryptographic-asset"
82+
type: CLASSIFICATION_CRYPTOGRAPHIC_ASSET
8383
cryptoProperties{
84-
assetType: "algorithm"
84+
assetType: CRYPTO_ASSET_TYPE_ALGORITHM
8585
algorithmProperties{
8686
algorithmFamily: "ML-KEM"
87-
primitive: "kem"
88-
executionEnvironment: "software-plain-ram"
89-
implementationPlatform: "x86_64"
90-
certificationLevel: ["none"]
91-
cryptoFunctions: ["keygen", "keyderive"]
87+
primitive: CRYPTO_PRIMITIVE_KEM
88+
executionEnvironment: CRYPTO_EXECUTION_ENVIRONMENT_SOFTWARE_PLAIN_RAM
89+
implementationPlatform: CRYPTO_IMPLEMENTATION_PLATFORM_X86_64
90+
certificationLevel: "none"
91+
cryptoFunctions: CRYPTO_ALGORITHM_FUNCTION_KEYGEN
92+
cryptoFunctions: CRYPTO_ALGORITHM_FUNCTION_KEYDERIVE
9293
nistQuantumSecurityLevel: 5
9394
}
9495
oid: "2.16.840.1.101.3.4.1.48"

0 commit comments

Comments
 (0)