]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2002-02-28  Doug MacEacherncontrary to what comments say, DH* returned from ssl_dh...
2002-02-28  Doug MacEachernneed to free sc->pRevocationStore at shutdown
2002-02-28  Doug MacEachernalways reusing existing private key for given vhost...
2002-02-28  Doug MacEacherns/asn1->mtime/asn1->source_mtime/
2002-02-28  Doug MacEacherninitialize ssl_asn1_t.mtime to 0
2002-02-28  Doug MacEachernreuse vhost keys for asn1 tables where keys are allocat...
2002-02-28  Doug MacEachernswitch SSLModConfigRec.tPublicCert to ssl_asn1_table...
2002-02-28  Doug MacEachernswitch SSLModConfigRec.tPrivateKey to ssl_asn1_table...
2002-02-28  Doug MacEachernadd ssl_asn1_table_get() wrapper and change ssl_init_Tm...
2002-02-28  Doug MacEachernmod_ssl was "leaking" on restart since mc->tTmpKeys...
2002-02-27  William A.... Introduce PassPhraseDialog 'pipe' mechanism. This...
2002-02-27  William A.... Introduce the PassPhraseDialog 'pipe' mechanism.
2002-02-27  Doug MacEachernchange builtin passphrase prompt to use stdout rather...
2002-02-27  Doug MacEachernchanging mod_ssl to do a full startup/teardown on each...
2002-02-27  Ryan BloomUse the empty string, not NUL. I should have read...
2002-02-27  Ryan BloomGrrrrr..... We should really use the correct line...
2002-02-25  Cliff WoolleyForward port of changes in mod_ssl for Apache 1.3 up...
2002-02-17  Justin ErenkrantzFix bad logging level.
2002-02-16  Justin ErenkrantzIf the file specified by SSLMutex cannot be created...
2002-02-12  William A.... What happened? 0.9.6b built just dandy without the...
2002-02-05  Ryan BloomRemove the install_transport_filters hook. The same...
2002-02-03  Cliff WoolleySilence a gcc warning about cpType being possibly used...
2002-01-31  Martin KraemerUse symbolic names
2002-01-28  Aaron BannertThe pre_config hook now takes a return value. This...
2002-01-25  Justin ErenkrantzChange ap_get_brigade prototype to remove *readbytes...
2002-01-22  Justin Erenkrantz- Add AP_MODE_SPECULATIVE support to mod_ssl
2002-01-22  Justin ErenkrantzIf we would exhaust the buffer entirely, set it to...
2002-01-19  Justin ErenkrantzInput filtering prototype change: Socket blocking type...
2002-01-18  Doug MacEachernmove OpenSSL specific SSL_{get,set}_state macros to...
2002-01-18  Doug MacEachernfix for SSLv2 requests
2002-01-17  William A.... Clean up several typesaftey (signedness and size...
2002-01-17  Doug MacEachernoutput filter optimizations:
2002-01-17  Doug MacEachernprevent possible segv if SSL_get_current_cipher()...
2002-01-17  Doug MacEachernadjust BIO_METHOD initializers for sslc
2002-01-17  Doug MacEachernrewrite of mod_ssl input filter for better performance...
2002-01-11  Ben LaurieDocument future binary compatibility problem.
2002-01-11  William A.... The mutex must be pool-managed, not ssl managed....
2002-01-10  William A.... *) Split all Win32 modules [excluding the core compon...
2002-01-10  Doug MacEachern mod_ssl adjustments to help with using toolkits other...
2002-01-10  William A.... This patch eliminated from the _SHARED_ segment of...
2002-01-10  Doug MacEachernget SSLRandomSeed exec: working by passing the proper...
2002-01-09  Doug MacEacherncall ssl_mutex_kill() during module cleanup
2002-01-09  Doug MacEachernget SSLPassPhraseDialog exec: working by passing the...
2001-12-29  Jeff Trawickhandle the disappearance of apr_lock_create_np() and
2001-12-29  Jeff Trawicktiny cleanup to remove bogus SCOREBOARD_SIZE define
2001-12-29  William A.... Close a real GP fault. This is the _wrong_solution_...
2001-12-02  William A.... Correct case comparison typematch
2001-12-01  Doug MacEachernremove churn_output() function and calls to it.
2001-11-29  Doug MacEachernget rid of warning introduced by previous patch
2001-11-29  Doug MacEachernthe client cert X509_NAME_oneline() is only used if...
2001-11-29  Doug MacEachernavoid a call to X509_NAME_oneline() and ASN1_INTEGER_ge...
2001-11-29  Doug MacEachernget rid of ssl_log_applies() function. it does more...
2001-11-29  Doug MacEachernssl_callback_SSLVerify() was calling (the expensive...
2001-11-29  Doug MacEachernfix for last change that removed ssl_util_getmodconfig():
2001-11-29  Doug MacEachernssl_util_getmodconfig() and ssl_util_getmodconfig_ssl...
2001-11-29  Doug MacEachernSSL_rand() does a mutex lock/unlock with threaded MPMs...
2001-11-29  Doug MacEachernmove srand() call from ssl_rand_choosenum() to ssl_init...
2001-11-29  Doug MacEacherncall getpid() once at child init and save in the SSLMod...
2001-11-29  Aaron BannertFix awkward grammar in some of mod_ssl's error messages.
2001-11-28  Doug MacEacherncalculate VHostID length at startup rather than request...
2001-11-28  Doug MacEachernavoid calling ssl_util_vhostid() (and apr_sprintf under...
2001-11-28  Doug MacEachernreplace strlen(cpVHostMD5) with MD5_DIGESTSIZE*2 in...
2001-11-28  Doug MacEachernremove unused ssl::handshake::timeout references
2001-11-28  Doug MacEachernremove setting of ap::{http::method,default::port}...
2001-11-28  Doug MacEachernmoving chunk of logic that deals with writing ssl data...
2001-11-27  Doug MacEachernimplement a custom BIO which allows us to hook SSL_writ...
2001-11-24  Doug MacEacherndon't bother setting the ssl info callback unless SSLLo...
2001-11-23  Ian HolsmanModify post_config hook so that it can return a error,
2001-11-22  Doug MacEacherndont va_start() in ssl_log() unless we are actually...
2001-11-22  Doug MacEachernavoid a couple of calls to ssl_util_vhostid() and apr_p...
2001-11-22  Doug MacEachernoptimize lookup of ssl-{unclean,accurate}-shutdown...
2001-11-22  Doug MacEachernreturn from ssl_callback_LogTracingState if sc->nLogLev...
2001-11-22  Doug MacEachernremove AP_CTX_* macros which are no longer used
2001-11-22  Doug MacEachernget rid of 'apctx' table that used to live in SSL_get_a...
2001-11-22  Doug MacEachernmove c->notes.ssl::verify::depth to SSLConnRec.verify_depth
2001-11-21  Doug MacEachernget rid of SSL_get_app_data2_idx() which had a race...
2001-11-21  Doug MacEachernmove c->notes.ssl::verify::{info,error} to SSLConnRec...
2001-11-21  Doug MacEachernmove c->notes.ssl::flag::{unclean,accurate}-shutdown...
2001-11-21  Doug MacEachernmove c->notes.ssl::client::dn to SSLConnRec.client_dn
2001-11-21  Doug MacEachernstart moving c->notes usage to a new SSLConnRec structu...
2001-11-20  Aaron BannertGets us compiling again on FreeBSD. Adds conditional...
2001-11-20  Aaron BannertNo good reason to have this in <> instead of "". Having...
2001-11-19  Doug MacEachernadd input filter AP_MODE_INIT support to handshake...
2001-11-16  Aaron BannertConversion from old apr_lock_t to new apr_thread_mutex_t
2001-11-15  Ryan BloomFix the SSL filter logic. The SSL filter is not a...
2001-11-15  Aaron BannertStyle updates before I convert to the new lock type.
2001-11-15  Aaron BannertIgnore *.slo files.
2001-11-14  Aaron BannertTurns out this is causing problems on my linux box...
2001-11-12  Doug MacEachernfix segv triggered by recent ap_lingering_close change
2001-11-07  Aaron BannertGets mod_ssl building/loading as a DSO on some platform...
2001-11-07  Bill StoddardDon't close the dbm until after we have copied the...
2001-11-07  Bill StoddardCheck the return code properly.
2001-10-20  William A.... Fix a nasty GP fault... stop testing buckets after...
2001-10-17  William A.... It is absolutely invalid practice to test 'prot'...
2001-10-12  Justin ErenkrantzWell, now I know what the bio_is_renegotiating call...
2001-10-12  Justin ErenkrantzIf we passed the bucket to ap_pass_brigade (because...
2001-10-12  Justin ErenkrantzLose the magic number and use the central #define AP_IO...
2001-10-11  Justin ErenkrantzThis is the mod_ssl input filtering rewrite. Lots...
2001-10-04  Justin ErenkrantzAh, I didn't see that churn is only used on input ...
2001-10-01  William A.... BIO_write returns an int. Whacha gonna do? Kill...
next