Merge branch 'pr_1180' into development-proposed

This commit is contained in:
Gilles Peskine 2018-04-01 12:26:36 +02:00
commit 695d557dcf
10 changed files with 495 additions and 440 deletions

View file

@ -31,6 +31,8 @@ Bugfix
* Fix parsing of PKCS#8 encoded Elliptic Curve keys. Previously Mbed TLS was
unable to parse keys with only the optional parameters field of the
ECPrivateKey structure. Found by jethrogb, fixed in #1379.
* Return plaintext data sooner on unpadded CBC decryption, as stated in
the mbedtls_cipher_update() documentation. Contributed by Andy Leiserson.
Changes
* Remove some redundant code in bignum.c. Contributed by Alexey Skalozub.