]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
simplified node referencing and add NEW_PADDING in doc
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 10 May 2013 16:07:01 +0000 (18:07 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 10 May 2013 16:07:01 +0000 (18:07 +0200)
doc/cha-cert-auth2.texi
doc/cha-gtls-app.texi
doc/cha-gtls-examples.texi

index 762821e72e5b2934c60458d0ba1e1da63ddf561a..df8b1ed2f0ced209306e804f075d0f26778772e6 100644 (file)
@@ -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}
index 080186ea2d5e853ee61064239d299cdaf82c6211..d0250f24f1b34f64dd19d92b8b8aa66788b95478 100644 (file)
@@ -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.}
index 23a488e2fd45c6e571cf44bbaad48c3bd38b779b..f50c7763624d38e251be5057ff78e0179c926cc4 100644 (file)
@@ -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