mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-05-01 12:26:24 +00:00
Fix OID names.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
83b5753bb5
commit
977aced343
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ int cmd_keypair_gen() {
|
|||
}
|
||||
mbedtls_rsa_free(&rsa);
|
||||
}
|
||||
else if (memcmp(oid, OID_IT_TA_ECDSA_SHA_256,MIN(oid_len,10)) == 0) { //ECC
|
||||
else if (memcmp(oid, OID_ID_TA_ECDSA_SHA_256,MIN(oid_len,10)) == 0) { //ECC
|
||||
size_t prime_len;
|
||||
uint8_t *prime = NULL;
|
||||
if (asn1_find_tag(p, tout, 0x81, &prime_len, &prime) != true)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue