mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 22:55:38 +01:00
Clarify comment in test
In RSAPrivateKey, Version is an INTEGER. The version must be 0.
This commit is contained in:
parent
c6290c043e
commit
dea46cf8f1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user