]> granicus.if.org Git - apache/history - modules/ssl
XML updates.
[apache] / modules / ssl /
2018-04-04 Yann Ylavicmod_ssl: Fix merging of proxy SSL context outside ...
2018-04-03 Stefan EissingOn the trunk:
2018-04-03 Stefan EissingOn the trunk:
2018-03-29 Stefan EissingOn the trunk:
2018-03-28 Stefan EissingOn the trunk:
2018-03-28 Stefan EissingOn the trunk:
2018-03-27 Christophe JailletUse 'ap_log_rerror()' instead of 'ap_log_error()' consi...
2018-03-26 Stefan EissingOn the trunk:
2018-03-24 Christophe JailletFix some typos reported in PR 59998
2018-03-23 Stefan EissingOn the trunk:
2018-03-20 Christophe JailletUse 'ap_request_has_body()' instead of duplicating...
2018-03-16 Stefan EissingFixed OCSPEnable to keep accepting "off", not "none".
2018-03-16 Stefan EissingExtend SSLOCSPEnable with mode 'leaf' that only checks...
2018-02-23 Joe OrtonFollow-up to r1825120:
2018-02-23 Joe Orton* modules/ssl/ssl_engine_init.c (ssl_init_PushCAList...
2018-02-11 Christophe JailletAxe some code duplication.
2018-02-02 Joe Orton* modules/loggers/mod_logio.c (logio_pre_config): Remov...
2018-01-20 Gregg Lewis Smithssl_engine_init.c(33) includes mod_md.h
2017-12-13 Stefan EissingOn the trunk:
2017-12-12 Stefan EissingOn the trunk:
2017-12-09 Christophe JailletIn verify_ocsp_status in ssl_engine_ocsp.c, the log...
2017-12-07 Stefan EissingOn the trunk:
2017-11-17 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_hook_UserCheck...
2017-10-12 Joe OrtonAdd optional _RAW suffix to SSL_*_DN_xx attribute names...
2017-10-08 Yann Ylavicmod_ssl: fix add_policy() w.r.t. OPENSSL_NO_COMP. ...
2017-09-26 Stefan EissingOn the trunk:
2017-09-22 Yann Ylavicmod_ssl: follow up to r1809302.
2017-09-22 Joe Orton* modules/ssl/ssl_private.h: Remove unused macros.
2017-09-20 Stefan EissingOn the trunk:
2017-09-14 Stefan EissingOn the trunk:
2017-09-13 Stefan Eissingupdated mod_ssl log tags
2017-09-12 Stefan EissingOn the trunk:
2017-09-11 Ruediger Pluem* We need i if we have HAVE_SSL_CONF_CMD defined
2017-09-11 Ruediger Pluem* Silence compiler warning and remove unused variable
2017-09-08 Stefan EissingOn the trunk:
2017-09-04 Stefan EissingOn the trunk:
2017-09-01 Stefan EissingOn the trunk:
2017-08-16 Stefan EissingOn the trunk:
2017-08-16 Stefan EissingOn the trunk:
2017-08-16 Joe OrtonFix typo in log message.
2017-08-09 Stefan Eissinglog tags for mod_ssl changes and new mod_md
2017-08-09 Stefan EissingOn the trunk:
2017-08-08 Stefan Eissingmod_ssl uses now mod_md header file for optional functi...
2017-08-04 Stefan Eissingfirst configure+compile version
2017-08-04 Stefan Eissingbranch for integrating mod_md into trunk
2017-07-29 Yann Ylavicmod_ssl, ab: compatibility with LibreSSL. PR 61184.
2017-07-29 Yann Ylavicmod_ssl: we can't use SSL_COMP_free_compression_methods...
2017-07-14 Jacob Championhttpdunit: merge CVE-2017-9788 regression tests from...
2017-07-12 Jacob ChampionMakefile.in: merge typo fix from test-integration branch
2017-06-20 Jacob Championhttpdunit: merge to trunk from feature branch
2017-06-12 Ruediger PluemRevert r1798456
2017-06-12 Ruediger Pluem* Only report success, if had real one.
2017-06-12 Ruediger Pluem* Do not cache OCSP_RESPONSE_STATUS_TRYLATER.
2017-06-12 Ruediger Pluem* Mark OCSP_RESPONSE_STATUS_TRYLATER as error response
2017-05-26 Eric Covenermod_ssl: fix ctx passed to ssl_io_filter_error()
2017-05-23 Jacob ChampionMerge in APR[-util] macros from branches/trunk-buildcon...
2017-04-19 Jacob ChampionMerge fix branch for PR60947.
2017-04-19 Jacob Championssl_util.c: add APLOGNOs trunk-openssl-threadid trunk-openssl-threadid
2017-04-19 Jacob Championssl_util.c: log which threadid callback is in use
2017-04-19 Jacob Championmod_ssl_ct: fix return values for custom extension...
2017-04-18 Jacob ChampionPR60947: try to warn affected users...
2017-04-18 Jacob ChampionPR60947: avoid CRYPTO_THREADID_set_callback() if possible
2017-04-18 Jacob Championssl_util.c: add a couple explanatory comments
2017-04-18 Jacob Championssl_util.c: pull up duplicated code in ssl_util_thr_id()
2017-03-24 Yann Ylavicmod_ssl: follow up to r1781575
2017-03-19 Stefan EissingOn the trunk:
2017-02-17 William A. Rowe JrThanks to RĂ¼diger, Yann and Jacob for catches and verif...
2017-02-17 William A. Rowe JrRevert it part r1783317, 'avoid _free()ing NULL referen...
2017-02-17 William A. Rowe JrRevert r1783310 'Preserve OpenSSL 1.0.2 compatibility...
2017-02-16 William A. Rowe JrFix #cpp bug in prior commit, follow up to r1783317.
2017-02-16 William A. Rowe JrAvoid unnecessary code (the deprecation macro wrapper...
2017-02-16 William A. Rowe JrPreserve OpenSSL 1.0.2 compatibility, following up...
2017-02-16 William A. Rowe JrFix OpenSSL 1.1.0 breakage in r1781575; BIO_s_file_inte...
2017-02-07 Jacob Championcheck: merge warning fixes from feature branch
2017-02-04 Daniel RuggeriRemove unused variable
2017-02-03 Yann Ylavicmod_ssl: don't depend on the next output filters to...
2017-02-03 Jean-Frederic ClereAdd Configuration for trusted OCSP responder certificates
2017-02-01 Yann Ylavicmod_ssl: follow up to r1740928: fix memory leaks from...
2017-02-01 Yann Ylavicmod_ssl: follow up to r1781187.
2017-02-01 Yann Ylavicmod_ssl: revert r1781299 r1781188.
2017-02-01 Ruediger Pluem* We only need this in case HAVE_SSL_CONF_CMD is defined
2017-02-01 Yann Ylavicmod_ssl: follow up to r1781187.
2017-01-31 Yann Ylavicmod_ssl: follow up to r1740928: fix memory leaks.
2017-01-31 Yann Ylavicmod_ssl: work around leaks on (graceful) restart.
2016-12-19 Rainer JungSilence compiler warning:
2016-11-14 Joe Orton* modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cer...
2016-11-11 Jacob Championssl: clear the error queue before SSL_read/write/accept()
2016-08-22 Joe Orton* modules/ssl/ssl_engine_kernel.c (ssl_callback_Session...
2016-08-19 Yann Ylavicmod_ssl: follow up to r1740928.
2016-08-16 Yann Ylavicmod_ssl: Fix quick renegotiation (OptRenegotiaton)...
2016-08-12 Rainer JungClarify some z/OS mysteries via code comments.
2016-08-11 Rainer JungFix spelling in comments and text files.
2016-08-10 Rainer JungSilence more "defined but not used" compiler
2016-08-10 Rainer JungSilence "defined but not used" compiler warnings
2016-08-10 Rainer JungOpenSSL 1.1.0 compat:
2016-08-10 Rainer JungRemove calling ERR_remove_thread_state when
2016-08-09 Rainer JungCompatibility with OpenSSL 1.1.0 pre6.
2016-06-30 Stefan Eissingmodssl: reset client-verify state when renegotiation...
2016-06-14 Yann Ylavicmod_ssl: follow up to r1734561.
2016-06-09 William A. Rowe JrRename ap_casecmpstr[n]() to ap_cstr_casecmp[n](),...
next