]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
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_...
2002-03-28  Doug MacEacherncopy DSA params to server server during key import
2002-03-28  Doug MacEachernfix logic from last commit, need to always try importin...
2002-03-28  Doug MacEachernfold some duplication into generic ssl_server_import_ke...
2002-03-28  Doug MacEachernfold some duplication into generic ssl_server_import_ce...
2002-03-28  Doug MacEachernmove server cert checking into generic ssl_check_public...
2002-03-28  Doug MacEachernmove server specific init config checks into ssl_init_c...
2002-03-28  Doug MacEachernbreak out certificate chain initialization into
2002-03-28  Doug MacEachernthere is a heaping pile of:
2002-03-27  Doug MacEachernbreak out certificate revocation list initialization...
2002-03-27  Doug MacEachernbreak out cipher suite initialization into ssl_init_cip...
2002-03-27  Doug MacEachern"new" is a c++ keyword; s/new/mrg/g in config merge...
2002-03-27  Doug MacEachernmove warning about session cache not being configured...
2002-03-27  Doug MacEachernbreak out SSL_CTX session initialization into
2002-03-27  Doug MacEachernadd license
2002-03-27  Cliff Woolley"Oops" has two o's in it. :)
2002-03-27  Doug MacEachernbreak SSL_CTX initialization into ssl_init_ctx function
2002-03-27  Doug MacEachern(starting to break apart the init code into smaller...
2002-03-27  Doug MacEachernbringing back MOD_SSL_VERSION macro, define it to AP_SE...
2002-03-27  Doug MacEachernadjustment for sslc where its PEM_read_bio_PrivateKey...
next