From: Nikos Mavrogiannopoulos Date: Tue, 27 Nov 2012 17:14:38 +0000 (+0100) Subject: doc updates X-Git-Tag: gnutls_3_1_6~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0961348097909dd414ac7de2ff75e10f430e4ca1;p=thirdparty%2Fgnutls.git doc updates --- diff --git a/doc/cha-crypto.texi b/doc/cha-crypto.texi index 956ca2229f..157d66079b 100644 --- a/doc/cha-crypto.texi +++ b/doc/cha-crypto.texi @@ -8,13 +8,14 @@ providing symmetric crypto, hash and HMAC algorithms, as well access to the random number generation. @menu -* Symmetric cryptography:: +* Encryption algorithms:: * Hash and HMAC functions:: * Random number generation:: @end menu -@node Symmetric cryptography -@section Symmetric cryptography +@node Encryption algorithms +@section Encryption algorithms +@cindex encryption algorithms @cindex symmetric cryptography The available functions to access symmetric crypto algorithms operations @@ -42,6 +43,7 @@ The available functions to access hash functions are shown below. The supported are the same as the HMAC algorithms. @showfuncF{gnutls_hash_init,gnutls_hash,gnutls_hash_output,gnutls_hash_deinit,gnutls_hash_get_len,gnutls_hash_fast} +@showfuncA{gnutls_fingerprint} @node Random number generation @section Random number generation diff --git a/lib/gnutls_ui.c b/lib/gnutls_ui.c index 9fb6c50bbb..d00513043c 100644 --- a/lib/gnutls_ui.c +++ b/lib/gnutls_ui.c @@ -610,7 +610,7 @@ gnutls_certificate_client_get_request_status (gnutls_session_t session) * * This is the usual way to calculate a fingerprint of an X.509 DER * encoded certificate. Note however that the fingerprint of an - * OpenPGP is not just a hash and cannot be calculated with this + * OpenPGP certificate is not just a hash and cannot be calculated with this * function. * * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise