From: Nikos Mavrogiannopoulos Date: Tue, 8 Oct 2002 20:48:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls_0_5_9~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c19016fdc7c9784bf182dbbf0d4beed4a6be456f;p=thirdparty%2Fgnutls.git *** empty log message *** --- 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.