mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-07 06:59:19 +01:00
- Added support for RFC4055 SHA2 and SHA4 signature algorithms for
use with PKCS#1 v1.5 signing and verification. - Added extra certificates to test-ca and test code to further test functionality of SHA2 and SHA4 signing and verification. - Updated other program files accordingly
This commit is contained in:
parent
b29e23c586
commit
4593aeadaf
42 changed files with 1627 additions and 663 deletions
|
|
@ -1,12 +1,12 @@
|
|||
PolarSSL ChangeLog
|
||||
|
||||
= Version 0.10.2 released on 2009-XXXX
|
||||
= Version 0.11.0 released on 2009-XXXX
|
||||
* Fixed a bug in mpi_gcd() so that it also works when both
|
||||
input numbers are even and added testcases to check
|
||||
(found by Pierre Habouzit)
|
||||
|
||||
= Version 0.10.1 released on 2009-01-25
|
||||
* Added BSD License
|
||||
* Added support for SHA-224, SHA-256, SHA-384 and SHA-512
|
||||
one way hash functions with the PKCS#1 v1.5 signing and
|
||||
verification.
|
||||
|
||||
= Version 0.10.0 released on 2009-01-12
|
||||
* Migrated XySSL to PolarSSL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue