]> granicus.if.org Git - apache/history - modules/ssl
Add a patch from Vincent Deffontaines to make the adding of X-forwarded-*
[apache] / modules / ssl /
2011-01-17 Joe Orton* modules/ssl/ssl_engine_config.c, modules/ssl/ssl_priv...
2011-01-17 Joe Orton* modules/ssl/ssl_engine_io.c: Revamp output buffering...
2011-01-14 Ruediger Pluem* We can only get there if the line is too long and...
2011-01-12 Ruediger Pluem* Fix comment typo as noticed by jorton
2011-01-02 Stefan FritschFix EBCDIC related cut'n'paste error
2011-01-01 Stefan FritschChange the format of the SSL_{CLIENT,SERVER}_{I,S}_DN...
2010-12-21 Ruediger Pluem* Do not drop contents of incomplete lines, but safe...
2010-12-15 Rainer JungThe expression parser has moved.
2010-12-04 Stefan FritschRename ap_expr's typedef names:
2010-11-30 Stephen HensonStop warning, init should be an int.
2010-11-30 Stephen HensonUse correct type, need OPENSSL_STRING for >= 1.0 which...
2010-11-29 Guenter KnaufRemoved unused var.
2010-11-26 Ruediger Pluem* Put a note in the connection notes that the SSL hands...
2010-11-25 Stefan FritschFix some Windows build issues
2010-11-20 Stefan FritschLog errors/infos during expression evaluation and assoc...
2010-11-06 Stefan FritschReplace ap_expr with a parser derived from mod_ssl...
2010-11-04 Rich BowenError messages like "theoretically shouldn't happen...
2010-10-30 Daniel Earl PoirierFix a number of typos and misspellings. Reported by...
2010-10-25 Stefan Fritschhandle the ca_list == NULL case correctly (which can...
2010-10-24 Stefan FritschMake sure to always log an error if loading of CA certi...
2010-10-24 Stefan FritschConsistently use loglevel emerg before ssl_die()
2010-10-24 Guenter KnaufAnother NetWare makefile cleanup.
2010-10-23 Stefan FritschImprove error message if client cert verification fails
2010-10-18 Stefan Fritschmember ssl_expr_node->p is unused, remove it
2010-10-18 Stephen HensonMake sure OCSP Stapling Mutex is initiliased if we...
2010-10-17 Stephen HensonFix stupid typos.
2010-10-17 Stephen HensonAvoid use of deprecated RSA_generate_key() function.
2010-10-16 Stefan Fritschmod_ssl: Log certificate information if client cert...
2010-09-30 Rainer JungFix flex and bison usage when building out of tree.
2010-09-29 Stefan FritschAdd authz providers for use with mod_authz_core and...
2010-09-29 Stefan FritschMake the ssl expression parser thread-safe. It now...
2010-09-28 Stefan Fritschsave some memory by using cmd->temp_pool instead of...
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-08-03 Stefan Fritschremove more unused variables
2010-07-22 Guenter KnaufRemoved obsolete include paths from NetWare makefiles.
2010-07-22 Guenter KnaufRemoved compiler switch -relax_pointers since no longer...
2010-07-18 Guenter Knauffixed const for d2i_ASN1_type_bytes() usage.
2010-06-14 Stefan FritschFix some compiler warnings:
2010-06-14 Stefan Fritsch- Introduce ap_log_cserror to allow mod_ssl to associat...
2010-06-06 Stefan FritschReplace LogLevelDebugDump with TRACE log levels
2010-06-06 Stefan Fritsch- Be less verbose at levels INFO and DEBUG in mod_proxy...
2010-06-06 Stefan FritschUse new loglevel accessor macros to simplify code
2010-06-06 Stefan FritschFix some modules to make them compile with per-module...
2010-06-03 Stefan FritschIntroduce SSLLOG_MARK for use with ssl_log_ssl_error...
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-05-04 William A. Rowe JrCatch up with ap_[proc|global]_mutex_create api change
2010-04-05 Ruediger Pluem* Fix compiler warning
2010-04-01 Stephen HensonCode tidy, certificate extension decode can be done...
2010-04-01 Stephen HensonFree surrounding PKCS7 structure to avoid a leak.
2010-03-23 Ruediger Pluem* Silence compiler warning
2010-03-23 Ruediger Pluem* sc->fips is only defined if we have HAVE_FIPS
2010-03-22 William A. Rowe JrFix BOOL fips handling for UNSET values, and hack a...
2010-03-22 William A. Rowe JrIntroduce SSLFIPS directive to support OpenSSL FIPS_mod...
2010-02-26 Joe Orton* modules/ssl/ssl_engine_config.c (ssl_cmd_SSLInsecureR...
2010-02-26 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access...
2010-02-09 Joe Orton* modules/ssl/ssl_engine_config.c (ssl_cmd_SSLInsecureR...
2010-02-09 William A. Rowe JrCatch up ssl to socache store expiry change, and clarif...
2010-02-09 William A. Rowe Jrfix comment typo
2010-02-07 William A. Rowe JrStyle guides at httpd are pretty clear, macro values...
2010-02-04 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_Fixup)...
2010-02-04 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_Fixup)...
2010-02-03 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl...
2010-02-03 Joe OrtonNew releases of OpenSSL will only allow secure renegoti...
2010-01-26 William A. Rowe JrFix default OSCP stapling port.
2010-01-16 Stefan FritschTurn static function get_server_name_for_url() into...
2009-12-16 Joe OrtonFurther mitigation for the TLS renegotation attack...
2009-11-23 Jeff TrawickReplace AcceptMutex, LockFile, RewriteLock, SSLMutex...
2009-11-17 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_callback_Info...
2009-11-11 Ruediger Pluem* Use correct #ifndef's to compile again on openssl...
2009-11-10 Sander Temmeenable support for ECC keys and ECDH ciphers. Tested...
2009-11-06 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_callback_Info...
2009-11-06 Joe OrtonSECURITY: Partial fix for CVE-2009-3555:
2009-11-05 Joe Orton* modules/ssl/ssl_toolkit_compat.h: Fix compat with...
2009-11-03 Guenter Knaufadded back HAVE_OCSP define hack for non-configure...
2009-11-03 Sander TemmeWe now check for OCSP support in configure, so we can...
2009-10-28 Guenter Knaufdefine HAVE_OCSP dependent on OpenSSL version to make...
2009-10-28 Joe Orton* modules/ssl/ssl_toolkit_compat.h: Fold #if checks...
2009-10-28 Joe Orton* modules/ssl/ssl_util_stapling.c (stapling_cache_respo...
2009-10-28 Joe Orton* modules/ssl/ssl_util_stapling.c (stapling_cb): Use...
2009-10-28 Joe Orton* module/ssl/ssl_util_stapling.c: Style fixes, no funct...
2009-10-28 Daniel Earl PoirierFix a lot of doxygen warnings. Thanks to Brad Hards...
2009-10-27 Guenter Knauffixed indents.
2009-10-27 Guenter Knaufconverted tabs, removed trailing spaces.
2009-10-25 Joe OrtonAdd support for OCSP "stapling":
2009-10-04 Guenter Knaufreplaced all backticks with single quotes in output...
2009-09-30 Ruediger Pluem* Fix a regression from r724717 by reintroducing SSL_CL...
2009-09-27 Guenter Knauffixed wrong 3rd parameter passed to apr_brigade_split_l...
2009-09-27 Guenter Knauffixed compatibility to Openssl < 0.9.7g.
2009-09-16 Joe Orton* modules/ssl/ssl_util_ocsp.c, modules/ssl/ssl_engine_o...
2009-09-16 Joe Orton* modules/ssl/ssl_util_ocsp.c (send_request,
2009-09-09 Graham LeggettMake sure the NULL terminator of the array is consisten...
2009-09-09 Graham Leggettmod_ssl: The error message when SSLCertificateFile...
2009-07-29 Guenter Knaufremoved another obsolete cast. Mentioned by Peter Sylve...
2009-07-27 Guenter Knaufremoved obsolete cast. Mentioned by Peter Sylvester.
2009-06-26 Joe OrtonFix hung SSL handshake if a particularly long CA list...
2009-06-23 Joe Orton* modules/ssl/ssl_engine_io.c (bio_filter_out_ctrl...
2009-06-23 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cer...
2009-06-23 Joe Orton* module/ssl/ssl_engine_io.c: Comment bio_filter_out_ctx_t.
next