summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-05-10 18:07:01 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-05-10 18:07:01 +0200
commit0ee89f640b5dafd5fe388664376a906b609b7dd3 (patch)
tree03292b49b14c8442f2ca56d997335a8daf106227 /doc
parent90625a3698cffb93ad0aa893e3ad4f1e7c176a83 (diff)
downloadgnutls-0ee89f640b5dafd5fe388664376a906b609b7dd3.tar.gz
simplified node referencing and add NEW_PADDING in doc
Diffstat (limited to 'doc')
-rw-r--r--doc/cha-cert-auth2.texi2
-rw-r--r--doc/cha-gtls-app.texi10
-rw-r--r--doc/cha-gtls-examples.texi4
3 files changed, 8 insertions, 8 deletions
diff --git a/doc/cha-cert-auth2.texi b/doc/cha-cert-auth2.texi
index 762821e72e..df8b1ed2f0 100644
--- a/doc/cha-cert-auth2.texi
+++ b/doc/cha-cert-auth2.texi
@@ -372,7 +372,7 @@ functions below.
@showfuncC{gnutls_pkcs12_bag_get_data,gnutls_pkcs12_bag_get_key_id,gnutls_pkcs12_bag_get_friendly_name}
The functions below are used to generate a PKCS #12 structure. An example
-of their usage is shown at @ref{PKCS #12 structure generation example}.
+of their usage is shown at @ref{PKCS12 structure generation example}.
@showfuncC{gnutls_pkcs12_set_bag,gnutls_pkcs12_bag_encrypt,gnutls_pkcs12_generate_mac}
@showfuncE{gnutls_pkcs12_bag_set_data,gnutls_pkcs12_bag_set_crl,gnutls_pkcs12_bag_set_crt,gnutls_pkcs12_bag_set_key_id,gnutls_pkcs12_bag_set_friendly_name}
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi
index 080186ea2d..d0250f24f1 100644
--- a/doc/cha-gtls-app.texi
+++ b/doc/cha-gtls-app.texi
@@ -1023,11 +1023,11 @@ This is the default.
@item %LATEST_RECORD_VERSION @tab
will use the latest TLS version record version in client hello.
-@c @item %NEW_PADDING @tab
-@c will enable the new padding extension negotiation. If the new padding extension
-@c is negotiated, GnuTLS will use a more efficient length-hiding mechanism.
-@c Use @funcref{gnutls_record_can_use_length_hiding} to check whether length-hiding
-@c can be used in the current session.
+@item %NEW_PADDING @tab
+will enable the new padding extension negotiation. If the new padding extension
+is negotiated, GnuTLS will use a more efficient length-hiding mechanism.
+Use @funcref{gnutls_record_can_use_length_hiding} to check whether length-hiding
+can be used in the current session.
@end multitable
@caption{Special priority string keywords.}
diff --git a/doc/cha-gtls-examples.texi b/doc/cha-gtls-examples.texi
index 23a488e2fd..f50c776362 100644
--- a/doc/cha-gtls-examples.texi
+++ b/doc/cha-gtls-examples.texi
@@ -253,7 +253,7 @@ A small tool to generate OCSP requests.
* Checking for an alert::
* X.509 certificate parsing example::
* Listing the ciphersuites in a priority string::
-* PKCS #12 structure generation example::
+* PKCS12 structure generation example::
@end menu
@node Checking for an alert
@@ -282,7 +282,7 @@ priority string.
@verbatiminclude examples/print-ciphersuites.c
-@node PKCS #12 structure generation example
+@node PKCS12 structure generation example
@subsection PKCS #12 structure generation example
This small program demonstrates the usage of the PKCS #12 API, by generating