From: Nikos Mavrogiannopoulos Date: Sat, 8 Oct 2011 00:54:09 +0000 (+0200) Subject: documentation update X-Git-Tag: gnutls_3_0_4~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=626b62916898e53afbb4ca12fefd99fcfd38eae3;p=thirdparty%2Fgnutls.git documentation update --- diff --git a/NEWS b/NEWS index f663487487..e7eb6a44b8 100644 --- 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. diff --git a/doc/cha-intro-tls.texi b/doc/cha-intro-tls.texi index 7ede5156ad..cb0adecec7 100644 --- a/doc/cha-intro-tls.texi +++ b/doc/cha-intro-tls.texi @@ -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}