]> git.pld-linux.org Git - packages/gnutls.git/blame - gnutls-info.patch
- updated to 2.12.7
[packages/gnutls.git] / gnutls-info.patch
CommitLineData
e9c8a57d
JB
1--- gnutls-2.10.0/doc/gnutls.texi.orig 2010-06-21 09:50:55.000000000 +0200
2+++ gnutls-2.10.0/doc/gnutls.texi 2010-06-30 22:40:46.073398443 +0200
56647289 3@@ -29,19 +29,19 @@
84527706
JB
4 @end quotation
5 @end copying
6
56647289 7-@dircategory Software libraries
59c096d4 8+@dircategory Libraries:
84527706 9 @direntry
59c096d4
JB
10-* GnuTLS: (gnutls). GNU Transport Layer Security Library.
11+* GnuTLS: (gnutls). GNU Transport Layer Security Library
84527706
JB
12 @end direntry
13
56647289 14-@dircategory System Administration
59c096d4 15+@dircategory Net utilities:
84527706 16 @direntry
84527706 17-* certtool: (gnutls)Invoking certtool. Manipulate certificates and keys.
e9c8a57d
JB
18-* gnutls-serv: (gnutls)Invoking gnutls-serv. GnuTLS test server.
19-* gnutls-cli: (gnutls)Invoking gnutls-cli. GnuTLS test client.
20-* gnutls-cli-debug: (gnutls)Invoking gnutls-cli-debug. GnuTLS debug client.
cf0e011c
JB
21-* psktool: (gnutls)Invoking psktool. Simple TLS-Pre-Shared-Keys manager.
22-* srptool: (gnutls)Invoking srptool. Simple SRP password tool.
59c096d4 23+* certtool: (gnutls)certtool. Manipulate certificates and keys
e9c8a57d
JB
24+* gnutls-serv: (gnutls)gnutls-serv. GnuTLS test server
25+* gnutls-cli: (gnutls)gnutls-cli. GnuTLS test client
26+* gnutls-cli-debug: (gnutls)gnutls-cli-debug. GnuTLS debug client
59c096d4
JB
27+* psktool: (gnutls)psktool. Simple TLS-Pre-Shared-Keys manager
28+* srptool: (gnutls)srptool. Simple SRP password tool
84527706
JB
29 @end direntry
30
31 @titlepage
41fffb0a
JB
32--- gnutls-2.12.0/doc/cha-programs.texi.orig 2011-03-02 18:39:11.000000000 +0100
33+++ gnutls-2.12.0/doc/cha-programs.texi 2011-04-01 20:42:53.813729730 +0200
34@@ -6,16 +6,16 @@
84527706
JB
35 application. The applications are discussed in this chapter.
36
37 @menu
cf0e011c 38-* Invoking certtool::
84527706
JB
39-* Invoking gnutls-cli::
40-* Invoking gnutls-cli-debug::
41-* Invoking gnutls-serv::
cf0e011c
JB
42-* Invoking psktool::
43-* Invoking srptool::
41fffb0a 44-* Invoking p11tool::
cf0e011c 45+* certtool::
84527706
JB
46+* gnutls-cli::
47+* gnutls-cli-debug::
48+* gnutls-serv::
cf0e011c
JB
49+* psktool::
50+* srptool::
41fffb0a 51+* p11tool::
84527706
JB
52 @end menu
53
cf0e011c
JB
54-@node Invoking certtool
55+@node certtool
56 @section Invoking certtool
57 @cindex certtool
84527706 58
41fffb0a
JB
59@@ -338,7 +338,7 @@
60 #ipsec_ike_key
cf0e011c 61 @end example
84527706
JB
62
63-@node Invoking gnutls-cli
64+@node gnutls-cli
65 @section Invoking gnutls-cli
66 @cindex gnutls-cli
67
41fffb0a 68@@ -464,7 +464,7 @@
cf0e011c
JB
69 @code{--pskkey} parameter, it will query only for the password during
70 the handshake.
84527706
JB
71
72-@node Invoking gnutls-cli-debug
73+@node gnutls-cli-debug
74 @section Invoking gnutls-cli-debug
75 @cindex gnutls-cli-debug
76
41fffb0a 77@@ -512,7 +512,7 @@
84527706
JB
78 Checking for OpenPGP authentication support (TLS extension)... no
79 @end smallexample
80
81-@node Invoking gnutls-serv
82+@node gnutls-serv
83 @section Invoking gnutls-serv
84 @cindex gnutls-serv
85
41fffb0a 86@@ -757,7 +757,7 @@
cf0e011c 87 @cindex PSK server
84527706 88
cf0e011c
JB
89 To set up a PSK server with @code{gnutls-serv} you need to create PSK
90-password file (@pxref{Invoking psktool}). In the example below, I
91+password file (@pxref{psktool}). In the example below, I
92 type @code{password} at the prompt.
93
94 @smallexample
41fffb0a 95@@ -781,7 +781,7 @@
cf0e011c
JB
96 You can now connect to the server using a PSK client (@pxref{Example
97 client PSK connection}).
98
99-@node Invoking psktool
100+@node psktool
101 @section Invoking psktool
102 @cindex psktool
103
41fffb0a 104@@ -808,9 +808,9 @@
cf0e011c
JB
105 @code{--netconf-hint}. To derive a PSK key from a password with an
106 empty PSK identity hint, using @code{--netconf-hint ""}.
107
108-@node Invoking srptool
109+@node srptool
110 @section Invoking srptool
111-@anchor{srptool}
41fffb0a 112+@anchor{Invoking srptool}
cf0e011c 113 @cindex srptool
84527706 114
cf0e011c 115 The @file{srptool} is a very simple program that emulates the programs
41fffb0a
JB
116@@ -856,9 +856,9 @@
117
118 @end itemize
119
120-@node Invoking p11tool
121+@node p11tool
122 @section Invoking p11tool
123-@anchor{p11tool}
124+@anchor{Invoking p11tool}
125 @cindex p11tool
126
127 The @file{p11tool} is a program that helps with accessing tokens
This page took 0.040209 seconds and 4 git commands to generate.