summaryrefslogtreecommitdiff
path: root/modules/ssl/ssl_engine_vars.c
Commit message (Expand)AuthorAgeFilesLines
* Increase minimum required OpenSSL version to 0.9.8a (in preparationKaspar Brand2013-09-291-4/+4
* No need to test for NULL before calling apr_pstrdup.Christophe Jaillet2012-10-141-1/+1
* Add support for TLS-SRP (Secure Remote Password key exchangeStefan Fritsch2012-06-081-0/+12
* Set OPENSSL_NO_SSL_INTERN when compiling against OpenSSL 1.0.1Kaspar Brand2011-12-241-5/+17
* Further clarify the naming of the entity that originates the request byGraham Leggett2011-12-141-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-2/+2
* Introduce a per connection "peer_ip" and a per request "client_ip" toGraham Leggett2011-11-251-1/+1
* Introduce a per request version of the remote IP address, which can beGraham Leggett2011-11-221-2/+2
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-231-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-8/+8
* Properly fill in the SSL_{CLIENT,SERVER}_V_{START,END} andKaspar Brand2011-09-141-14/+23
* ssl_var_lookup_ssl_cert_dn_oneline(): properly deal with empty DNs Kaspar Brand2011-09-071-4/+6
* Remove the ssl_toolkit_compat layer, which is no longer neededKaspar Brand2011-08-071-8/+8
* Drop support for the RSA BSAFE SSL-C toolkit from configure,Kaspar Brand2011-08-071-2/+0
* Make the SERVER_NAME variable include [ ] for literal IPv6 addresses, asStefan Fritsch2011-07-171-1/+1
* * modules/ssl/ssl_private.h: Drop some redundant/unused macros; pickJoe Orton2011-03-161-1/+1
* Change the format of the SSL_{CLIENT,SERVER}_{I,S}_DN variablesStefan Fritsch2011-01-011-44/+63
* Rename ap_expr's typedef names:Stefan Fritsch2010-12-041-2/+2
* Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl useStefan Fritsch2010-11-061-0/+43
* Improve error message if client cert verification failsStefan Fritsch2010-10-231-1/+2
* Split ENV: handling between the request_rec section and theStefan Fritsch2010-09-271-7/+6
* fix another null pointer dereference found by clangStefan Fritsch2010-09-271-3/+5
* fixed const for d2i_ASN1_type_bytes() usage.Guenter Knauf2010-07-181-1/+1
* * Fix compiler warning about "incompatible pointer type"Ruediger Pluem2010-05-311-1/+1
* Fix handling of extensions with types not known to OpenSSL inJoe Orton2010-05-191-3/+24
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl): AddJoe Orton2010-02-031-0/+8
* fixed compatibility to Openssl < 0.9.7g.Guenter Knauf2009-09-271-2/+2
* Make sure the NULL terminator of the array is consistent with the otherGraham Leggett2009-09-091-1/+1
* * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_dn_rec): MapJoe Orton2009-06-231-4/+2
* Expose whether a request was served over an Initial or Resumed SSL session to...Sander Temme2009-05-271-0/+6
* * The state vinfo doesn't matter here: no client verification done at all.Ruediger Pluem2009-04-251-1/+1
* The development trunk of OpenSSL has tightened up the type safety of the STAC...Sander Temme2009-02-271-2/+2
* Improve mod_ssl's environment variable extraction to correctly handleJoe Orton2008-12-091-15/+108
* 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