package cyrus-clients-2.4
tags 732582 + patch
kthxbye

Attached is a patch for TLS 1.2 support.  I tried to produce a git diff
against the packaging repo, but the pristine-tar branch wasn't
up-to-date, so I had to resort to a diff against the source directories.

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
diff -ur cyrus-imapd-2.4.old/imtest/imtest.c cyrus-imapd-2.4-2.4.17+caldav~beta9/imtest/imtest.c
--- cyrus-imapd-2.4.old/imtest/imtest.c	2013-12-19 01:49:54.010912555 +0000
+++ cyrus-imapd-2.4-2.4.17+caldav~beta9/imtest/imtest.c	2013-12-19 01:50:26.446694497 +0000
@@ -507,7 +507,7 @@
 	return IMTEST_FAIL;
     }
     
-    tls_ctx = SSL_CTX_new(TLSv1_client_method());
+    tls_ctx = SSL_CTX_new(SSLv23_client_method());
     if (tls_ctx == NULL) {
 	return IMTEST_FAIL;
     };

Attachment: signature.asc
Description: Digital signature

Reply via email to