mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-13 05:45:41 +00:00
parent
7bbabeae8f
commit
c4baf98ce6
|
@ -9,6 +9,7 @@ Bugfix
|
||||||
exchange. Found and fix provided by Chris Hammond. #270
|
exchange. Found and fix provided by Chris Hammond. #270
|
||||||
* 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 1.3.14 released 2015-10-06
|
= 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,
|
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,
|
EXT_EXTENDED_KEY_USAGE,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue