mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-11 00:48:37 +01:00
Merge branch 'pr_1180' into development-proposed
This commit is contained in:
commit
695d557dcf
10 changed files with 495 additions and 440 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue