]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc updates
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 27 Nov 2012 17:14:38 +0000 (18:14 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 27 Nov 2012 17:14:38 +0000 (18:14 +0100)
doc/cha-crypto.texi
lib/gnutls_ui.c

index 956ca2229fe0678932c1780d0bd6dc8e18c06578..157d66079bec5cac66d6f60dabe5b92efedf45c0 100644 (file)
@@ -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
index 9fb6c50bbbbf4dbf66a9d3c3c28b8e537a56e8b2..d00513043c7a4c96dcb11e045440edb8092deb2b 100644 (file)
@@ -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