summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-03-28 09:06:51 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-03-28 09:06:51 +0100
commit716ac17bfb2f60fc4aaabf1a8a99ae757b1ffd86 (patch)
treed025418fbae549a7d8cf7344f106e778b82a97b8 /NEWS
parent7f2dcb90549ce5d2ba84f247c9dfd34e14b729cd (diff)
downloadgnutls-716ac17bfb2f60fc4aaabf1a8a99ae757b1ffd86.tar.gz
updated
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 833bcfaf45..ca41c0f662 100644
--- a/NEWS
+++ b/NEWS
@@ -7,8 +7,13 @@ See the end for copying conditions.
** libgnutls: When in compatibility mode allow for a wrong version in the
RSA PMS.
+** libgnutls: Added GNUTLS_PRIVKEY_SIGN_FLAG_TLS1_RSA which allows
+gnutls_privkey_sign_hash() to operate as with gnutls_privkey_sign_raw_data().
+This makes it consistent with verification with GNUTLS_PUBKEY_VERIFY_FLAG_TLS1_RSA
+flag.
+
** API and ABI modifications:
-No changes since last version.
+GNUTLS_PRIVKEY_SIGN_FLAG_TLS1_RSA: Added
* Version 3.1.10 (released 2013-03-22)