qulogic/pidgin

Parents 76a2a6d75768
Children bd402b3a86f4
Add note that it would be better if we didn't specify the ciphers ourselves.
--- a/libpurple/plugins/ssl/ssl-gnutls.c Thu Sep 11 15:41:13 2014 -0700
+++ b/libpurple/plugins/ssl/ssl-gnutls.c Thu Sep 11 15:43:53 2014 -0700
@@ -50,6 +50,10 @@
* is to disable weaker ciphers while remaining compatible with almost all
* servers.
*
+ * Ideally this is something we wouldn't do. Ideally the system-wide GnuTLS
+ * library would use good defaults. But for now I think we can safely be more
+ * restrictive than the GnuTLS defaults. --Mark Doliner
+ *
* You can test the priority string using this command:
* > gnutls-cli --priority "<SIGNATURE STRING>" <HOSTNAME>
* Note that on Ubuntu 14.04 gnutls-cli is linked against the older GnuTLS