]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2002-03-13  Doug MacEacherngeneralize session logging into ssl_session_log() function
2002-03-13  Doug MacEachernSSL_SESSION_id2sz() was NOT THREAD SAFE. it returned...
2002-03-13  Doug MacEachernSSL_SESSION_id2sz() is somewhat expensive, make sure...
2002-03-13  Doug MacEacherncleanup logging of CRL, includes ridding of some malloc...
2002-03-13  Doug MacEacherncouple o minor style/log fixos
2002-03-13  Doug MacEachernuse ptemp in ssl_init_FindCAList() rather than creating...
2002-03-13  Doug MacEachernswitch to ptemp pool for ssl_pphrase_Handle
2002-03-13  Doug MacEachernonly call: ssl_rand_seed(s, p, SSL_RSCTX_STARTUP, ...
2002-03-13  Doug MacEachernremove ssl_engine_ds.c
2002-03-13  Doug MacEachernremove obsolete ssl_ds_{table,array} api
2002-03-13  Doug MacEachernreplace ssl_ds_array usage with apr_array_header_t
2002-03-13  Doug MacEachernminor ssl_init_CheckServers() enhancements:
2002-03-13  Doug MacEachernfolding more duplication in ssl_tmp_keys_init
2002-03-12  Doug MacEacherncleanup tmp key callbacks. each had assigned the same...
2002-03-12  Doug MacEachernfor the sake of readablity,
2002-03-12  Doug MacEachernsplit ssl_init_TmpKeysHandle function to init/free...
2002-03-12  Doug MacEachernit is not required that temporary keys survive restarts...
2002-03-12  Doug MacEachernremove version checks for using EGD
2002-03-12  Doug MacEachernremove call to legacy X509V3_add_standard_extensions...
2002-03-12  Doug MacEachernwe require OpenSSL 0.9.6+
2002-03-12  Doug MacEachernremoving unused ssl_init_ChildKill
2002-03-12  Doug MacEachernmaking ssl_init_SSLLibrary() static
2002-03-12  Doug MacEacherncleanup version component construction.
2002-03-12  Doug MacEachernfold duplication of SSL{Proxy}VerifyDepth directives...
2002-03-12  Bradley NicholesFixed a type mismatch
2002-03-12  Doug MacEachernmoving SSLVerifyClient directive parsing into ssl_cmd_v...
2002-03-12  Bradley NicholesAdded NetWare to the ifdef list
2002-03-12  Doug MacEachernfold duplication of SSL{Proxy}Protocol directives into
2002-03-12  Doug MacEachernfold some duplication of server certs/keys directive...
2002-03-12  Doug MacEachernfolding some command handler duplication into two gener...
2002-03-12  Doug MacEachernget rid of some warnings for currently unused/unprototy...
2002-03-12  Doug MacEachernminor performance enhancement: no need to use md5 of...
2002-03-12  Doug MacEacherndropping hungarian notation
2002-03-12  Doug MacEachernminor style changes
2002-03-12  Doug MacEacherndropping hungarian notation
2002-03-12  Doug MacEachernvarious style fixups / general changes to make code...
2002-03-12  Doug MacEachernvarious style fixups / general changes to make code...
2002-03-12  Doug MacEachernadd SSL_VERIFY_PEER_STRICT shortcut for often used...
2002-03-12  Doug MacEachernvarious style fixups / general changes to make code...
2002-03-10  Doug MacEachernno need to call SSL_clear() after SSL_new()
2002-03-10  Doug MacEacherndon't allocate SSLConnRec unless ssl is enabled on...
2002-03-08  Doug MacEachernsupport reuse of encrypted DSA keys on restart
2002-03-08  Doug MacEachernremove unused ap_server_ctx member from SSLSrvConfigRec
2002-03-06  Ian Holsmanapr-utils rename apr_ansi_time_to_apr_time and
2002-03-03  Doug MacEachernreuse existing private key if possible for all SSLPassP...
2002-03-01  Doug MacEacherns/const void/const char/g in ssl_asn1_table api
2002-03-01  Cliff WoolleyConsensus is that we should not use the scoreboard...
2002-02-28  Doug MacEachernplug leak in newish ssl_asn1_table_set() function
2002-02-28  Doug MacEachernremove an XXX: we already do CRYPTO_set_locking_callbac...
2002-02-28  Doug MacEachernremove #ifdef SHARED_MODULE around ssl library cleanup...
2002-02-28  Doug MacEachernmove SSL_load_client_CA_file() comment to where we...
2002-02-28  Doug MacEachernvarious SSLCACertificatePath fixes:
2002-02-28  Doug MacEachernplug leak in ssl_init_FindCAList() where return value of
2002-02-28  Doug MacEachernfold some duplication within ssl_init_FindCAList()...
2002-02-28  Doug MacEachernneed to free X509_NAME duplicates already found in...
2002-02-28  Doug MacEachernneed to free the stacks returned by calls to SSL_load_c...
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
next