@menu
* Symmetric algorithms::
* Public key algorithms::
-* Cryptographic Message Syntax / PKCS#7::
+* Cryptographic Message Syntax / PKCS7::
* Hash and MAC functions::
* Random number generation::
* Overriding algorithms::
@showfuncdesc{gnutls_privkey_generate2}
-@node Cryptographic Message Syntax / PKCS#7
-@section Cryptographic Message Syntax / PKCS#7
+@node Cryptographic Message Syntax / PKCS7
+@section Cryptographic Message Syntax / PKCS7
@cindex public key algorithms
@cindex cryptographic message syntax
@cindex file signing
@end itemize
@item @code{GNUTLS_FORCE_FIPS_MODE}
-@tab In setups where GnuTLS is compiled with support for FIPS140-2 (see @ref{FIPS140-2 mode}).
+@tab In setups where GnuTLS is compiled with support for FIPS140-2 (see @ref{FIPS140-2 mode})
+if set to one it will force the FIPS mode enablement.
@end multitable
@caption{Environment variables used by the library.}
invoke-certtool.tex invoke-gnutls-cli.tex invoke-gnutls-serv.tex cha-tokens.tex \
invoke-srptool.tex invoke-psktool.tex invoke-gnutls-cli-debug.tex \
invoke-p11tool.tex invoke-ocsptool.tex invoke-tpmtool.tex invoke-danetool.tex \
- cha-auth.tex
+ cha-auth.tex cha-crypto.tex
invoke-certtool.tex: ../invoke-certtool.texi
../scripts/mytexi2latex $< > $@
sec-tls-app.tex: ../sec-tls-app.texi
../scripts/mytexi2latex $< > $@
+cha-crypto.tex: ../cha-crypto.texi
+ ../scripts/mytexi2latex $< > $@
+
cha-programs.tex: ../cha-programs.texi
../scripts/mytexi2latex $< > $@
\begin{flushleft}
ISBN 978-1-326-00266-4\\
Copyright \copyright{} 2001-2015 Free Software Foundation, Inc.\\
-Copyright \copyright{} 2001-2015 Nikos Mavrogiannopoulos
+Copyright \copyright{} 2001-2019 Nikos Mavrogiannopoulos
\end{flushleft}
\begin{flushleft}
\input{cha-gtls-examples}
+\input{cha-crypto}
+
\input{cha-programs}
\input{cha-internals}
multitable:
if ($line =~ s/\@end multitable/\\\\\n\\hline\n\\end{tabular}/g) {
$mode = pop(@stack);
+ } elsif ($line =~ s/\@itemize/\\begin{itemize}/g) {
+ $mode = ITEMIZE;
+ push(@stack, MULTITABLE);
} else {
chomp $line;
if ($line eq "") {