Fix possible mutex lock/unlock mismatch

fixes #257
This commit is contained in:
Manuel Pégourié-Gonnard 2015-08-27 11:30:58 +02:00
parent 3dce9ec3af
commit 1385a289f4
2 changed files with 19 additions and 49 deletions

View file

@ -26,6 +26,9 @@ Bugfix
* Fix error when loading libmbedtls.so.
* Fix bug in mbedtls_ssl_conf_default() that caused the default preset to
be always used (found by dcb314) (#235)
* Fix bug in mbedtls_rsa_public() and mbedtls_rsa_private() that could
result trying to unlock an unlocked mutex on invalid input (found by
Fredrik Axelsson) (#257)
Changes
* The PEM parser now accepts a trailing space at end of lines (#226).