Fix typo in an OID name

fixes #314
This commit is contained in:
Manuel Pégourié-Gonnard 2015-10-21 16:40:29 +02:00
parent 7bbabeae8f
commit c4baf98ce6
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ Bugfix
exchange. Found and fix provided by Chris Hammond. #270
* Fix failures in MPI on Sparc(64) due to use of bad assembly code.
Found by Kurt Danielson. #292
* Fix typo in name of the extKeyUsage OID. Found by inestlerode, #314
= mbed TLS 1.3.14 released 2015-10-06

View File

@ -268,7 +268,7 @@ static const oid_x509_ext_t oid_x509_ext[] =
EXT_KEY_USAGE,
},
{
{ ADD_LEN( OID_EXTENDED_KEY_USAGE ), "id-ce-keyUsage", "Extended Key Usage" },
{ ADD_LEN( OID_EXTENDED_KEY_USAGE ), "id-ce-extKeyUsage", "Extended Key Usage" },
EXT_EXTENDED_KEY_USAGE,
},
{