Add support for RSA PKCSv1.5 signatures using RIPEMD-160

This commit is contained in:
Jack Lloyd
2019-05-06 12:15:17 -04:00
parent 75d9a333ce
commit 5d9c9636fa
4 changed files with 18 additions and 0 deletions
+2
View File
@@ -7,6 +7,8 @@ Features
rfc 5280 section 4.2.1.4.
* It is now possible to use NIST key wrap mode via the mbedtls_cipher API.
Contributed by Jack Lloyd and Fortanix Inc.
* It is now possible to perform RSA PKCS v1.5 signatures with RIPEMD-160 digest.
Contributed by Jack Lloyd and Fortanix Inc.
* Add the Wi-SUN Field Area Network (FAN) device extended key usage.
* Add the oid certificate policy x509 extension.