summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-10-08 20:48:27 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-10-08 20:48:27 +0000
commitc19016fdc7c9784bf182dbbf0d4beed4a6be456f (patch)
treeeffad67c2a944ca3a7ea2e62839f1492e415bf0b
parentcc2487c66608797a38057a85379d22f5960a9ede (diff)
downloadgnutls-c19016fdc7c9784bf182dbbf0d4beed4a6be456f.tar.gz
*** empty log message ***
-rw-r--r--lib/gnutls_priority.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c
index af1a2ae3ae..1d8ea31623 100644
--- a/lib/gnutls_priority.c
+++ b/lib/gnutls_priority.c
@@ -252,8 +252,11 @@ int gnutls_certificate_type_set_priority(gnutls_session session,
*
* Sets some default priority on the ciphers, key exchange methods, macs
* and compression methods. This is to avoid using the gnutls_*_priority() functions, if
- * these defaults are ok.
+ * these defaults are ok. You may override any of the following priorities by calling
+ * the appropriate functions.
+ *
* The order is:
+ *
* - TLS1, SSL3 for protocols.
* - GNUTLS_KX_RSA, GNUTLS_KX_DHE_DSS, GNUTLS_KX_DHE_RSA for key exchange algorithms.
* - GNUTLS_MAC_SHA, GNUTLS_MAC_MD5 for MAC algorithms.