]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 8 Oct 2002 20:48:27 +0000 (20:48 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 8 Oct 2002 20:48:27 +0000 (20:48 +0000)
lib/gnutls_priority.c

index af1a2ae3ae8d031f2b08b1b738695c4aac3978c2..1d8ea3162334ebed8292d7c06115292f9bbc0a0e 100644 (file)
@@ -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.