From: Nikos Mavrogiannopoulos Date: Fri, 10 May 2013 16:07:01 +0000 (+0200) Subject: simplified node referencing and add NEW_PADDING in doc X-Git-Tag: gnutls_3_2_0~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ee89f640b5dafd5fe388664376a906b609b7dd3;p=thirdparty%2Fgnutls.git simplified node referencing and add NEW_PADDING in doc --- 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