mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
@ -5,6 +5,7 @@ mbed TLS ChangeLog (Sorted per branch, date)
|
|||||||
Bugfix
|
Bugfix
|
||||||
* Fix failures in MPI on Sparc(64) due to use of bad assembly code.
|
* Fix failures in MPI on Sparc(64) due to use of bad assembly code.
|
||||||
Found by Kurt Danielson. #292
|
Found by Kurt Danielson. #292
|
||||||
|
* Fix typo in name of the extKeyUsage OID. Found by inestlerode, #314
|
||||||
|
|
||||||
= mbed TLS 2.1.2 released 2015-10-06
|
= mbed TLS 2.1.2 released 2015-10-06
|
||||||
|
|
||||||
|
@ -267,7 +267,7 @@ static const oid_x509_ext_t oid_x509_ext[] =
|
|||||||
MBEDTLS_X509_EXT_KEY_USAGE,
|
MBEDTLS_X509_EXT_KEY_USAGE,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
{ ADD_LEN( MBEDTLS_OID_EXTENDED_KEY_USAGE ), "id-ce-keyUsage", "Extended Key Usage" },
|
{ ADD_LEN( MBEDTLS_OID_EXTENDED_KEY_USAGE ), "id-ce-extKeyUsage", "Extended Key Usage" },
|
||||||
MBEDTLS_X509_EXT_EXTENDED_KEY_USAGE,
|
MBEDTLS_X509_EXT_EXTENDED_KEY_USAGE,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user