diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-09-07 22:20:10 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-09-07 22:25:17 +0200 |
commit | 25ff70da074d92937a20ddb8d59a59f095710798 (patch) | |
tree | 56f84c42dc54fbf2a0366f6d2f2d8797e570e2f6 /NEWS | |
parent | 0deb92b82207113584c4defc7c66313a80b105fc (diff) | |
download | gnutls-25ff70da074d92937a20ddb8d59a59f095710798.tar.gz |
doc update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -11,13 +11,15 @@ See the end for copying conditions. ** libgnutls: Added support for IP name constraints. Patch by Martin Ukrop. +** libgnutls: Added support of PKCS#8 file decryption using DES-CBC-MD5. This + is added to allow decryption of PKCS #8 private keys from openssl prior to 1.1.0. + ** libgnutls: Added support for decrypting PKCS#8 files which use HMAC-SHA256 - as PRF. + as PRF. This allow decrypting PKCS #8 private keys generated with openssl 1.1.0. ** libgnutls: Added support for internationalized passwords in PKCS#12 files. - -** libgnutls: Added support of PKCS#8 file decryption using DES-CBC-MD5. This - is added to allow decryption of PKCS #8 private keys from openssl prior to 1.1.0. + Previous versions would only encrypt or decrypt using passwords from the ASCII + set. ** libgnutls: Addressed issue with PKCS#11 signature generation on ECDSA keys. The signature is now written as unsigned integers into the DSASignatureValue |