FreeBSD Bugzilla – Attachment 152052 Details for
Bug 197027
port mail/dovecot - patch to disable SSLv2 and SSLv3 (POODLE)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patches dovecot 1.2.17 to not offer SSLv2 and SSLv3 protocols (poodle)
patch-dovecot-sslv3-disable (text/plain), 499 bytes, created by
Kai Gallasch
on 2015-01-23 11:09:56 UTC
(
hide
)
Description:
patches dovecot 1.2.17 to not offer SSLv2 and SSLv3 protocols (poodle)
Filename:
MIME Type:
Creator:
Kai Gallasch
Created:
2015-01-23 11:09:56 UTC
Size:
499 bytes
patch
obsolete
>*** src/login-common/ssl-proxy-openssl.c.orig Thu Jan 20 22:16:59 2011 >--- src/login-common/ssl-proxy-openssl.c Fri Jan 23 00:49:30 2015 >*************** >*** 817,823 **** > { > const char *cafile; > >! SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL); > > cafile = getenv("SSL_CA_FILE"); > if (cafile != NULL) { >--- 817,823 ---- > { > const char *cafile; > >! SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); > > cafile = getenv("SSL_CA_FILE"); > if (cafile != NULL) {
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 197027
: 152052