summaryrefslogtreecommitdiff
path: root/doc/cha-crypto.texi
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-04-13 20:17:38 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-04-13 20:17:38 +0200
commit4e33c6474ac597c111ae6f3c32a5afcd8011eae1 (patch)
tree92a9308b045e9377b130efa62f822d4274d0539d /doc/cha-crypto.texi
parent4b6b224c3972580f8e1a439b90be2c932dd6320a (diff)
downloadgnutls-4e33c6474ac597c111ae6f3c32a5afcd8011eae1.tar.gz
Added documentation on public key API.
Diffstat (limited to 'doc/cha-crypto.texi')
-rw-r--r--doc/cha-crypto.texi16
1 files changed, 12 insertions, 4 deletions
diff --git a/doc/cha-crypto.texi b/doc/cha-crypto.texi
index 157d66079b..83701ccfa8 100644
--- a/doc/cha-crypto.texi
+++ b/doc/cha-crypto.texi
@@ -8,14 +8,15 @@ providing symmetric crypto, hash and HMAC algorithms, as well access
to the random number generation.
@menu
-* Encryption algorithms::
+* Symmetric algorithms::
+* Public key algorithms::
* Hash and HMAC functions::
* Random number generation::
@end menu
-@node Encryption algorithms
-@section Encryption algorithms
-@cindex encryption algorithms
+@node Symmetric algorithms
+@section Symmetric algorithms
+@cindex symmetric algorithms
@cindex symmetric cryptography
The available functions to access symmetric crypto algorithms operations
@@ -29,6 +30,13 @@ functions are provided to set the associated data and retrieve the authenticatio
@showfuncB{gnutls_cipher_add_auth,gnutls_cipher_tag}
+@node Public key algorithms
+@section Public key algorithms
+@cindex public key algorithms
+
+Public key cryptography algorithms such as RSA, DSA and ECDSA, can be
+accessed using the abstract key API in @ref{Abstract key types}.
+
@node Hash and HMAC functions
@section Hash and HMAC functions
@cindex hash functions