From: Nikos Mavrogiannopoulos Date: Sun, 5 Aug 2012 09:37:34 +0000 (+0200) Subject: documented TPM support X-Git-Tag: gnutls_3_1_0pre0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a23b198ea9f38b44cc7b0f3957097022efbe2435;p=thirdparty%2Fgnutls.git documented TPM support --- diff --git a/NEWS b/NEWS index ac75e7de02..2a322093f9 100644 --- a/NEWS +++ b/NEWS @@ -4,18 +4,8 @@ See the end for copying conditions. * Version 3.1.0 (unreleased) -** tpmtool: Added. It is a tool to generate private keys in the -TPM. - -** gnutls-cli: --benchmark-tls was split to --benchmark-tls-kx -and --benchmark-tls-ciphers - -** certtool: generated PKCS #12 structures may hold more than one -private key. Patch by Lucas Fisher. - -** certtool: Added option --null-password to generate/decrypt keys -that use a NULL password (in schemas that distinguish between NULL -an empty passwords). +** libgnutls: Added direct support for TPM as a cryptographic module +in gnutls/tpm.h. ** libgnutls: requires libnettle 2.5. @@ -41,6 +31,19 @@ password was provided. ** libgnutlsxx: Added session::set_transport_vec_push_function. Patch by Alexandre Bique. +** tpmtool: Added. It is a tool to generate private keys in the +TPM. + +** gnutls-cli: --benchmark-tls was split to --benchmark-tls-kx +and --benchmark-tls-ciphers + +** certtool: generated PKCS #12 structures may hold more than one +private key. Patch by Lucas Fisher. + +** certtool: Added option --null-password to generate/decrypt keys +that use a NULL password (in schemas that distinguish between NULL +an empty passwords). + ** minitasn1: Upgraded to libtasn1 version 2.13. ** API and ABI modifications: