summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-06-04 09:31:03 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-06-04 09:31:03 +0200
commit1c2fecee547e48cfda99635c4d7a76b9d9df6f06 (patch)
treeec0b7ae65df07d7f28412ff63d4050ea02ad7853 /NEWS
parent31ab16d6491aabf9bee7516304e52ee215b44724 (diff)
downloadgnutls-1c2fecee547e48cfda99635c4d7a76b9d9df6f06.tar.gz
gnutls_ecc_curve_get() was added.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4acf21b049..abf9d1855c 100644
--- a/NEWS
+++ b/NEWS
@@ -5,12 +5,24 @@ See the end for copying conditions.
* Version 2.99.3 (unreleased)
+** libgnutls: Added gnutls_pubkey_verify_data2() that will
+verify data provided the signature algorithm.
+
+** libgnutls: Simplified the handling of handshake messages to
+be hashed. Instead of hashing during the handshake process we now
+keep the data until handshake is over and hash them on request.
+This uses more memory but eliminates issues with TLS 1.2 and
+simplifies code.
+
** libgnutls: Added AES-GCM optimizations using the PCLMULQDQ
instruction. Uses Andy Polyakov's assembly code.
** libgnutls: Added ECDHE-PSK ciphersuites for TLS (RFC 5489).
** API and ABI modifications:
+gnutls_pubkey_verify_data2: ADDED
+gnutls_ecc_curve_get: ADDED
+gnutls_x509_privkey_verify_data: REMOVED
gnutls_crypto_bigint_register: REMOVED
gnutls_crypto_cipher_register: REMOVED
gnutls_crypto_digest_register: REMOVED