]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Doc fix.
authorSimon Josefsson <simon@josefsson.org>
Wed, 7 Mar 2007 13:36:54 +0000 (13:36 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 7 Mar 2007 13:36:54 +0000 (13:36 +0000)
lib/gnutls_priority.c

index 8e390cbc0347567391c155ae8bb69f191e0662a6..50cc53b694b00fcc44cb4fcf3f6cb001d58873fb 100644 (file)
@@ -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.
   *