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
/
mod_ssl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
forward-port the latest versions of mod_ssl and mod_setenvif from the 2.3 tru...
Brian Pane
2005-10-06
1
-2
/
+0
*
* modules/ssl/mod_ssl.c (ssl_hook_pre_config): Initialize all
Joe Orton
2005-08-01
1
-0
/
+1
*
Allow extraction of the values of SSL certificate extensions into
Martin Kraemer
2005-07-22
1
-0
/
+2
*
Good suggestion from a private Email. name changes.
Jim Jagielski
2005-07-08
1
-1
/
+1
*
Fix case where buggy OpenSSL internal cache continually grows.
Jim Jagielski
2005-07-08
1
-1
/
+1
*
Fix issue where mod_ssl does not pick up the ssl-unclean-shutdown
Joe Orton
2005-04-19
1
-2
/
+5
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
* modules/ssl/mod_ssl.c: Declare new config directives
Joe Orton
2005-01-14
1
-0
/
+6
*
FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!
William A. Rowe Jr
2005-01-02
1
-2
/
+2
*
Add -t -DDUMP_CERTS option to mod_ssl which dumps the filenames of all
Joe Orton
2004-11-10
1
-0
/
+1
*
* modules/ssl/ssl_engine_io.c, modules/ssl/ssl_engine_kernel.c,
Joe Orton
2004-11-10
1
-12
/
+11
*
Add a check for SSL_ENABLED_OPTIONAL to the http_method and default_port hook...
Bradley Nicholes
2004-10-13
1
-2
/
+2
*
Add "SSLUserName" directive to set r->user based on a chosen SSL
Joe Orton
2004-06-03
1
-0
/
+2
*
Add "SSLHonorCipherOrder" directive to enable the OpenSSL 0.9.7 flag
Joe Orton
2004-06-03
1
-0
/
+2
*
Allow the enabled flag to be set to more that just TRUE or FALSE so that
Bradley Nicholes
2004-03-05
1
-5
/
+5
*
Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.h
Joe Orton
2004-02-28
1
-0
/
+1
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
fix copyright dates according to the first check in
André Malo
2004-02-08
1
-1
/
+1
*
apply Apache License, Version 2.0
André Malo
2004-02-06
1
-54
/
+20
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
We need the error strings loaded as early as possible
Martin Kraemer
2003-12-15
1
-1
/
+1
*
Extend mod_status output to include SSL session cache status
Joe Orton
2003-11-25
1
-3
/
+2
*
Sync with APR-util deprecated functions.
Justin Erenkrantz
2003-11-16
1
-1
/
+1
*
Fix missing human-readable error information in SSL log messages:
Joe Orton
2003-10-30
1
-1
/
+5
*
Make mod_ssl consistent with itself when you have a halfass install of
Cliff Woolley
2003-08-12
1
-1
/
+1
*
Narrow the scope of several OPENSSL-specific setup and teardown calls
William A. Rowe Jr
2003-06-24
1
-2
/
+9
*
Reaction to Jeff Trawick's observations that we are double-initializing
William A. Rowe Jr
2003-06-17
1
-0
/
+34
*
OPENSSL_load_builtin_modules -appears- to have been introduced in beta-1,
William A. Rowe Jr
2003-06-11
1
-0
/
+4
*
The right patch (thanks to Eric for identifying the wrong patch) to move
William A. Rowe Jr
2003-06-02
1
-1
/
+1
*
Revert revision 1.81 which called non-existent SSL_load_library.
Justin Erenkrantz
2003-05-31
1
-1
/
+1
*
OpenSSL_add_all_algorithms is simply an alias for SSL_load_library.
William A. Rowe Jr
2003-05-30
1
-1
/
+1
*
Solve a pretty horrific bug in SSLCryptoDevice and other places where
William A. Rowe Jr
2003-05-30
1
-1
/
+10
*
Roll away the SSL_EXPERIMENTAL_ENGINE test in favor of testing for the
William A. Rowe Jr
2003-05-19
1
-1
/
+1
*
Right now SSLMutex is bogus. It just uses APR_LOCK_DEFAULT no
Jim Jagielski
2003-02-23
1
-3
/
+26
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
After introducing tests in the cmds, we lose the absolute authority
William A. Rowe Jr
2003-01-13
1
-0
/
+3
*
After some productive feedback and no negative feedback, introduce
William A. Rowe Jr
2002-12-14
1
-30
/
+54
*
Merge the last of the 'filtering' functions into ssl_engine_io.c, merge
William A. Rowe Jr
2002-11-05
1
-183
/
+0
*
Close several small leaks in SSL.
William A. Rowe Jr
2002-10-29
1
-0
/
+1
*
This stuff shouldn't have been committed. This is the SSL upgrade stuff,
Ryan Bloom
2002-10-14
1
-53
/
+30
*
Fix a compile of compiler warnings. I don't know how these slipped past.
Ryan Bloom
2002-10-11
1
-30
/
+53
*
Remove warnings seen with Sun's Forte compiler.
Justin Erenkrantz
2002-09-15
1
-1
/
+2
*
Remove all special mod_ssl URIs. This also fixes the bug where
Ryan Bloom
2002-06-04
1
-1
/
+0
*
stop using APLOG_NOERRNO in calls to ap_log_[pr]error()
Jeff Trawick
2002-05-17
1
-12
/
+12
*
Remove SSLLog and SSLLogLevel directives in favor of having mod_ssl use the
Justin Erenkrantz
2002-05-16
1
-8
/
+6
*
Change mod_ssl from using ssl_log() to ap_log_error().
Justin Erenkrantz
2002-05-16
1
-38
/
+44
*
Stop using SSL_ADD_SSLERR option in ssl_log() and replace with new
Justin Erenkrantz
2002-05-15
1
-8
/
+16
*
Revert optimization from circa 2.0.34 that caused very long vhost id's
Cliff Woolley
2002-04-30
1
-4
/
+6
*
fix ProxyPass when frontend is https and backend is http
Doug MacEachern
2002-04-07
1
-0
/
+23
*
PR:
Doug MacEachern
2002-04-02
1
-3
/
+2
[next]