Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 554134 Details for
Bug 669584
www-servers/apache-2.4.37 not starting with SSL SSL_CTX_set_post_handshake_auth
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
libressl.patch
libressl.patch (text/plain), 993 bytes, created by
Joerg Neikes
on 2018-11-05 14:19:26 UTC
(
hide
)
Description:
libressl.patch
Filename:
MIME Type:
Creator:
Joerg Neikes
Created:
2018-11-05 14:19:26 UTC
Size:
993 bytes
patch
obsolete
>--- httpd-2.4.37/modules/ssl/ssl_engine_init.c.orig 2018-11-05 15:07:09.787065100 +0100 >+++ httpd-2.4.37/modules/ssl/ssl_engine_init.c 2018-11-05 15:08:01.477030038 +0100 >@@ -761,7 +761,7 @@ > SSL_CTX_set_mode(ctx, SSL_MODE_RELEASE_BUFFERS); > #endif > >-#if OPENSSL_VERSION_NUMBER >= 0x1010100fL >+#if OPENSSL_VERSION_NUMBER >= 0x1010100fL && !defined(LIBRESSL_VERSION_NUMBER) > /* For OpenSSL >=1.1.1, disable auto-retry mode so it's possible > * to consume handshake records without blocking for app-data. > * https://github.com/openssl/openssl/issues/7178 */ >@@ -1492,7 +1492,7 @@ > X509_STORE_CTX *sctx; > X509_STORE *store = SSL_CTX_get_cert_store(mctx->ssl_ctx); > >-#if OPENSSL_VERSION_NUMBER >= 0x1010100fL >+#if OPENSSL_VERSION_NUMBER >= 0x1010100fL && !defined(LIBRESSL_VERSION_NUMBER) > /* For OpenSSL >=1.1.1, turn on client cert support which is > * otherwise turned off by default (by design). > * https://github.com/openssl/openssl/issues/6933 */
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 669584
: 554134