From: Simon Josefsson Date: Wed, 7 Mar 2007 13:36:54 +0000 (+0000) Subject: Doc fix. X-Git-Tag: gnutls_1_7_8~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c719640d61c5ec6f99febbcf920df71a586bbfbd;p=thirdparty%2Fgnutls.git Doc fix. --- diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c index 8e390cbc03..50cc53b694 100644 --- a/lib/gnutls_priority.c +++ b/lib/gnutls_priority.c @@ -261,10 +261,12 @@ gnutls_certificate_type_set_priority (gnutls_session_t session, * * The default order is: * Protocols: TLS 1.2, TLS 1.1, TLS 1.0, and SSL3. - * Key exchange algorithm: PSK, SRP, DHE-RSA, DHE-DSS, RSA. + * Key exchange algorithm: DHE-PSK, PSK, SRP-RSA, SRP-DSS, SRP, + * DHE-RSA, DHE-DSS, RSA. + * Cipher: AES_256_CBC, AES_128_CBC, 3DES_CBC, and ARCFOUR_128. * MAC algorithm: SHA, and MD5. - * Cipher: AES_128_CBC, AES_256_CBC, 3DES_CBC, and ARCFOUR_128. * Certificate types: OpenPGP, X.509 + * Compression: DEFLATE, NULL. * * Returns 0 on success. *