index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
ssl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* modules/ssl/ssl_engine_log.c (ssl_log_annotation): const-ify more.
Joe Orton
2004-03-12
1
-1
/
+1
*
Pick up mod_status.h
William A. Rowe Jr
2004-03-11
1
-2
/
+2
*
* modules/ssl/ssl_engine_log.c (ssl_log_annotate, ssl_log_annotation,
Joe Orton
2004-03-10
1
-15
/
+12
*
Fix use of mod_ssl as a DSO linked against static SSL libraries; also
Joe Orton
2004-03-06
1
-1
/
+2
*
Allow the enabled flag to be set to more than just TRUE or FALSE so that
Bradley Nicholes
2004-03-05
4
-21
/
+28
*
Allow the enabled flag to be set to more that just TRUE or FALSE so that
Bradley Nicholes
2004-03-05
1
-5
/
+5
*
* modules/ssl/ssl_engine_init.c (ssl_init_Engine): Log the OpenSSL
Joe Orton
2004-03-04
1
-0
/
+2
*
* modules/ssl/ssl_engine_log.c (ssl_log_ssl_error): Use %lu to print
Joe Orton
2004-03-04
1
-2
/
+2
*
* modules/ssl/ssl_engine_vars.c (ssl_var_lookup,
Joe Orton
2004-03-04
1
-3
/
+3
*
* modules/ssl/ssl_engine_vars (ssl_var_lookup): const'ify result and
Joe Orton
2004-03-04
1
-30
/
+20
*
* modules/ssl/ssl_engine_vars (ssl_var_lookup): Optimise such that
Joe Orton
2004-03-04
1
-57
/
+76
*
* modules/ssl/mod_ssl.h: Declare ssl_is_https optional function.
Joe Orton
2004-03-04
2
-0
/
+11
*
* modules/ssl/ssl_engine_vars (ssl_var_lookup): Fix potential
Joe Orton
2004-03-04
1
-4
/
+4
*
* modules/ssl/ssl_engine_io.c (ssl_io_filter_disable,
Joe Orton
2004-02-29
1
-2
/
+3
*
* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_dn): Simplify
Joe Orton
2004-02-29
1
-8
/
+5
*
* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_dn): For a DN
Joe Orton
2004-02-28
1
-4
/
+15
*
Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.h
Joe Orton
2004-02-28
27
-648
/
+670
*
Relicense.
Joe Orton
2004-02-28
2
-94
/
+25
*
Send the 'Close Alert' message to the peer upon closing a SSL session. This
Madhusudan Mathihalli
2004-02-28
1
-1
/
+19
*
* modules/ssl/ssl_engine_io.c (ssl_io_filter_disable): Don't leak an
Joe Orton
2004-02-25
1
-0
/
+1
*
* modules/ssl/ssl_engine_pphrase.c (ssl_pphrase_Handle): Wording
Joe Orton
2004-02-22
1
-3
/
+3
*
* modules/ssl/ssl_scache_shmcb.c (ssl_scache_shmcb_init): Use an
Joe Orton
2004-02-22
1
-4
/
+13
*
* modules/ssl/ssl_engine_pphrase.c: Note that the ERR_clear_error()
Joe Orton
2004-02-10
1
-2
/
+3
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
26
-27
/
+27
*
fix copyright dates according to the first check in
André Malo
2004-02-08
25
-26
/
+26
*
apply Apache License, Version 2.0
André Malo
2004-02-06
26
-1412
/
+515
*
We need the SSL module dir in our path in order to compile mod_ssl.
Justin Erenkrantz
2004-02-05
1
-0
/
+1
*
* modules/ssl/ssl_engine_io.c (ssl_io_filter_output): Use non-blocking
Joe Orton
2004-01-23
1
-3
/
+17
*
* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl): Fix segfault if
Joe Orton
2004-01-12
1
-4
/
+6
*
* modules/ssl/ssl_scache_dc.c: Add the Apache Software License.
Joe Orton
2004-01-08
2
-1
/
+50
*
Add support to mod_ssl for a distributed session cache using
Joe Orton
2004-01-08
6
-2
/
+310
*
update license to 2004.
André Malo
2004-01-01
25
-26
/
+26
*
We need the error strings loaded as early as possible
Martin Kraemer
2003-12-15
1
-1
/
+1
*
get mod_ssl.dsp to load again
Jeff Trawick
2003-12-15
1
-1
/
+2
*
Fix format string warnings from gcc on amd64:
Joe Orton
2003-12-12
2
-3
/
+5
*
* modules/ssl/mod_ssl.h: Remove prototypes for shmht.
Joe Orton
2003-11-26
1
-8
/
+0
*
Extend mod_status output to include SSL session cache status
Joe Orton
2003-11-25
5
-91
/
+65
*
Remove shmht session cache in favour of shmcb; shmht has had
Joe Orton
2003-11-25
9
-3214
/
+11
*
* modules/ssl/ssl_engine_vars.c (ssl_var_log_handler_x): Fix
Joe Orton
2003-11-25
1
-1
/
+0
*
* modules/ssl/ssl_engine_vars.c (ssl_var_lookup): Only call
Joe Orton
2003-11-25
1
-7
/
+6
*
* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_version):
Joe Orton
2003-11-25
1
-1
/
+1
*
* modules/ssl/ssl_engine_init.c (ssl_init_proxy_certs): Fail early
Joe Orton
2003-11-25
1
-10
/
+24
*
Sync with APR-util deprecated functions.
Justin Erenkrantz
2003-11-16
1
-1
/
+1
*
* ssl_engine_log.c (ssl_log_ssl_error): Use the thread-safe
Joe Orton
2003-10-30
1
-2
/
+3
*
Fix missing human-readable error information in SSL log messages:
Joe Orton
2003-10-30
1
-1
/
+5
*
* modules/ssl/ssl_engine_vars.c (ssl_var_log_handler_c): Fix
Joe Orton
2003-10-23
1
-1
/
+1
*
Fix a cosmetic issue where OpenSSL 0.9.7 will dump the error stack
Joe Orton
2003-10-22
1
-0
/
+4
*
SSL-C doesn't declare the char* file arg const, so we shouldn't either.
William A. Rowe Jr
2003-09-22
1
-2
/
+2
*
These silent errors have bitten me a few times, now that we
Jim Jagielski
2003-09-10
1
-4
/
+19
*
Simplify includes - we always (in HTTPD 2.1 forward) are looking
William A. Rowe Jr
2003-09-08
1
-2
/
+2
[next]