summaryrefslogtreecommitdiffstats
path: root/modules/ssl/ssl_toolkit_compat.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Doxygen fixup / cleanupIan Holsman2005-08-291-15/+22
* Joe strongly objected to this outgoing style; use this incomingWilliam A. Rowe Jr2005-07-081-0/+18
* The macro is simply not worth it; each of these various occurancesWilliam A. Rowe Jr2005-07-081-7/+0
* Wrap this type in a macro since it seems to be bouncing fromWilliam A. Rowe Jr2005-07-071-2/+9
* Accomodate API changes to OpenSSL 0.9.8 (now in beta).William A. Rowe Jr2005-07-061-0/+7
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* In the newer versions of OpenSSL, the flag SSL_SESS_CACHE_NO_INTERNAL_LOOKUPMadhusudan Mathihalli2004-03-271-0/+4
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* fix copyright dates according to the first check inAndré Malo2004-02-081-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-44/+10
* update license to 2004.André Malo2004-01-011-1/+1
* Based on list discussion between myself and Geoff, it seems prudentWilliam A. Rowe Jr2003-05-301-1/+4
* The patch below reverts the prior commit to eliminate SSL_set_state().William A. Rowe Jr2003-05-221-0/+6
* Drop SSL_set_state() in favor of a proper SSL_renegotiate() to beginWilliam A. Rowe Jr2003-05-191-6/+0
* Roll away the SSL_EXPERIMENTAL_ENGINE test in favor of testing for theWilliam A. Rowe Jr2003-05-191-1/+1
* tweak the const-ness of MODSSL_INFO_CB_ARG_TYPE based on the OpenSSLJeff Trawick2003-05-011-0/+4
* Solve SSL-C breakage introduced in mod_ssl.h rev 1.129 andWilliam A. Rowe Jr2003-04-061-0/+2
* Introduce a number of SSLC hints to mod_ssl, including the followingWilliam A. Rowe Jr2003-04-031-18/+39
* OpenSSL should be included as "openssl/ssl.h" and not "ssl.h" (and rely on theMadhusudan Mathihalli2003-03-141-8/+21
* finished that boring job:André Malo2003-02-031-1/+1
* fix the interface to PEM_read_bio_X509() with OpenSSL versions older than 0.9.4.Jeff Trawick2002-10-261-1/+5
* mod_ssl uses free() inappropriately in several places, to freeJeff Trawick2002-10-251-0/+4
* Small fixes for SSLCWilliam A. Rowe Jr2002-08-211-0/+4
* add/use EVP_PKEY_reference_inc and X509_reference_inc compat macrosDoug MacEachern2002-03-301-0/+6
* add sslc compat for sk_X509_INFO_freeDoug MacEachern2002-03-301-0/+1
* enable/cleanup SSL_X509_INFO_load_{file,path} functions for use inDoug MacEachern2002-03-301-0/+5
* cleanup the proxy contextDoug MacEachern2002-03-291-0/+1
* add licenseDoug MacEachern2002-03-271-0/+49
* add configure checks for ssl functions:Doug MacEachern2002-03-271-2/+1
* fix doofo in last commitDoug MacEachern2002-03-271-2/+0
* sslc 1.x does not have an x509v3.hDoug MacEachern2002-03-271-0/+8
* sslc does not currently support X509V3_EXT_d2iDoug MacEachern2002-03-271-0/+2
* toolkit compat for PEM_read_bio_PrivateKeyDoug MacEachern2002-03-271-0/+5
* toolkit compat for PEM_read_bio_X509Doug MacEachern2002-03-271-1/+6
* adjust to another const char vs char mismatch between OpenSSL and sslcDoug MacEachern2002-03-271-0/+2
* typo fix s/EDG/EGD/gDoug MacEachern2002-03-271-1/+1
* modssl_set_cipher_list was in the wrong place for OpenSSLDoug MacEachern2002-03-271-2/+2
* RAND_status macro was in the wrong placeDoug MacEachern2002-03-271-3/+3
* sslc does not currently support RAND_egd or RAND_statusDoug MacEachern2002-03-271-0/+5
* in sslc PEM_F_DEF_CALLBACK == PEM_F_DEF_CBDoug MacEachern2002-03-271-0/+4
* 2nd arg to SSL_set_cipher_list in sslc is char *Doug MacEachern2002-03-271-0/+5
* sslc 1.x SSL_set_verify only takes 2 argsDoug MacEachern2002-03-271-0/+8
* sslc does not currently implement an SSL_set_state functionDoug MacEachern2002-03-271-0/+5
* sslc adds a second, unused param to X509_verify_certDoug MacEachern2002-03-271-0/+4
* sslc does not have a safestack.h, implement a minimal subset requiredDoug MacEachern2002-03-271-0/+25
* some compat macros for sslc 1.xDoug MacEachern2002-03-271-0/+10
* moving OpenSSL+sslc compat foo to ssl_toolkit_compat.hDoug MacEachern2002-03-271-0/+58