mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-07 23:18:59 +01:00
Merge parsing and verification of RSASSA-PSS in X.509 modules
This commit is contained in:
commit
c2ff2083ee
53 changed files with 1695 additions and 105 deletions
|
|
@ -1,9 +1,15 @@
|
|||
PolarSSL ChangeLog (Sorted per branch, date)
|
||||
|
||||
TODO: bump SOVERSION for ABI change
|
||||
(internal-but-not-static function x509_get_sig_alg() changed prototype)
|
||||
(and various x509 structures got a new member)
|
||||
|
||||
= PolarSSL 1.3 branch
|
||||
Features
|
||||
* Add CCM module and cipher mode to Cipher Layer
|
||||
* Support for CCM and CCM_8 ciphersuites
|
||||
* Support for parsing and verifying RSASSA-PSS signatures in the X.509
|
||||
modules (certificates, CRLs and CSRs).
|
||||
|
||||
Changes
|
||||
* Add LINK_WITH_PTHREAD option in CMake for explicit linking that is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue