| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | 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-05 | 1 | -74/+28 |