FreeBSD Bugzilla – Attachment 161907 Details for
Bug 203697
[PATCH] mail/cone: Fix build with No-SSLv3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff for mail/cone
patch-tcpd_libcouriertls.c (text/plain), 582 bytes, created by
cpbsdmail
on 2015-10-11 11:34:49 UTC
(
hide
)
Description:
svn diff for mail/cone
Filename:
MIME Type:
Creator:
cpbsdmail
Created:
2015-10-11 11:34:49 UTC
Size:
582 bytes
patch
obsolete
>--- tcpd/libcouriertls.c.orig 2011-06-20 03:13:54 UTC >+++ tcpd/libcouriertls.c >@@ -552,11 +552,16 @@ SSL_CTX *tls_create(int isserver, const > protocol="SSL23"; > > ctx=SSL_CTX_new(protocol && strcmp(protocol, "SSL3") == 0 >- ? SSLv3_method(): >+ ? SSLv23_method(): > protocol && strcmp(protocol, "SSL23") == 0 > ? SSLv23_method(): > TLSv1_method()); >- >+ if (strcmp(protocol, "SSL3") == 0) >+ SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_TLSv1 >+#ifdef OPENSSL_NO_TLSv1_2 >+ | SSL_OP_NO_TLSv1_1 | SSL_OP_NO_TLSv1_2 >+#endif >+ ); > if (!ctx) > { > free(info_copy);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203697
: 161907