summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-05-07 21:28:23 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-05-07 21:28:23 +0200
commitfdbf94bdd69ade7db79f7c6142055d0fafe163ec (patch)
treeff90d35f17e7d9a41a5680472cba99e01c69966d /NEWS
parentae23958c36aa6725ece3adab3e1f9273f8786caf (diff)
downloadgnutls-fdbf94bdd69ade7db79f7c6142055d0fafe163ec.tar.gz
Added gnutls_global_set_audit_log_function() that allows associating TLS session with several important issues.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 02110690e1..f5bdcfe417 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,10 @@ See the end for copying conditions.
** certtool: Can now load private keys and public keys from PKCS #11 tokens
via URLs.
+** libgnutls: Added gnutls_global_set_audit_log_function() that allows
+to get important auditing information including the corresponding session.
+That might be useful to block DoS or other attacker from specific IPs.
+
** libgnutls: gnutls_pkcs11_privkey_import_url() will now correctly read
the public key algorithm of the key.
@@ -27,7 +31,7 @@ the self signature of the request.
gnutls_certificate_get_issuer: ADDED
gnutls_x509_trust_list_get_issuer: ADDED
gnutls_x509_crq_verify: ADDED
-
+gnutls_global_set_audit_log_function: ADDED
* Version 2.99.1 (released 2011-04-23)