]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2002-06-11  Doug MacEachernin case there is actually a cert chain in the cache...
2002-06-11  Doug MacEachernPR:
2002-06-11  Doug MacEachernPR:
2002-06-07  Jeff Trawickmake some small steps towards getting the post config...
2002-06-06  Cliff WoolleyUpdate Geoff's email address. PS: Geoff still voluntee...
2002-06-05  William A.... cvs up/diff gets pretty hard to track with vc7 builds.
2002-06-04  Ryan BloomRemove all special mod_ssl URIs. This also fixes the...
2002-06-04  William A.... The only remaining question ... are nested or strictl...
2002-05-30  Cliff WoolleyThis definitely gets the award for least useful error...
2002-05-30  William A.... Based on DougM's feedback to the list...
2002-05-30  William A.... Apparently Roy missed this comment. Rephrase as...
2002-05-30  William A.... Split out the LAYOUT
2002-05-30  William A.... As we find the right places for this content, move...
2002-05-30  William A.... All rather stale. Any new/remaining issues should...
2002-05-28  Cliff WoolleyAPR-ize the localtime() fooness, since localtime()...
2002-05-25  Cliff WoolleyFix the rest of the apr_pool_userdata_setn() bogosity...
2002-05-20  Cliff Woolleypropagate gregames' change to the other callers of...
2002-05-17  Doug MacEachernprevent possible segv in ssl_init_CheckServers if s...
2002-05-17  Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-05-16  Jeff Trawicktweak an error message for readability
2002-05-16  Justin ErenkrantzRemove SSLLog and SSLLogLevel directives in favor of...
2002-05-16  Justin ErenkrantzChange mod_ssl from using ssl_log() to ap_log_error().
2002-05-15  Justin ErenkrantzStop using SSL_ADD_SSLERR option in ssl_log() and repla...
2002-05-13  Justin ErenkrantzCorrect typo in last commit.
2002-05-13  Justin ErenkrantzApply same patch (nee hack) to mod_ssl as was done...
2002-05-10  William A.... Afraid these are likely generated, just something...
2002-05-09  Jeff TrawickFix a mod_ssl build problem on OS/390.
2002-05-01  Paul J. RederFix a case where an invalid pass phrase is entered...
2002-04-30  Cliff WoolleyRevert optimization from circa 2.0.34 that caused very...
2002-04-30  Cliff Woolleynote a desirable goal
2002-04-30  Cliff WoolleySHMCB should not have been using apr_rmm -- it was...
2002-04-30  Cliff Woolley- Sync with modssl 2.8.8-1.3.24
2002-04-18  Justin ErenkrantzFix so that we can compile with OpenSSL 0.9.8-dev.
2002-04-13  Sander StrikerAdapt to the rename of apr_explode_localtime to apr_tim...
2002-04-12  Cliff WoolleyTouch these files so that their datestamps are newer...
2002-04-09  Aaron BannertConvert mod_ssl to the new apr_global_mutex.h API and...
2002-04-08  Doug MacEachernanother todo
2002-04-07  Doug MacEachernPR: 7802
2002-04-07  Doug MacEachernPR:
2002-04-07  Doug MacEachernfix ProxyPass when frontend is https and backend is...
2002-04-05  Cliff WoolleyGet the HTTP-on-HTTPS hint to come through again. ...
2002-04-05  Doug MacEachernPR:
2002-04-02  Doug MacEachernfix SSL_X509_INFO_load_path so SSLProxyMachineCertifica...
2002-04-02  Doug MacEacherncopy-n-pasto: need to use SSL_X509_INFO_load_*path...
2002-04-02  Doug MacEacherncopy-n-pasto: ssl_cmd_SSLProxyMachineCertificatePath...
2002-04-02  Doug MacEachernfix copy-n-pasto: ssl_cmd_SSLProxyCACertificatePath...
2002-04-02  Doug MacEachernanother todo
2002-04-02  Doug MacEachernPR:
2002-04-02  Doug MacEachernvarious updates
2002-03-30  Doug MacEachernadd/use EVP_PKEY_reference_inc and X509_reference_inc...
2002-03-30  Doug MacEachernadd sslc compat for sk_X509_INFO_free
2002-03-30  Doug MacEachernadd SSLProxyCARevocation{File,Path} directives to suppo...
2002-03-30  Doug MacEachernpass sc to myCtxConfig macro
2002-03-30  Doug MacEachernmake it possible for proxy to use CRL callback
2002-03-30  Doug MacEachernenable the verify callback for proxy
2002-03-30  Doug MacEachernchange sc->server references to myCtxConfig, so proxy...
2002-03-30  Doug MacEachernadd myCtxConfig macro
2002-03-30  Doug MacEachernimplement proxy client certificate callback
2002-03-30  Doug MacEacherninput filter should not return failure when ssl runtime...
2002-03-30  Doug MacEachernssl_io_input_read needs to return something other than...
2002-03-30  Doug MacEachernload SSLProxyMachineCertificate{File,Path}
2002-03-30  Doug MacEachernenable/cleanup SSL_X509_INFO_load_{file,path} functions...
2002-03-30  Cliff WoolleyFix the version string. We want to end up with "mod_ss...
2002-03-29  Doug MacEachernadd SSLProxyEngine directive. this was not required...
2002-03-29  Cliff WoolleyBUCKET FREELISTS
2002-03-29  Doug MacEachernremove ssl_engine_ext.c
2002-03-29  Doug MacEachernremoving old proxy extension code
2002-03-29  Doug MacEachernneed to flush output buffer before reading in proxy...
2002-03-29  Doug MacEachernin proxy mode we need to SSL_connect rather than SSL_ac...
2002-03-29  Cliff WoolleyThese two variables were left uninitialized accidentally.
2002-03-29  Doug MacEachernadd optional function (ssl_proxy_enable) to turn on...
2002-03-29  Doug MacEacherninit proxy context
2002-03-29  Doug MacEacherns/id/mode/ in ssl_cmd_SSLProxyVerify
2002-03-29  Doug MacEachernuse ssl_cmd_verify_parse for SSLProxyVerify directive...
2002-03-29  Doug MacEacherncleanup the proxy context
2002-03-29  Doug MacEacherns/ctx/dcfg/g in ssl directive handlers
2002-03-29  Doug MacEachernenable proxy directives
2002-03-29  Doug MacEachernchange existing ssl_init_ctx() to ssl_init_ctx_protocol()
2002-03-29  Doug MacEachernproxy will have a different verify callback
2002-03-29  Doug MacEachernproxy needs to use client ssl method
2002-03-29  Doug MacEachernsetup sc->proxy->sc
2002-03-29  Doug MacEachernadd ssl_config_server_new function to fold some duplica...
2002-03-29  Doug MacEacherninititialize and merge proxy config
2002-03-29  Doug MacEachernno point in merging things which are not set until...
2002-03-29  Doug MacEachern'ctx' traditionally refers to an SSL_CTX. change modss...
2002-03-28  Doug MacEachernctx->sc is set during init
2002-03-28  Doug MacEachernswitch from SSLSrvConfigRec* to modssl_ctx_t* in the...
2002-03-28  Doug MacEachernmake merging of modssl_ctx_t's generic
2002-03-28  Doug MacEachernmoving cfgMerge macros to ssl_engine_config.c, they...
2002-03-28  Doug MacEachernremove unused cfgMerge{Table,Ctx} macros
2002-03-28  Doug MacEachernmoving protocol location
2002-03-28  Doug MacEachernbreakup SSLSrvConfigRec in preparation for proxy support:
2002-03-28  Doug MacEachernripping out some proxy stuff that isn't currently in...
2002-03-28  Doug MacEachernalready added configure check for SSL_set_cert_store
2002-03-28  Doug MacEachernde-hungarian-ize server config member names which are...
2002-03-28  Doug MacEachernreorder a bit of the server config structure, moving...
2002-03-28  Doug MacEachernremove error msg hint that is no longer true
2002-03-28  Doug MacEachernfixup naming:
2002-03-28  Doug MacEachernmove context callback setting to ssl_init_ctx_callbacks...
2002-03-28  Doug MacEachernmove server cert/key initialization to ssl_init_server_...
next