index
:
delta/apache/httpd.git
1.3
1.3.x
2.0.x
2.2.19
2.2.x
2.2.x-merge-http-strict
2.4-http2-alpha
2.4.17-protocols-changes
2.4.17-protocols-http2
2.4.x
2.4.x-merge-http-strict
2.4.x-mod_md
2.4.x-mpm_fdqueue
2.4.x-openssl-1.1.0-compat
2.4.x-r1761824-group
APACHE_1_2_X
APACHE_2_0_22-branch
APACHE_2_0_23-branch
APACHE_2_0_39_BRANCH
APACHE_2_0_BRANCH
PCRE
RSE
apreq-integration
async-dev
async-read-dev
attic
authz-dev
avendor
cache-refactor
dgaudet
execd-dev
fcgi-proxy-dev
fips-dev
httpd-2.0-pid-table
httpd-2.2-pid-table
httpd-2.2-proxy
httpd-pid-table
httpd-proxy-scoreboard
httpdunit
input-filter-dev
listen-protocol
mod_version_for_2.0.x
mpm-event-optimization
proxy-reqbody
proxy-reqbody-2.0.x
revert-ap-ldap
simple-conf
ssl-fips-dev
tlsv1.3-for-2.4.x
trunk
trunk-buildconf-noapr
trunk-md
trunk-openssl-threadid
trunk-override-index
trunk-ssl-handshake-nonblocking
trunk-test-integration
unlabeled-1.1.1
unlabeled-1.11.2
unlabeled-1.436.2
unlabeled-1.6.2
unlabeled-1.8.2
wombat-integration
github.com: apache/httpd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
ssl
/
ssl_engine_kernel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
add SSL_CTX_set_session_id_context(3) checks
Giovanni Bechis
2023-04-04
1
-3
/
+13
*
check SSL_do_handshake(3) return value
Giovanni Bechis
2023-04-04
1
-3
/
+7
*
SSL_do_handshake can fail with 0 or <0 status codes.
Giovanni Bechis
2023-04-03
1
-1
/
+1
*
check for more possible SSL failures
Giovanni Bechis
2023-03-30
1
-4
/
+1
*
mod_ssl: Fix deprecation warnings with openssl-3.
Yann Ylavic
2023-03-19
1
-8
/
+2
*
Add SSL_SHARED_CIPHER environment variable
Dirk-Willem van Gulik
2023-03-06
1
-0
/
+1
*
return early if X509_STORE_CTX_init fails
Giovanni Bechis
2022-02-24
1
-1
/
+4
*
*) core/mod_proxy/mod_ssl:
Stefan Eissing
2021-06-08
1
-7
/
+6
*
mod_ssl: Switch to using OpenSSL's automatic internal DH parameter
Joe Orton
2021-05-21
1
-0
/
+2
*
core/ap_ssl_*: changes after review by rpluem
Stefan Eissing
2021-04-20
1
-3
/
+6
*
mod_ssl: Add base64-encoded DER certificate variables as alternative
Joe Orton
2021-03-19
1
-19
/
+26
*
And the necessary log tags added just shortly afterwards.
Stefan Eissing
2021-03-03
1
-1
/
+1
*
Changed ap_ssl_answer_challenge() and its hook to provide PEM data for
Stefan Eissing
2021-03-03
1
-35
/
+23
*
Fixed regression in r1887085 where a SSL function was used that is not availa...
Stefan Eissing
2021-03-03
1
-1
/
+1
*
Adding log tags where log tags are needed.
Stefan Eissing
2021-03-02
1
-2
/
+2
*
Adding more ap_ssl_* functions and hooks to the core server.
Stefan Eissing
2021-03-02
1
-6
/
+29
*
* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access_modern): Move
Joe Orton
2020-08-17
1
-10
/
+8
*
mod_ssl: follow up to r1877397: fix SSL_OP_NO_RENEGOT*I*ATION typo.
Yann Ylavic
2020-05-15
1
-3
/
+3
*
mod_ssl: Update the ssl_var_lookup() API:
Joe Orton
2020-05-07
1
-9
/
+9
*
mod_ssl: Switch to using SSL_OP_NO_RENEGOTATION (where available) to
Joe Orton
2020-05-05
1
-16
/
+12
*
mod_ssl: Calculate the MD5 digest used as the session context once per
Joe Orton
2020-05-04
1
-5
/
+1
*
Prior to r1877345 mc->pPool was the process pool (s->process->pool).
Joe Orton
2020-05-04
1
-5
/
+2
*
mod_ssl: add compatibility with OpenSSL 3.0.0
Yann Ylavic
2020-04-24
1
-3
/
+19
*
mod_ssl: axe useless X509_free (NULL arg).
Yann Ylavic
2020-04-19
1
-3
/
+0
*
* modules/ssl/ssl_private.h: Define X509_up_ref and EVP_PKEY_up_ref
Joe Orton
2020-03-26
1
-8
/
+0
*
Fix compilation breakage with OpenSSL 1.1.0 up to 1.1.0f.
Rainer Jung
2020-03-23
1
-1
/
+1
*
*) mod_ssl: Disable client verification on ACME ALPN challenges. Fixes github
Stefan Eissing
2020-02-11
1
-0
/
+2
*
Add logno.
Joe Orton
2019-11-21
1
-1
/
+1
*
Buffer HTTP request bodies for TLSv1.3 PHA in the same way as for
Joe Orton
2019-11-21
1
-32
/
+55
*
mod_ssl: Log private key material to file set by $SSLKEYLOGFILE in the
Joe Orton
2019-11-15
1
-0
/
+14
*
mod_ssl: follow up to r1868645.
Yann Ylavic
2019-10-25
1
-2
/
+8
*
mod_ssl: follow up to r1868645.
Yann Ylavic
2019-10-22
1
-8
/
+10
*
mod_ssl: negotiate the TLS protocol version per name based vhost configuration.
Yann Ylavic
2019-10-20
1
-5
/
+73
*
mod_ssl: OCSP does not apply to proxy mode, fix verify context.
Yann Ylavic
2019-08-23
1
-2
/
+2
*
* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access_modern): Correctly
Joe Orton
2019-03-19
1
-0
/
+2
*
mod_ssl: AH10129 from ERR to DEBUG level.
Yann Ylavic
2019-03-12
1
-1
/
+2
*
mod_ssl: give mod_md the chance to override certificate after ALPN protocol n...
Stefan Eissing
2019-01-25
1
-22
/
+52
*
reverting last change
Stefan Eissing
2019-01-24
1
-52
/
+22
*
mod_http2: enable re-use of slave connections again.
Stefan Eissing
2019-01-24
1
-22
/
+52
*
*) mod_ssl: Fix mod_authz provider for "require ssl" directive to check cor...
Stefan Eissing
2018-11-08
1
-4
/
+1
*
rollback 1844001.
Jean-Frederic Clere
2018-10-17
1
-5
/
+0
*
And a way to custom modules to guess and extract ssl variable.
Jean-Frederic Clere
2018-10-16
1
-0
/
+5
*
* Pickup the proxy related configuration for verify mode and verify depth and
Ruediger Pluem
2018-10-01
1
-7
/
+18
*
On the trunk:
Stefan Eissing
2018-09-20
1
-1
/
+1
*
On the trunk:
Stefan Eissing
2018-09-20
1
-1
/
+1
*
* modules/ssl/ssl_engine_kernel.c (ssl_check_post_client_verify):
Joe Orton
2018-09-18
1
-95
/
+103
*
* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access_modern): Fail with
Joe Orton
2018-09-11
1
-1
/
+9
*
mod_ssl: use SSL_HAVE_PROTOCOL_TLSV1_3 to check for compiled in TLS 1.3.
Yann Ylavic
2018-06-15
1
-2
/
+2
*
mod_ssl: disable check for client initiated renegotiations with TLS 1.3.
Yann Ylavic
2018-06-15
1
-16
/
+28
*
I don't know if 'c' can be NULL here, but we should not dereference it before...
Christophe Jaillet
2018-05-14
1
-1
/
+2
[next]