gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_3_0_8-22-gd702ff5


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_8-22-gd702ff5
Date: Fri, 25 Nov 2011 17:10:17 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=d702ff5cd2a28c2d3f0ea02156f7d536b138276a

The branch, master has been updated
       via  d702ff5cd2a28c2d3f0ea02156f7d536b138276a (commit)
       via  233ead4073d646fc43b6c63304d537eae8662ede (commit)
      from  20e3b4e584ae156d29996b30d9da1460ba617f49 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d702ff5cd2a28c2d3f0ea02156f7d536b138276a
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Fri Nov 25 18:11:38 2011 +0100

    use emph instead of cite since cite produces bad output in texi2html.

commit 233ead4073d646fc43b6c63304d537eae8662ede
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Thu Nov 24 18:23:30 2011 +0100

    updates in sectioning. Subheading was used instead of subsection in few 
cases.

-----------------------------------------------------------------------

Summary of changes:
 doc/cha-cert-auth2.texi  |   18 +++++++++---------
 doc/gnutls.texi          |    3 +--
 doc/scripts/mytexi2latex |    1 +
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/doc/cha-cert-auth2.texi b/doc/cha-cert-auth2.texi
index d52bf4d..6a59fd3 100644
--- a/doc/cha-cert-auth2.texi
+++ b/doc/cha-cert-auth2.texi
@@ -247,13 +247,13 @@ The program can be used interactively or non 
interactively by
 specifying the @code{--template} command line option. See below for an
 example of a template file.
 
address@hidden Diffie-Hellman parameter generation
address@hidden Diffie-Hellman parameter generation
 To generate parameters for Diffie-Hellman key exchange, use the command:
 @smallexample
 $ certtool --generate-dh-params --outfile dh.pem
 @end smallexample
 
address@hidden Self-signed certificate generation
address@hidden Self-signed certificate generation
 
 To create a self signed certificate, use the command:
 @smallexample
@@ -265,7 +265,7 @@ $ certtool --generate-self-signed --load-privkey ca-key.pem 
\
 Note that a self-signed certificate usually belongs to a certificate
 authority, that signs other certificates.
 
address@hidden Private key generation
address@hidden Private key generation
 To create a private key (RSA by default), run:
 
 @smallexample
@@ -275,7 +275,7 @@ $ certtool --generate-privkey --outfile key.pem
 To create a DSA or elliptic curves (ECDSA) private key use the
 above command combined with @code{--dsa} or @code{--ecc} options.
 
address@hidden Certificate generation
address@hidden Certificate generation
 To generate a certificate using the private key, use the command:
 
 @smallexample
@@ -309,14 +309,14 @@ $ certtool --generate-certificate --load-request 
request.pem \
    --load-ca-certificate ca-cert.pem --load-ca-privkey ca-key.pem
 @end smallexample
 
address@hidden Certificate information
address@hidden Certificate information
 To view the certificate information, use:
 
 @smallexample
 $ certtool --certificate-info --infile cert.pem
 @end smallexample
 
address@hidden @acronym{PKCS} #12 structure generation
address@hidden @acronym{PKCS} #12 structure generation
 To generate a @acronym{PKCS} #12 structure using the previous key and
 certificate, use the command:
 
@@ -336,7 +336,7 @@ $ certtool --load-ca-certificate ca.pem \
   --to-p12 --outder --outfile key.p12
 @end smallexample
 
address@hidden Proxy certificate generation
address@hidden Proxy certificate generation
 Proxy certificate can be used to delegate your credential to a
 temporary, typically short-lived, certificate.  To create one from the
 previously created certificate, first create a temporary key and then
@@ -349,7 +349,7 @@ $ certtool --generate-proxy --load-ca-privkey key.pem \
   --outfile proxy-cert.pem
 @end smallexample
 
address@hidden Certificate revocation list generation
address@hidden Certificate revocation list generation
 To create an empty Certificate Revocation List (CRL) do:
 
 @smallexample
@@ -373,7 +373,7 @@ $ certtool --verify-crl --load-ca-certificate x509-ca.pem < 
crl.pem
 
 
 
address@hidden Certtool's template file format:
address@hidden Certtool's template file format:
 A template file can be used to avoid the interactive questions of
 certtool. Initially create a file named 'cert.cfg' that contains the 
information
 about the certificate. The template can be used as below:
diff --git a/doc/gnutls.texi b/doc/gnutls.texi
index 056297f..2f8164b 100644
--- a/doc/gnutls.texi
+++ b/doc/gnutls.texi
@@ -63,8 +63,7 @@ Documentation License''.
 @end macro
 
 @macro xcite{ref}
address@hidden
address@hidden (@pxref{Bibliography})
address@hidden
 @end macro
 
 @macro funcref{ref}
diff --git a/doc/scripts/mytexi2latex b/doc/scripts/mytexi2latex
index 1500ff1..de5cda8 100755
--- a/doc/scripts/mytexi2latex
+++ b/doc/scripts/mytexi2latex
@@ -223,6 +223,7 @@ multitable:
                }
 
                $line =~ s/address@hidden (.+)/\\paragraph{$1}/g;
+               $line =~ s/address@hidden (.+)/\\subsection{$1}/g;
 
                 if ($line =~ s/address@hidden (.+)/\\section{$1}/g) {
                        if ($label ne '') {


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]