| Commit message (Expand) | Author | Age | Files | Lines |
* | Increase minimum required OpenSSL version to 0.9.8a (in preparation | Kaspar Brand | 2013-09-29 | 1 | -4/+4 |
* | No need to test for NULL before calling apr_pstrdup. | Christophe Jaillet | 2012-10-14 | 1 | -1/+1 |
* | Add support for TLS-SRP (Secure Remote Password key exchange | Stefan Fritsch | 2012-06-08 | 1 | -0/+12 |
* | Set OPENSSL_NO_SSL_INTERN when compiling against OpenSSL 1.0.1 | Kaspar Brand | 2011-12-24 | 1 | -5/+17 |
* | Further clarify the naming of the entity that originates the request by | Graham Leggett | 2011-12-14 | 1 | -1/+1 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-02 | 1 | -2/+2 |
* | Introduce a per connection "peer_ip" and a per request "client_ip" to | Graham Leggett | 2011-11-25 | 1 | -1/+1 |
* | Introduce a per request version of the remote IP address, which can be | Graham Leggett | 2011-11-22 | 1 | -2/+2 |
* | More cleanup: Expand tabs and some more indentation fixes | Stefan Fritsch | 2011-09-23 | 1 | -1/+1 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -8/+8 |
* | Properly fill in the SSL_{CLIENT,SERVER}_V_{START,END} and | Kaspar Brand | 2011-09-14 | 1 | -14/+23 |
* | ssl_var_lookup_ssl_cert_dn_oneline(): properly deal with empty DNs | Kaspar Brand | 2011-09-07 | 1 | -4/+6 |
* | Remove the ssl_toolkit_compat layer, which is no longer needed | Kaspar Brand | 2011-08-07 | 1 | -8/+8 |
* | Drop support for the RSA BSAFE SSL-C toolkit from configure, | Kaspar Brand | 2011-08-07 | 1 | -2/+0 |
* | Make the SERVER_NAME variable include [ ] for literal IPv6 addresses, as | Stefan Fritsch | 2011-07-17 | 1 | -1/+1 |
* | * modules/ssl/ssl_private.h: Drop some redundant/unused macros; pick | Joe Orton | 2011-03-16 | 1 | -1/+1 |
* | Change the format of the SSL_{CLIENT,SERVER}_{I,S}_DN variables | Stefan Fritsch | 2011-01-01 | 1 | -44/+63 |
* | Rename ap_expr's typedef names: | Stefan Fritsch | 2010-12-04 | 1 | -2/+2 |
* | Replace ap_expr with a parser derived from mod_ssl's parser. Make mod_ssl use | Stefan Fritsch | 2010-11-06 | 1 | -0/+43 |
* | Improve error message if client cert verification fails | Stefan Fritsch | 2010-10-23 | 1 | -1/+2 |
* | Split ENV: handling between the request_rec section and the | Stefan Fritsch | 2010-09-27 | 1 | -7/+6 |
* | fix another null pointer dereference found by clang | Stefan Fritsch | 2010-09-27 | 1 | -3/+5 |
* | fixed const for d2i_ASN1_type_bytes() usage. | Guenter Knauf | 2010-07-18 | 1 | -1/+1 |
* | * Fix compiler warning about "incompatible pointer type" | Ruediger Pluem | 2010-05-31 | 1 | -1/+1 |
* | Fix handling of extensions with types not known to OpenSSL in | Joe Orton | 2010-05-19 | 1 | -3/+24 |
* | * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl): Add | Joe Orton | 2010-02-03 | 1 | -0/+8 |
* | fixed compatibility to Openssl < 0.9.7g. | Guenter Knauf | 2009-09-27 | 1 | -2/+2 |
* | Make sure the NULL terminator of the array is consistent with the other | Graham Leggett | 2009-09-09 | 1 | -1/+1 |
* | * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_dn_rec): Map | Joe Orton | 2009-06-23 | 1 | -4/+2 |
* | Expose whether a request was served over an Initial or Resumed SSL session to... | Sander Temme | 2009-05-27 | 1 | -0/+6 |
* | * The state vinfo doesn't matter here: no client verification done at all. | Ruediger Pluem | 2009-04-25 | 1 | -1/+1 |
* | The development trunk of OpenSSL has tightened up the type safety of the STAC... | Sander Temme | 2009-02-27 | 1 | -2/+2 |
* | Improve mod_ssl's environment variable extraction to correctly handle | Joe Orton | 2008-12-09 | 1 | -15/+108 |
* | Restructured server name indication support (PR 34607); | Guenter Knauf | 2008-01-11 | 1 | -0/+6 |
* | * modules/ssl/ssl_engine_vars.c (ssl_var_register): Take a pool | Joe Orton | 2007-11-02 | 1 | -34/+30 |
* | Resolve storage of process-lifespan version strings for OpenSSL, | William A. Rowe Jr | 2007-09-12 | 1 | -5/+6 |
* | * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_version): constify | Joe Orton | 2007-03-21 | 1 | -1/+1 |
* | *) adds compile-time/run time SSL-C version support | William A. Rowe Jr | 2007-03-21 | 1 | -17/+27 |
* | Replace ap_get_server_version with ap_get_server_banner() and | Jeff Trawick | 2006-09-05 | 1 | -1/+1 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | 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 | -15/+15 |
* | * modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_dn): Fix gcc | Joe Orton | 2005-09-19 | 1 | -2/+3 |
* | - remove ssl_ext_lookup and replace it with ssl_ext_list | David Reid | 2005-09-16 | 1 | -17/+40 |
* | Add SSL_COMPRESS_METHOD variable (included in +StdEnvVars) to note | William A. Rowe Jr | 2005-07-06 | 1 | -0/+37 |
* | Second fat-fingered typo in 24 hrs. Balance parens, this now compiles. | William A. Rowe Jr | 2005-03-17 | 1 | -1/+1 |
* | Clean up emit for size truncation. Division here ensures we fit nicely. | William A. Rowe Jr | 2005-03-17 | 1 | -1/+1 |
* | * modules/ssl/mod_ssl.h: Add ssl_ext_lookup optional hook declaration. | Joe Orton | 2005-02-15 | 1 | -0/+56 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME! | William A. Rowe Jr | 2005-01-02 | 1 | -1/+1 |