mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-25 13:41:56 +01:00
@@ -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
|
||||
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user