From dea46cf8f15c2357dd515039c5e494d766f53595 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 21 Aug 2018 16:12:54 +0200 Subject: [PATCH] Clarify comment in test In RSAPrivateKey, Version is an INTEGER. The version must be 0. --- tests/suites/test_suite_psa_crypto.function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/suites/test_suite_psa_crypto.function b/tests/suites/test_suite_psa_crypto.function index 16227fb6d..87bf28e23 100644 --- a/tests/suites/test_suite_psa_crypto.function +++ b/tests/suites/test_suite_psa_crypto.function @@ -519,7 +519,7 @@ static int exported_key_sanity_check( psa_key_type_t type, size_t bits, uint8_t *end = exported + exported_length; size_t len; /* RSAPrivateKey ::= SEQUENCE { - * version Version, -- 0 + * version INTEGER, -- must be 0 * modulus INTEGER, -- n * publicExponent INTEGER, -- e * privateExponent INTEGER, -- d