From c19016fdc7c9784bf182dbbf0d4beed4a6be456f Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 8 Oct 2002 20:48:27 +0000 Subject: *** empty log message *** --- lib/gnutls_priority.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. -- cgit v1.2.1