* Version 3.2.6 (unreleased)
+** libgnutls: Support for TPM via trousers is now enabled by default.
+
** libgnutls: Camellia in GCM mode has been added in default priorities.
** libgnutls: Added ciphersuite GNUTLS_ECDHE_RSA_AES_256_CBC_SHA384.
AM_CONDITIONAL(ENABLE_PKCS11, test "$with_p11_kit" != "no")
AC_ARG_WITH(tpm,
- AS_HELP_STRING([--with-tpm],
- [Build with TPM (trousers) support. Note that trousers is under the Common Public License and incompatible with GPL programs.]),
- [with_tpm=$withval], [with_tpm=no])
+ AS_HELP_STRING([--without-tpm],
+ [Disable TPM (trousers) support.]),
+ [with_tpm=$withval], [with_tpm=yes])
if test "$with_tpm" != "no"; then
LIBS="$oldlibs -ltspi"
AC_MSG_CHECKING([for tss library])
@cindex TPM
In this section we present the Trusted Platform Module (TPM) support
-in @acronym{GnuTLS}. Note that this functionality is disabled by default
-because the @code{trousers} libraries GnuTLS depends on
-are under the Common Public License which is not compatible with the GPL
-license. By disabling this feature by default we ensure that the GnuTLS library can
-be linked by both GPL and non-GPL programs, but you can enable this option
-during the library configuration.
+in @acronym{GnuTLS}.
There was a big hype when the TPM chip was introduced into
computers. Briefly it is a co-processor in your PC that allows it to perform