summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-08-11 16:37:21 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-08-11 18:27:32 +0200
commitc7945ba75b438d90d0ca66a5801326a79e2c4870 (patch)
treece0247dd24ae71527100668795cd8f626f9d782f
parent8a38189d2e5eb6dd41b7efb3d85b4808097435c9 (diff)
downloadgnutls-tmp-ext-signing-improvements.tar.gz
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 494ae159aa..9a81f278c5 100644
--- a/NEWS
+++ b/NEWS
@@ -65,6 +65,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.
@@ -155,6 +160,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