summaryrefslogtreecommitdiffstats
path: root/modules/ssl/ssl_util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-14/+14
* Fix Bug#: 25659 (Memory leak in ssl_util_algotypeof())Martin Kraemer2005-09-201-1/+7
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * modules/ssl/ssl_util.c, modules/ssl/ssl_private.h: Remove unusedJoe Orton2004-05-251-101/+0
* 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
* SSL-C doesn't declare the char* file arg const, so we shouldn't either.William A. Rowe Jr2003-09-221-2/+2
* Prevent the OpenSSL id_callback from pointing at a mod_sslJoe Orton2003-07-241-0/+1
* Have some consistency! Fixes logic I introduced in 1.37.William A. Rowe Jr2003-04-051-2/+2
* Introduce a number of SSLC hints to mod_ssl, including the followingWilliam A. Rowe Jr2003-04-031-0/+18
* finished that boring job:André Malo2003-02-031-1/+1
* After some productive feedback and no negative feedback, introduceWilliam A. Rowe Jr2002-12-141-1/+1
* This stuff shouldn't have been committed. This is the SSL upgrade stuff,Ryan Bloom2002-10-141-1/+1
* Fix a compile of compiler warnings. I don't know how these slipped past.Ryan Bloom2002-10-111-1/+1
* The only remaining question ... are nested or strictly unnested locksWilliam A. Rowe Jr2002-06-041-42/+18
* Fix a mod_ssl build problem on OS/390.Jeff Trawick2002-05-091-0/+13
* de-hungarian-ize server config member names which are going to stayDoug MacEachern2002-03-281-1/+1
* adjust to another const char vs char mismatch between OpenSSL and sslcDoug MacEachern2002-03-271-1/+3
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* add ssl_asn1_keystr() util function that returns string representationDoug MacEachern2002-03-131-5/+12
* add ssl_asn1_table_keyfmt() function for clarityDoug MacEachern2002-03-131-0/+14
* remove obsolete ssl_ds_{table,array} apiDoug MacEachern2002-03-131-0/+65
* Document future binary compatibility problem.Ben Laurie2002-01-111-0/+2
* mod_ssl adjustments to help with using toolkits other than OpenSSL:Doug MacEachern2002-01-101-1/+1
* get SSLPassPhraseDialog exec: working by passing the proper argumentsDoug MacEachern2002-01-091-5/+8
* ssl_util_getmodconfig() and ssl_util_getmodconfig_ssl() show up highDoug MacEachern2001-11-291-29/+0
* Gets us compiling again on FreeBSD. Adds conditional compilation aroundAaron Bannert2001-11-201-4/+2
* No good reason to have this in <> instead of "". Having it in <> mightAaron Bannert2001-11-201-1/+1
* Conversion from old apr_lock_t to new apr_thread_mutex_tAaron Bannert2001-11-161-9/+14
* Style updates before I convert to the new lock type.Aaron Bannert2001-11-151-18/+21
* apr_os_thread_current() call needs #if APR_HAS_THREADS protectionDoug MacEachern2001-08-241-0/+5
* fix prototypeDoug MacEachern2001-08-241-1/+1
* implement CRYPTO_set_id_callbackDoug MacEachern2001-08-241-3/+8
* change APR_LOCKALL to APR_INTRAPROCESS for crypto locksDoug MacEachern2001-08-241-1/+1
* only set the crypto locking callback if mpm is threadedDoug MacEachern2001-08-241-9/+27
* Implement CRYPTO_set_locking_callback() for mod_sslDoug MacEachern2001-08-241-0/+46
* Silly compiler, const char* is for text :)William A. Rowe Jr2001-08-231-1/+1
* Explicitly fix some types, and opt-out on macro conflictsWilliam A. Rowe Jr2001-08-221-2/+1
* Apply mod_ssl MEGA porting patch. This is a cleaned up version of theRalf S. Engelschall2001-07-191-0/+31
* Merge in part of a set of mod_ssl porting changes.Ralf S. Engelschall2001-07-171-2/+2
* What once was ap_ ...William A. Rowe Jr2001-06-281-2/+2
* Port ssl_util.c stuff to APR.Ralf S. Engelschall2001-05-051-85/+37
* Axe most WIN32 stuff from Apache 1.3. In Apache 2.0 we either use APRRalf S. Engelschall2001-05-051-32/+0
* Axe out EAPI-based SSL_VENDOR stuff.Ralf S. Engelschall2001-05-051-14/+0
* Next step in mod_ssl integration:Ralf S. Engelschall2001-05-051-0/+3
* mod_ssl integration step 2:Ralf S. Engelschall2001-05-051-74/+28