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_util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add markers for non-threadsafe calls which need porting.
Colm MacCarthaigh
2006-01-14
1
-0
/
+2
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-14
/
+14
*
Fix Bug#: 25659 (Memory leak in ssl_util_algotypeof())
Martin Kraemer
2005-09-20
1
-1
/
+7
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
* modules/ssl/ssl_util.c, modules/ssl/ssl_private.h: Remove unused
Joe Orton
2004-05-25
1
-101
/
+0
*
Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.h
Joe Orton
2004-02-28
1
-1
/
+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
*
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
*
Prevent the OpenSSL id_callback from pointing at a mod_ssl
Joe Orton
2003-07-24
1
-0
/
+1
*
Have some consistency! Fixes logic I introduced in 1.37.
William A. Rowe Jr
2003-04-05
1
-2
/
+2
*
Introduce a number of SSLC hints to mod_ssl, including the following
William A. Rowe Jr
2003-04-03
1
-0
/
+18
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
After some productive feedback and no negative feedback, introduce
William A. Rowe Jr
2002-12-14
1
-1
/
+1
*
This stuff shouldn't have been committed. This is the SSL upgrade stuff,
Ryan Bloom
2002-10-14
1
-1
/
+1
*
Fix a compile of compiler warnings. I don't know how these slipped past.
Ryan Bloom
2002-10-11
1
-1
/
+1
*
The only remaining question ... are nested or strictly unnested locks
William A. Rowe Jr
2002-06-04
1
-42
/
+18
*
Fix a mod_ssl build problem on OS/390.
Jeff Trawick
2002-05-09
1
-0
/
+13
*
de-hungarian-ize server config member names which are going to stay
Doug MacEachern
2002-03-28
1
-1
/
+1
*
adjust to another const char vs char mismatch between OpenSSL and sslc
Doug MacEachern
2002-03-27
1
-1
/
+3
*
Update our copyright for this year.
Roy T. Fielding
2002-03-13
1
-1
/
+1
*
add ssl_asn1_keystr() util function that returns string representation
Doug MacEachern
2002-03-13
1
-5
/
+12
*
add ssl_asn1_table_keyfmt() function for clarity
Doug MacEachern
2002-03-13
1
-0
/
+14
*
remove obsolete ssl_ds_{table,array} api
Doug MacEachern
2002-03-13
1
-0
/
+65
*
Document future binary compatibility problem.
Ben Laurie
2002-01-11
1
-0
/
+2
*
mod_ssl adjustments to help with using toolkits other than OpenSSL:
Doug MacEachern
2002-01-10
1
-1
/
+1
*
get SSLPassPhraseDialog exec: working by passing the proper arguments
Doug MacEachern
2002-01-09
1
-5
/
+8
*
ssl_util_getmodconfig() and ssl_util_getmodconfig_ssl() show up high
Doug MacEachern
2001-11-29
1
-29
/
+0
*
Gets us compiling again on FreeBSD. Adds conditional compilation around
Aaron Bannert
2001-11-20
1
-4
/
+2
*
No good reason to have this in <> instead of "". Having it in <> might
Aaron Bannert
2001-11-20
1
-1
/
+1
*
Conversion from old apr_lock_t to new apr_thread_mutex_t
Aaron Bannert
2001-11-16
1
-9
/
+14
*
Style updates before I convert to the new lock type.
Aaron Bannert
2001-11-15
1
-18
/
+21
*
apr_os_thread_current() call needs #if APR_HAS_THREADS protection
Doug MacEachern
2001-08-24
1
-0
/
+5
*
fix prototype
Doug MacEachern
2001-08-24
1
-1
/
+1
*
implement CRYPTO_set_id_callback
Doug MacEachern
2001-08-24
1
-3
/
+8
*
change APR_LOCKALL to APR_INTRAPROCESS for crypto locks
Doug MacEachern
2001-08-24
1
-1
/
+1
*
only set the crypto locking callback if mpm is threaded
Doug MacEachern
2001-08-24
1
-9
/
+27
*
Implement CRYPTO_set_locking_callback() for mod_ssl
Doug MacEachern
2001-08-24
1
-0
/
+46
*
Silly compiler, const char* is for text :)
William A. Rowe Jr
2001-08-23
1
-1
/
+1
*
Explicitly fix some types, and opt-out on macro conflicts
William A. Rowe Jr
2001-08-22
1
-2
/
+1
*
Apply mod_ssl MEGA porting patch. This is a cleaned up version of the
Ralf S. Engelschall
2001-07-19
1
-0
/
+31
*
Merge in part of a set of mod_ssl porting changes.
Ralf S. Engelschall
2001-07-17
1
-2
/
+2
*
What once was ap_ ...
William A. Rowe Jr
2001-06-28
1
-2
/
+2
*
Port ssl_util.c stuff to APR.
Ralf S. Engelschall
2001-05-05
1
-85
/
+37
*
Axe most WIN32 stuff from Apache 1.3. In Apache 2.0 we either use APR
Ralf S. Engelschall
2001-05-05
1
-32
/
+0
*
Axe out EAPI-based SSL_VENDOR stuff.
Ralf S. Engelschall
2001-05-05
1
-14
/
+0
*
Next step in mod_ssl integration:
Ralf S. Engelschall
2001-05-05
1
-0
/
+3
*
mod_ssl integration step 2:
Ralf S. Engelschall
2001-05-04
1
-74
/
+28
[next]