mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-08 10:09:54 +00:00
Merge branch 'mbedtls-2.1'
This commit is contained in:
commit
1ef155c905
|
@ -36,14 +36,14 @@ Bugfix
|
||||||
* Fix documentation and implementation missmatch for function arguments of
|
* Fix documentation and implementation missmatch for function arguments of
|
||||||
mbedtls_gcm_finish(). Found by cmiatpaar. #602
|
mbedtls_gcm_finish(). Found by cmiatpaar. #602
|
||||||
* Guarantee that P>Q at RSA key generation. Found by inestlerode. #558
|
* Guarantee that P>Q at RSA key generation. Found by inestlerode. #558
|
||||||
* Fix missing return code check after call to mbedtls_md_setup() that could
|
|
||||||
result in usage of invalid md_ctx in mbedtls_rsa_rsaes_oaep_encrypt(),
|
|
||||||
mbedtls_rsa_rsaes_oaep_decrypt(), mbedtls_rsa_rsassa_pss_sign() and
|
|
||||||
mbedtls_rsa_rsassa_pss_verify_ext(). Fixed by Brian J. Murray. #502
|
|
||||||
* Fix potential byte overread when verifying malformed SERVER_HELLO in
|
* Fix potential byte overread when verifying malformed SERVER_HELLO in
|
||||||
ssl_parse_hello_verify_request() for DTLS. Found by Guido Vranken.
|
ssl_parse_hello_verify_request() for DTLS. Found by Guido Vranken.
|
||||||
* Fix check for validity of date when parsing in mbedtls_x509_get_time().
|
* Fix check for validity of date when parsing in mbedtls_x509_get_time().
|
||||||
Found by subramanyam-c. #626
|
Found by subramanyam-c. #626
|
||||||
|
* Fix missing return code check after call to mbedtls_md_setup() that could
|
||||||
|
result in usage of invalid md_ctx in mbedtls_rsa_rsaes_oaep_encrypt(),
|
||||||
|
mbedtls_rsa_rsaes_oaep_decrypt(), mbedtls_rsa_rsassa_pss_sign() and
|
||||||
|
mbedtls_rsa_rsassa_pss_verify_ext(). Fixed by Brian J. Murray. #502
|
||||||
|
|
||||||
= mbed TLS 2.1.5 branch released 2016-06-28
|
= mbed TLS 2.1.5 branch released 2016-06-28
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue