mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-24 11:55:37 +00:00
Adapt ChangeLog
This commit is contained in:
parent
67d42597a9
commit
73540c0777
|
@ -33,6 +33,9 @@ Bugfix
|
||||||
for the parameter.
|
for the parameter.
|
||||||
* Add a check for MBEDTLS_X509_CRL_PARSE_C in ssl_server2, guarding the crl
|
* Add a check for MBEDTLS_X509_CRL_PARSE_C in ssl_server2, guarding the crl
|
||||||
sni entry parameter. Reported by inestlerode in #560.
|
sni entry parameter. Reported by inestlerode in #560.
|
||||||
|
* Avoid use of statically sized stack buffers for certificate writing.
|
||||||
|
This previously limited the maximum size of DER encoded certificates
|
||||||
|
in mbedtls_x509write_crt_der() to 2Kb. Reported by soccerGB in #2631.
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
* Server's RSA certificate in certs.c was SHA-1 signed. In the default
|
* Server's RSA certificate in certs.c was SHA-1 signed. In the default
|
||||||
|
|
Loading…
Reference in a new issue