FreeBSD Bugzilla – Attachment 161892 Details for
Bug 203688
[PATCH] security/softether: 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 security/softether
patch-src_Mayaqua_Network.c (text/plain), 574 bytes, created by
cpbsdmail
on 2015-10-10 23:02:54 UTC
(
hide
)
Description:
svn diff for security/softether
Filename:
MIME Type:
Creator:
cpbsdmail
Created:
2015-10-10 23:02:54 UTC
Size:
574 bytes
patch
obsolete
>--- src/Mayaqua/Network.c.orig 2015-07-26 08:38:18.000000000 +0200 >+++ src/Mayaqua/Network.c 2015-10-02 16:12:32.566180580 +0200 >@@ -12920,7 +12920,16 @@ bool StartSSLEx(SOCK *sock, X *x, K *pri > { > if (client_tls == false) > { >+#ifndef OPENSSL_NO_SSL3 > SSL_CTX_set_ssl_version(ssl_ctx, SSLv3_method()); >+#else >+ SSL_CTX_set_ssl_version(ssl_ctx, SSLv23_method()); >+ SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_TLSv1 >+#ifdef SSL_OP_NO_TLSv1_2 >+ | SSL_OP_NO_TLSv1_1 | SSL_OP_NO_TLSv1_2 >+#endif >+ ); >+#endif > } > else > {
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 203688
: 161892