index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
ssl
/
ssl_toolkit_compat.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
Doxygen fixup / cleanup
Ian Holsman
2005-08-29
1
-15
/
+22
*
Joe strongly objected to this outgoing style; use this incoming
William A. Rowe Jr
2005-07-08
1
-0
/
+18
*
The macro is simply not worth it; each of these various occurances
William A. Rowe Jr
2005-07-08
1
-7
/
+0
*
Wrap this type in a macro since it seems to be bouncing from
William A. Rowe Jr
2005-07-07
1
-2
/
+9
*
Accomodate API changes to OpenSSL 0.9.8 (now in beta).
William A. Rowe Jr
2005-07-06
1
-0
/
+7
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
In the newer versions of OpenSSL, the flag SSL_SESS_CACHE_NO_INTERNAL_LOOKUP
Madhusudan Mathihalli
2004-03-27
1
-0
/
+4
*
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
-44
/
+10
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
Based on list discussion between myself and Geoff, it seems prudent
William A. Rowe Jr
2003-05-30
1
-1
/
+4
*
The patch below reverts the prior commit to eliminate SSL_set_state().
William A. Rowe Jr
2003-05-22
1
-0
/
+6
*
Drop SSL_set_state() in favor of a proper SSL_renegotiate() to begin
William A. Rowe Jr
2003-05-19
1
-6
/
+0
*
Roll away the SSL_EXPERIMENTAL_ENGINE test in favor of testing for the
William A. Rowe Jr
2003-05-19
1
-1
/
+1
*
tweak the const-ness of MODSSL_INFO_CB_ARG_TYPE based on the OpenSSL
Jeff Trawick
2003-05-01
1
-0
/
+4
*
Solve SSL-C breakage introduced in mod_ssl.h rev 1.129 and
William A. Rowe Jr
2003-04-06
1
-0
/
+2
*
Introduce a number of SSLC hints to mod_ssl, including the following
William A. Rowe Jr
2003-04-03
1
-18
/
+39
*
OpenSSL should be included as "openssl/ssl.h" and not "ssl.h" (and rely on the
Madhusudan Mathihalli
2003-03-14
1
-8
/
+21
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
fix the interface to PEM_read_bio_X509() with OpenSSL versions older than 0.9.4.
Jeff Trawick
2002-10-26
1
-1
/
+5
*
mod_ssl uses free() inappropriately in several places, to free
Jeff Trawick
2002-10-25
1
-0
/
+4
*
Small fixes for SSLC
William A. Rowe Jr
2002-08-21
1
-0
/
+4
*
add/use EVP_PKEY_reference_inc and X509_reference_inc compat macros
Doug MacEachern
2002-03-30
1
-0
/
+6
*
add sslc compat for sk_X509_INFO_free
Doug MacEachern
2002-03-30
1
-0
/
+1
*
enable/cleanup SSL_X509_INFO_load_{file,path} functions for use in
Doug MacEachern
2002-03-30
1
-0
/
+5
*
cleanup the proxy context
Doug MacEachern
2002-03-29
1
-0
/
+1
*
add license
Doug MacEachern
2002-03-27
1
-0
/
+49
*
add configure checks for ssl functions:
Doug MacEachern
2002-03-27
1
-2
/
+1
*
fix doofo in last commit
Doug MacEachern
2002-03-27
1
-2
/
+0
*
sslc 1.x does not have an x509v3.h
Doug MacEachern
2002-03-27
1
-0
/
+8
*
sslc does not currently support X509V3_EXT_d2i
Doug MacEachern
2002-03-27
1
-0
/
+2
*
toolkit compat for PEM_read_bio_PrivateKey
Doug MacEachern
2002-03-27
1
-0
/
+5
*
toolkit compat for PEM_read_bio_X509
Doug MacEachern
2002-03-27
1
-1
/
+6
*
adjust to another const char vs char mismatch between OpenSSL and sslc
Doug MacEachern
2002-03-27
1
-0
/
+2
*
typo fix s/EDG/EGD/g
Doug MacEachern
2002-03-27
1
-1
/
+1
*
modssl_set_cipher_list was in the wrong place for OpenSSL
Doug MacEachern
2002-03-27
1
-2
/
+2
*
RAND_status macro was in the wrong place
Doug MacEachern
2002-03-27
1
-3
/
+3
*
sslc does not currently support RAND_egd or RAND_status
Doug MacEachern
2002-03-27
1
-0
/
+5
*
in sslc PEM_F_DEF_CALLBACK == PEM_F_DEF_CB
Doug MacEachern
2002-03-27
1
-0
/
+4
*
2nd arg to SSL_set_cipher_list in sslc is char *
Doug MacEachern
2002-03-27
1
-0
/
+5
*
sslc 1.x SSL_set_verify only takes 2 args
Doug MacEachern
2002-03-27
1
-0
/
+8
*
sslc does not currently implement an SSL_set_state function
Doug MacEachern
2002-03-27
1
-0
/
+5
*
sslc adds a second, unused param to X509_verify_cert
Doug MacEachern
2002-03-27
1
-0
/
+4
*
sslc does not have a safestack.h, implement a minimal subset required
Doug MacEachern
2002-03-27
1
-0
/
+25
*
some compat macros for sslc 1.x
Doug MacEachern
2002-03-27
1
-0
/
+10
*
moving OpenSSL+sslc compat foo to ssl_toolkit_compat.h
Doug MacEachern
2002-03-27
1
-0
/
+58