]> granicus.if.org Git - apache/history - modules/ssl/ssl_engine_vars.c
mod_cache: Don't add cached/revalidated entity headers to a 304 response.
[apache] / modules / ssl / ssl_engine_vars.c
2013-09-29 Kaspar BrandIncrease minimum required OpenSSL version to 0.9.8a...
2012-10-14 Christophe JailletNo need to test for NULL before calling apr_pstrdup.
2012-06-08 Stefan FritschAdd support for TLS-SRP (Secure Remote Password key...
2011-12-24 Kaspar BrandSet OPENSSL_NO_SSL_INTERN when compiling against OpenSS...
2011-12-14 Graham LeggettFurther clarify the naming of the entity that originate...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-11-25 Graham LeggettIntroduce a per connection "peer_ip" and a per request...
2011-11-22 Graham LeggettIntroduce a per request version of the remote IP addres...
2011-09-23 Stefan FritschMore cleanup: Expand tabs and some more indentation...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-14 Kaspar BrandProperly fill in the SSL_{CLIENT,SERVER}_V_{START,END...
2011-09-07 Kaspar Brandssl_var_lookup_ssl_cert_dn_oneline(): properly deal...
2011-08-07 Kaspar BrandRemove the ssl_toolkit_compat layer, which is no longer...
2011-08-07 Kaspar BrandDrop support for the RSA BSAFE SSL-C toolkit from confi...
2011-07-17 Stefan FritschMake the SERVER_NAME variable include [ ] for literal...
2011-03-16 Joe Orton* modules/ssl/ssl_private.h: Drop some redundant/unused...
2011-01-01 Stefan FritschChange the format of the SSL_{CLIENT,SERVER}_{I,S}_DN...
2010-12-04 Stefan FritschRename ap_expr's typedef names:
2010-11-06 Stefan FritschReplace ap_expr with a parser derived from mod_ssl...
2010-10-23 Stefan FritschImprove error message if client cert verification fails
2010-09-27 Stefan FritschSplit ENV: handling between the request_rec section...
2010-09-27 Stefan Fritschfix another null pointer dereference found by clang
2010-07-18 Guenter Knauffixed const for d2i_ASN1_type_bytes() usage.
2010-05-31 Ruediger Pluem* Fix compiler warning about "incompatible pointer...
2010-05-19 Joe OrtonFix handling of extensions with types not known to...
2010-02-03 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl...
2009-09-27 Guenter Knauffixed compatibility to Openssl < 0.9.7g.
2009-09-09 Graham LeggettMake sure the NULL terminator of the array is consisten...
2009-06-23 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cer...
2009-05-27 Sander TemmeExpose whether a request was served over an Initial...
2009-04-25 Ruediger Pluem* The state vinfo doesn't matter here: no client verifi...
2009-02-27 Sander TemmeThe development trunk of OpenSSL has tightened up the...
2008-12-09 Joe OrtonImprove mod_ssl's environment variable extraction to...
2008-01-11 Guenter KnaufRestructured server name indication support (PR 34607);
2007-11-02 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_register)...
2007-09-12 William A. Rowe JrResolve storage of process-lifespan version strings...
2007-03-21 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_ver...
2007-03-21 William A. Rowe Jr*) adds compile-time/run time SSL-C version support
2006-09-05 Jeff TrawickReplace ap_get_server_version with ap_get_server_banner...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-09-19 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cer...
2005-09-16 David Reid- remove ssl_ext_lookup and replace it with ssl_ext_list
2005-07-06 William A. Rowe Jr Add SSL_COMPRESS_METHOD variable (included in +StdEnv...
2005-03-17 William A. Rowe Jr Second fat-fingered typo in 24 hrs. Balance parens...
2005-03-17 William A. Rowe Jr Clean up emit for size truncation. Division here...
2005-02-15 Joe Orton* modules/ssl/mod_ssl.h: Add ssl_ext_lookup optional...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2005-01-02 William A. Rowe Jr FINALLY Correct ap_http_method()! It is NOT a method...
2004-09-30 Jean-Frederic ClereUse the right length.
2004-09-22 Joe Orton* modules/ssl/ssl_engine_vars.c: Map "UID" suffix to...
2004-08-18 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cer...
2004-06-29 Martin KraemerUse the correct Apache-2.x EBCDIC conversion function...
2004-03-04 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup,
2004-03-04 Joe Orton* modules/ssl/ssl_engine_vars (ssl_var_lookup): const...
2004-03-04 Joe Orton* modules/ssl/ssl_engine_vars (ssl_var_lookup): Optimis...
2004-03-04 Joe Orton* modules/ssl/mod_ssl.h: Declare ssl_is_https optional...
2004-03-04 Joe Orton* modules/ssl/ssl_engine_vars (ssl_var_lookup): Fix...
2004-02-28 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cer...
2004-02-28 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cer...
2004-02-28 Joe OrtonMove mod_ssl-internal interfaces into ssl_private.h...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-12 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl...
2004-01-01 André Maloupdate license to 2004.
2003-11-25 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_log_handler_x...
2003-11-25 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup): Only...
2003-11-25 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_ver...
2003-10-23 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_log_handler_c...
2003-07-14 Jeff Trawickmod_ssl: Fix a problem setting variables that represent the
2003-02-03 André Malofinished that boring job:
2002-10-29 William A. Rowe Jr Close several small leaks in SSL.
2002-10-25 Jeff Trawickmod_ssl uses free() inappropriately in several places...
2002-05-28 Cliff WoolleyAPR-ize the localtime() fooness, since localtime()...
2002-04-18 Justin ErenkrantzFix so that we can compile with OpenSSL 0.9.8-dev.
2002-03-27 Doug MacEachernbringing back MOD_SSL_VERSION macro, define it to AP_SE...
2002-03-22 Jeff Trawickthe mod_ssl provided with Apache >= 2.0 no longer has...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-13 Doug MacEachernPR:
2002-03-12 Bradley NicholesFixed a type mismatch
2002-03-10 Doug MacEacherndon't allocate SSLConnRec unless ssl is enabled on...
2002-01-17 Doug MacEachernprevent possible segv if SSL_get_current_cipher()...
2002-01-10 Doug MacEachern mod_ssl adjustments to help with using toolkits other...
2001-11-21 Doug MacEachernmove c->notes.ssl::verify::{info,error} to SSLConnRec...
2001-11-21 Doug MacEachernstart moving c->notes usage to a new SSLConnRec structu...
2001-08-23 Doug MacEachernregister ssl_var_lookup() as an optional function
2001-08-22 William A. Rowe Jr Remove a ton o' cruft. Moves the mod_log_config...
2001-07-19 Ralf S. EngelschallApply mod_ssl MEGA porting patch. This is a cleaned...
2001-07-17 Ralf S. EngelschallMerge in part II of a set of mod_ssl porting changes.
2001-05-05 Ralf S. EngelschallChange mostly all old module structure hooks and EAPI...
2001-05-05 Ralf S. EngelschallNext step in mod_ssl integration:
2001-05-04 Ralf S. Engelschallmod_ssl integration step 2:
2001-05-04 Ralf S. EngelschallInitial revision