FreeBSD Bugzilla – Attachment 187687 Details for
Bug 223388
security/openssl: Fails to build without SSL3: implicit declaration of function 'SSLv3_client_method' in s23_clnt.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
patch-ssl-s23_clnt.c (text/plain), 603 bytes, created by
Tijl Coosemans
on 2017-11-03 10:09:03 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Tijl Coosemans
Created:
2017-11-03 10:09:03 UTC
Size:
603 bytes
patch
obsolete
>--- ssl/s23_clnt.c.orig 2017-11-02 14:32:58 UTC >+++ ssl/s23_clnt.c >@@ -757,10 +757,12 @@ static int ssl23_get_server_hello(SSL *s) > s->version = TLS1_VERSION; > s->method = TLSv1_client_method(); > break; >+#ifndef OPENSSL_NO_SSL3 > case SSL3_VERSION: > s->version = SSL3_VERSION; > s->method = SSLv3_client_method(); > break; >+#endif > } > SSLerr(SSL_F_SSL23_GET_SERVER_HELLO, SSL_R_UNSUPPORTED_PROTOCOL); > ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_PROTOCOL_VERSION);
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 223388
: 187687