summaryrefslogtreecommitdiffstats
path: root/modules/ssl/ssl_engine_vars.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Restructured server name indication support (PR 34607);Guenter Knauf2008-01-111-0/+6
* * modules/ssl/ssl_engine_vars.c (ssl_var_register): Take a poolJoe Orton2007-11-021-34/+30
* Resolve storage of process-lifespan version strings for OpenSSL,William A. Rowe Jr2007-09-121-5/+6
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_version): constifyJoe Orton2007-03-211-1/+1
* *) adds compile-time/run time SSL-C version supportWilliam A. Rowe Jr2007-03-211-17/+27
* Replace ap_get_server_version with ap_get_server_banner() andJeff Trawick2006-09-051-1/+1
* 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
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-15/+15
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_dn): Fix gccJoe Orton2005-09-191-2/+3
* - remove ssl_ext_lookup and replace it with ssl_ext_listDavid Reid2005-09-161-17/+40
* Add SSL_COMPRESS_METHOD variable (included in +StdEnvVars) to noteWilliam A. Rowe Jr2005-07-061-0/+37
* Second fat-fingered typo in 24 hrs. Balance parens, this now compiles.William A. Rowe Jr2005-03-171-1/+1
* Clean up emit for size truncation. Division here ensures we fit nicely.William A. Rowe Jr2005-03-171-1/+1
* * modules/ssl/mod_ssl.h: Add ssl_ext_lookup optional hook declaration.Joe Orton2005-02-151-0/+56
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!William A. Rowe Jr2005-01-021-1/+1
* Use the right length.Jean-Frederic Clere2004-09-301-1/+1
* * modules/ssl/ssl_engine_vars.c: Map "UID" suffix to the same OIDJoe Orton2004-09-221-2/+3
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_remain): NewJoe Orton2004-08-181-0/+42
* Use the correct Apache-2.x EBCDIC conversion function (not the old apache-1.3...Martin Kraemer2004-06-291-4/+3
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup,Joe Orton2004-03-041-3/+3
* * modules/ssl/ssl_engine_vars (ssl_var_lookup): const'ify result andJoe Orton2004-03-041-30/+20
* * modules/ssl/ssl_engine_vars (ssl_var_lookup): Optimise such thatJoe Orton2004-03-041-57/+76
* * modules/ssl/mod_ssl.h: Declare ssl_is_https optional function.Joe Orton2004-03-041-0/+7
* * modules/ssl/ssl_engine_vars (ssl_var_lookup): Fix potentialJoe Orton2004-03-041-4/+4
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_dn): SimplifyJoe Orton2004-02-291-8/+5
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_dn): For a DNJoe Orton2004-02-281-4/+15
* Move mod_ssl-internal interfaces into ssl_private.h; allow mod_ssl.hJoe Orton2004-02-281-0/+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
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl): Fix segfault ifJoe Orton2004-01-121-4/+6
* update license to 2004.André Malo2004-01-011-1/+1
* * modules/ssl/ssl_engine_vars.c (ssl_var_log_handler_x): FixJoe Orton2003-11-251-1/+0
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup): Only callJoe Orton2003-11-251-7/+6
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_version):Joe Orton2003-11-251-1/+1
* * modules/ssl/ssl_engine_vars.c (ssl_var_log_handler_c): FixJoe Orton2003-10-231-1/+1
* mod_ssl: Fix a problem setting variables that represent theJeff Trawick2003-07-141-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* Close several small leaks in SSL.William A. Rowe Jr2002-10-291-1/+6
* mod_ssl uses free() inappropriately in several places, to freeJeff Trawick2002-10-251-2/+2
* APR-ize the localtime() fooness, since localtime() is not alwaysCliff Woolley2002-05-281-13/+9
* Fix so that we can compile with OpenSSL 0.9.8-dev.Justin Erenkrantz2002-04-181-0/+3
* bringing back MOD_SSL_VERSION macro, define it to AP_SERVER_BASEVERSIONDoug MacEachern2002-03-271-1/+1
* the mod_ssl provided with Apache >= 2.0 no longer has an independentJeff Trawick2002-03-221-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* PR:Doug MacEachern2002-03-131-1/+3
* Fixed a type mismatchBradley Nicholes2002-03-121-1/+1
* don't allocate SSLConnRec unless ssl is enabled on this vhost.Doug MacEachern2002-03-101-1/+1