summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-08-11 16:37:21 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-08-15 14:05:17 +0200
commit8f2f63882e24e39eb1d058f9e5f68c0aefa88150 (patch)
treeac5a96320444bdfc9afe48511c3a9aa2b0e94e6b
parent5ee20316605ae14c2445077be496d7ed4845283f (diff)
downloadgnutls-8f2f63882e24e39eb1d058f9e5f68c0aefa88150.tar.gz
doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 540d79d669..664422a977 100644
--- a/NEWS
+++ b/NEWS
@@ -70,6 +70,11 @@ See the end for copying conditions.
** libgnutls: Exported functions to encode and decode DSA and ECDSA r,s values.
+** libgnutls: Added new callback setting function to gnutls_privkey_t for external
+ keys. The new function (gnutls_privkey_import_ext4), allows signing in addition
+ to previous algorithms (RSA PKCS#1 1.5, DSA, ECDSA), with RSA-PSS and Ed25519
+ keys.
+
** libgnutls: Introduced the %VERIFY_ALLOW_BROKEN and %VERIFY_ALLOW_SIGN_WITH_SHA1
priority string options. These allows enabling all broken and SHA1-based signature
algorithms in certificate verification, respectively.
@@ -160,6 +165,7 @@ gnutls_pubkey_set_spki: Added
gnutls_pubkey_get_spki: Added
gnutls_privkey_set_spki: Added
gnutls_privkey_get_spki: Added
+gnutls_privkey_import_ext4: Added
GNUTLS_EXPORT_FLAG_NO_LZ: Added
GNUTLS_DT_IP_ADDRESS: Added
GNUTLS_X509_CRT_FLAG_IGNORE_SANITY: Added