]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
documentation update
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 8 Oct 2011 00:54:09 +0000 (02:54 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 8 Oct 2011 00:58:13 +0000 (02:58 +0200)
NEWS
doc/cha-intro-tls.texi

diff --git a/NEWS b/NEWS
index f6634874876cdd8ad7c7f8b296eec34dfd767094..e7eb6a44b803e550ebee3e96545a5d82fb968f13 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,19 +4,30 @@ See the end for copying conditions.
 
 * Version 3.0.4 (unreleased)
 
+** gnutls-cli-debug: Added more tests including AES-GCM,
+SHA256 and elliptic curves.
+
 ** gnutls-cli: Added --benchmark-soft-ciphers to benchmark
 the software version of the ciphers instead of hw accelerated 
 (where available)
 
+** libgnutls: gnutls_privkey_t allows setting external callback
+to perform signing or decryption. Can be set using
+gnutls_privkey_import_ext()
+
+** libgnutls: A certificate credentials structure can be
+used with a gnutls_privkey_t and a gnutls_pcert_st
+structures using gnutls_certificate_set_key().
+
 ** libgnutls: Fixes to enable external signing callback to
 operate with TLS 1.2. 
 
 ** libgnutls: Fixed crash when printing ECDSA certificate key 
 ID. Reported by Erik Jensen.
 
-** libgnutls: Corrected VIA padlock code for C3. In C3 benchmarks show
-a 2x increase in AES speed and a 14x increase in C7. Added support for
-hashes and HMACs.
+** libgnutls: Corrected VIA padlock code for C3. In C3 benchmarks 
+show a 2x increase in AES speed and a 14x increase in VIA nano. Added 
+support for hashes and HMACs.
 
 ** libgnutls: Compilation fixed when p11-kit is not detected.
 
index 7ede5156ad7e079ad1eb3cf5b7213fedae8f3e8e..cb0adecec74efc35237ddd153f2daa463363f7ae 100644 (file)
@@ -505,8 +505,7 @@ Clients can enable support for TLS tickets with
 @funcref{gnutls_session_ticket_enable_client} and servers use
 @funcref{gnutls_session_ticket_key_generate} to generate a key and
 @funcref{gnutls_session_ticket_enable_server} to enable the extension.
-Clients resume sessions using the ticket using the normal session
-resume functions, @ref{resume}.
+Clients resume sessions using the normal session resumption procedure (see @ref{resume}).
 
 @showfuncdesc{gnutls_session_ticket_key_generate}