@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}
@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.}
* 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
@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