]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2002-03-27  Doug MacEachernstatic-ize {write,read}tty variables
2002-03-27  Doug MacEachernmove prototype for modssl_session_get_time to ssl_util_...
2002-03-27  Doug MacEachernadd modssl_dh_configure() function to fold some duplica...
2002-03-27  Doug MacEachernadd configure checks for ssl functions:
2002-03-27  Doug MacEachernfix doofo in last commit
2002-03-27  Doug MacEachernsslc 1.x does not have an x509v3.h
2002-03-27  Doug MacEachernsslc does not currently support X509V3_EXT_d2i
2002-03-27  Doug MacEacherntoolkit compat for PEM_read_bio_PrivateKey
2002-03-27  Doug MacEachernuse compat macro for another PEM_read_bio_X509
2002-03-27  Doug MacEacherntoolkit compat for PEM_read_bio_X509
2002-03-27  Doug MacEachernadjust to another const char vs char mismatch between...
2002-03-27  Doug MacEachernuse SSL_SESSION_ api since SSL_SESSION cannot be derefe...
2002-03-27  Doug MacEacherntypo fix s/EDG/EGD/g
2002-03-27  Doug MacEachernmodssl_set_cipher_list was in the wrong place for OpenSSL
2002-03-27  Doug MacEachernRAND_status macro was in the wrong place
2002-03-27  Doug MacEachernsslc does not currently support RAND_egd or RAND_status
2002-03-27  Doug MacEachernin sslc PEM_F_DEF_CALLBACK == PEM_F_DEF_CB
2002-03-27  Doug MacEachern2nd arg to SSL_set_cipher_list in sslc is char *
2002-03-27  Doug MacEachernsslc 1.x SSL_set_verify only takes 2 args
2002-03-27  Doug MacEachernsslc does not currently implement an SSL_set_state...
2002-03-27  Doug MacEachernsslc adds a second, unused param to X509_verify_cert
2002-03-27  Doug MacEachernsslc does not have a safestack.h, implement a minimal...
2002-03-27  Doug MacEachernsome compat macros for sslc 1.x
2002-03-27  Doug MacEachernmoving OpenSSL+sslc compat foo to ssl_toolkit_compat.h
2002-03-27  Doug MacEachern3rd arg of BIO callbacks in 'const char' in OpenSSL...
2002-03-27  Doug MacEachernOpenSSL uses void * for callback data, sslc uses char *,
2002-03-27  Doug MacEachernadd modssl_session_get_time() function to give mod_ssl...
2002-03-27  Doug MacEachernanother step towards compatiblity with rsa sslc:
2002-03-27  Doug MacEachernconfigure already checks OpenSSL version so dont bother...
2002-03-26  Doug MacEachernnote about the temporary DH keys
2002-03-26  Doug MacEacherna few updates
2002-03-26  Doug MacEachernper-dir SSLCACertificate{File,Path} cannot use SSL_CTX_...
2002-03-26  Doug MacEachernconstificationization of some char * config items
2002-03-26  Doug MacEachernperformance enhancement: mod_ssl config directives...
2002-03-26  Doug MacEacherncorrect comment in previous change
2002-03-26  Doug MacEachernPR:
2002-03-22  Jeff Trawickthe mod_ssl provided with Apache >= 2.0 no longer has...
2002-03-18  Cliff WoolleyFix a possibly-uninitialized warning and a boolean...
2002-03-18  Cliff WoolleyFix some possibly-uninitialized warnings and some incor...
2002-03-17  William A.... Clear up a const warning, and recognize some arrays...
2002-03-17  William A.... Fix a signedness emit based on session_id_length...
2002-03-16  William A.... Lost the prior log message ... [this is an empty...
2002-03-16  William A.... PR:
2002-03-16  William A.... Silly module, we don't need compat.h :)
2002-03-15  Doug MacEachernget rid of some -Wall warnings
2002-03-15  Doug MacEachernremove stray log message (from madhu)
2002-03-14  Doug MacEachernPR:
2002-03-14  Jeff Trawickdeal with the rename of kill_after_timeout to APR_KILL_...
2002-03-14  Doug MacEachernfix comment
2002-03-14  Doug MacEachernPR:
2002-03-13  Roy T. FieldingUpdate our copyright for this year.
2002-03-13  Doug MacEachernuse ssl_asn1_keystr
2002-03-13  Doug MacEachernadd ssl_asn1_keystr() util function that returns string...
2002-03-13  Doug MacEachernuse ssl_asn1_table_keyfmt() function and only format...
2002-03-13  Doug MacEachernuse ssl_asn1_table_keyfmt() function
2002-03-13  Doug MacEachernadd ssl_asn1_table_keyfmt() function for clarity
2002-03-13  Doug MacEachernPR:
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
next