summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-09-05 13:08:30 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-09-05 13:08:30 +0200
commite81869fbd3d139ae9d9cf2c2d61518acfd3a8e3a (patch)
tree67d7fafd647b2463872166ba8949f9b5d13faf16
parent0c37d19b7ad44b66f11893258bc88aa7fc35b244 (diff)
downloadgnutls-e81869fbd3d139ae9d9cf2c2d61518acfd3a8e3a.tar.gz
doc update
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 71a517d375..8dfab83cd5 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,11 @@ See the end for copying conditions.
** libgnutls: Added support for decrypting PKCS#8 files which use HMAC-SHA256
as PRF.
+** libgnutls: Addressed issue with PKCS#11 signature generation on ECDSA
+ keys. The signature is now written as unsigned integers into the DSASignatureValue
+ structure. Previously signed integers could be written depending on what
+ the underlying module would produce. Addresses #122.
+
** API and ABI modifications:
No changes since last version.