summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@crystal.(none)>2008-07-06 12:06:08 +0300
committerNikos Mavrogiannopoulos <nmav@crystal.(none)>2008-07-06 12:06:57 +0300
commitceaa979755c60c9e7425b48339893e0023b74c40 (patch)
treec977f7920e1c0f82f65a4469e7ef8c10fd906219
parent290e2d8cfc072b959d4fd50a9fa707430b8658b5 (diff)
downloadgnutls-ceaa979755c60c9e7425b48339893e0023b74c40.tar.gz
document a way to get the available algorithms and protocols.
-rw-r--r--lib/gnutls_priority.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c
index e3264c3f58..25af3397dc 100644
--- a/lib/gnutls_priority.c
+++ b/lib/gnutls_priority.c
@@ -493,6 +493,9 @@ gnutls_priority_set (gnutls_session_t session, gnutls_priority_t priority)
* "NONE:+VERS-TLS1.0:+AES-128-CBC:+RSA:+SHA1:+COMP-NULL", "NORMAL",
* "NORMAL:%COMPAT".
*
+ * For all the current available algorithms and protocols use "gnutls-cli -l"
+ * to get a listing.
+ *
* Returns: On syntax error %GNUTLS_E_INVALID_REQUEST is returned,
* %GNUTLS_E_SUCCESS on success, or an error code.
**/