summaryrefslogtreecommitdiff
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
parent10e73e6033fadde97fbcd50f03075c4f92ab0f11 (diff)
downloadgnutls-9bd4ceb3a87598d4ce59a6cae0cbaef3a4d3f3b0.tar.gz
doc update
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--lib/includes/gnutls/gnutls.h.in2
-rw-r--r--lib/state.c2
2 files changed, 2 insertions, 2 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.
*/
diff --git a/lib/state.c b/lib/state.c
index 15636b53cf..d3e75c71c2 100644
--- a/lib/state.c
+++ b/lib/state.c
@@ -967,7 +967,7 @@ gnutls_session_channel_binding(gnutls_session_t session,
* gnutls_ecc_curve_get:
* @session: is a #gnutls_session_t type.
*
- * Returns the currently used elliptic curve. Only valid
+ * Returns the currently used elliptic curve for key exchange. Only valid
* when using an elliptic curve ciphersuite.
*
* Returns: the currently used curve, a #gnutls_ecc_curve_t