mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 17:15:38 +01:00
parent
7c5fcdc17a
commit
66fc07362e
@ -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,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user