summaryrefslogtreecommitdiff
path: root/ssl_util_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.hJoe Orton2004-02-281-1/+1
* 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-54/+20
* update license to 2004.André Malo2004-01-011-1/+1
* Use portable macro instead of the (no longer working) Apache-1.3 codeMartin Kraemer2003-06-201-3/+1
* Introduce a number of SSLC hints to mod_ssl, including the followingWilliam A. Rowe Jr2003-04-031-4/+4
* finished that boring job:André Malo2003-02-031-1/+1
* All we care about is the type and name, just ask for the type and name.William A. Rowe Jr2002-12-231-1/+1
* fix the interface to PEM_read_bio_X509() with OpenSSL versions older than 0.9.4.Jeff Trawick2002-10-251-5/+1
* stylistic improvementsJeff Trawick2002-10-251-20/+24
* Remove warnings seen with Sun's Forte compiler.Justin Erenkrantz2002-09-151-1/+1
* fix SSL_X509_INFO_load_path so SSLProxyMachineCertificatePath worksDoug MacEachern2002-04-021-5/+10
* enable/cleanup SSL_X509_INFO_load_{file,path} functions for use inDoug MacEachern2002-03-301-23/+29
* add modssl_dh_configure() function to fold some duplication inDoug MacEachern2002-03-271-0/+28
* sslc does not currently support X509V3_EXT_d2iDoug MacEachern2002-03-271-0/+8
* toolkit compat for PEM_read_bio_PrivateKeyDoug MacEachern2002-03-271-1/+1
* use compat macro for another PEM_read_bio_X509Doug MacEachern2002-03-271-1/+1
* toolkit compat for PEM_read_bio_X509Doug MacEachern2002-03-271-5/+1
* add modssl_session_get_time() function to give mod_ssl what it needsDoug MacEachern2002-03-271-0/+12
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* SSL_SESSION_id2sz() was NOT THREAD SAFE. it returned a pointer to aDoug MacEachern2002-03-131-3/+3
* mod_ssl adjustments to help with using toolkits other than OpenSSL:Doug MacEachern2002-01-101-14/+22
* get rid of SSL_get_app_data2_idx() which had a race condition whenDoug MacEachern2001-11-211-12/+24
* Adapt to changed declaration of apr_pool_sub_make()William A. Rowe Jr2001-08-021-1/+1
* This patch eliminates the direct use of OS library calls (fopen andWilliam A. Rowe Jr2001-07-311-30/+24
* Apply mod_ssl MEGA porting patch. This is a cleaned up version of theRalf S. Engelschall2001-07-191-2/+2
* Quiet the compiler, msvc is sticky about arg lists being consistent.William A. Rowe Jr2001-06-281-3/+3
* Port ssl_util_ssl.[ch] stuff to APR.Ralf S. Engelschall2001-05-051-26/+19
* Next step in mod_ssl integration:Ralf S. Engelschall2001-05-051-0/+3
* mod_ssl integration step 2:Ralf S. Engelschall2001-05-041-34/+32
* Initial revisionRalf S. Engelschall2001-05-041-0/+544