summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/gnutls.h.in
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-06-06 11:47:48 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-07-17 17:08:01 +0200
commit9bd4ceb3a87598d4ce59a6cae0cbaef3a4d3f3b0 (patch)
treeebdc46803c12cde35e6be08c1122ce40aff6be53 /lib/includes/gnutls/gnutls.h.in
parent10e73e6033fadde97fbcd50f03075c4f92ab0f11 (diff)
downloadgnutls-9bd4ceb3a87598d4ce59a6cae0cbaef3a4d3f3b0.tar.gz
doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'lib/includes/gnutls/gnutls.h.in')
-rw-r--r--lib/includes/gnutls/gnutls.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in
index 7d2263664d..9bc89ca420 100644
--- a/lib/includes/gnutls/gnutls.h.in
+++ b/lib/includes/gnutls/gnutls.h.in
@@ -707,7 +707,7 @@ typedef enum gnutls_certificate_print_formats {
* @GNUTLS_PK_DH: Diffie-Hellman algorithm. Used to generate parameters.
* @GNUTLS_PK_ECDSA: Elliptic curve algorithm. These parameters are compatible with the ECDSA and ECDH algorithm.
* @GNUTLS_PK_ECDH_X25519: Elliptic curve algorithm, restricted to ECDH as per rfc7748.
- * @GNUTLS_PK_EDDSA_ED25519: Edwards curve Digital signature algorithm.
+ * @GNUTLS_PK_EDDSA_ED25519: Edwards curve Digital signature algorithm. Used with SHA512 on signatures.
*
* Enumeration of different public-key algorithms.
*/