mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-07 15:09:28 +01:00
Revert "Add pk_rsa_set_padding() and rsa_set_padding()"
This reverts commit b4fae579e8.
Conflicts:
library/pk.c
tests/suites/test_suite_pk.data
tests/suites/test_suite_pk.function
This commit is contained in:
parent
d75ba40cc3
commit
42099c3155
7 changed files with 12 additions and 107 deletions
|
|
@ -5,8 +5,6 @@ Features
|
|||
* Support for the Koblitz curves: secp192k1, secp224k1, secp256k1
|
||||
* Support for RIPEMD-160
|
||||
* Support for AES CFB8 mode
|
||||
* Allow for use of PKCS#1 v2.1 via the PK layer (pk_rsa_set_padding() and
|
||||
rsa_set_padding())
|
||||
|
||||
Bugfix
|
||||
* Potential memory leak in bignum_selftest()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue