]> granicus.if.org Git - apache/history - modules
fix logic from last commit, need to always try importing _both_ rsa
[apache] / modules /
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 Brian PaneRevert my last fix, which broke more things than it...
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 Brian PaneDon't walk past the end of the tag in ap_ssi_get_tag_an...
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 Bill Stoddardap_run_sub_req does not return apr_status, so we should...
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 Bill StoddardAdd a new parameter to the quick_handler hook to instruct
2002-03-27 Doug MacEachernadd license
2002-03-27 Bill StoddardEnsure CACHE_OUT gets installed in front of SUBREQ_CORE...
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...
2002-03-27 Bill StoddardUpdate the MSVC++ project files. The debug databases...
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 Jeff Trawickstyle improvement for checking whether the result of an
2002-03-27 Jim JagielskiDepreciate mod_proxy's own CHANGES file
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-27 Cliff WoolleyAnal-retentive factor -- be consistent in our whitespace.
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-25 Cliff Woolleynit
2002-03-25 Cliff WoolleyFix a segfault because ap_method_registry_init() was...
2002-03-25 Cliff WoolleyWhat, we don't support HEAD requests now? ;)
2002-03-24 Brian PaneSmall performance optimization for find_end_sequence...
2002-03-24 Jeff Trawickeliminate unused variables
2002-03-23 Brian PaneChanged mod_cgi to not do single-byte reads to consume the
2002-03-23 Jeff Trawickeliminate an unused variable
2002-03-23 Brian PaneEliminate an 8KB buffer from the stack in mod_info...
2002-03-22 Jeff Trawickfix some abuse of apr_port_t (flagged by Sun WorkShop)
2002-03-22 Jeff Trawickadd an extra level of parentheses to say "yes I know...
2002-03-22 Graham LeggettWhen a proxied site was being served, Apache was replacing
2002-03-22 Jeff Trawickget the prototype for ap_set_content_type()
2002-03-22 William A. Rowe Jr An error is an error. Since we replace the message...
2002-03-22 William A. Rowe Jr Trace the invoked command when we use CreateProcess...
2002-03-22 Jeff TrawickFix a mod_cgid problem that left daemon processes stranded
2002-03-22 Bill StoddardUse the accessor to set r->content_type
2002-03-22 Jeff Trawickthe mod_ssl provided with Apache >= 2.0 no longer has...
2002-03-21 Graham LeggettChange the header merging behaviour in proxy, as some...
2002-03-21 Sander StrikerUpdate callers of apr_explode_gmt to apr_time_exp_gmt...
2002-03-21 William A. Rowe Jr Now-meaningless-commentary.
2002-03-20 Bill StoddardCommit 1 of 2 to:
2002-03-20 Jeff TrawickGet nph- CGI scripts working again by avoiding filters...
2002-03-20 Jeff Trawickap_rset_content_type() should take const char * instead...
2002-03-20 Bill StoddardFirst commit to introduce accessor function to set...
2002-03-19 Greg SteinThe underlying change here was to add the new WebDAV...
2002-03-18 Greg SteinChange the REPORT handling APIs to deliver the content...
2002-03-18 Bill StoddardFix check for APR feature
2002-03-18 Cliff WoolleyGet mod_mem_cache to compile cleanly again on linux...
2002-03-18 Cliff WoolleyHacks on top of hacks... UNIX needs unistd.h for the...
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 Bill StoddardFix some formatting
2002-03-17 Brian PanePerformance fix for ap_ssi_get_tag_and_value: do a...
2002-03-17 William A. Rowe Jr Clear up a const warning, and recognize some arrays...
2002-03-17 William A. Rowe Jr Fix a signedness emit based on session_id_length...
2002-03-17 Brian PaneAnother optimization for find_end_sequence: once we...
2002-03-17 Brian PaneSmall performance improvement for find_end_sequence()
next