2002-03-28 |
Doug MacEachern | fixup naming: |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | move context callback setting to ssl_init_ctx_callbacks... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | move server cert/key initialization to ssl_init_server_... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | copy DSA params to server server during key import |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | fix logic from last commit, need to always try importin... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | fold some duplication into generic ssl_server_import_ke... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Brian Pane | Revert my last fix, which broke more things than it... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | fold some duplication into generic ssl_server_import_ce... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | move server cert checking into generic ssl_check_public... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Brian Pane | Don't walk past the end of the tag in ap_ssi_get_tag_an... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | move server specific init config checks into ssl_init_c... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | break out certificate chain initialization into |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Bill Stoddard | ap_run_sub_req does not return apr_status, so we should... |
commit | commitdiff | tree | snapshot |
2002-03-28 |
Doug MacEachern | there is a heaping pile of: |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | break out certificate revocation list initialization... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | break out cipher suite initialization into ssl_init_cip... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | "new" is a c++ keyword; s/new/mrg/g in config merge... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | move warning about session cache not being configured... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | break out SSL_CTX session initialization into |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | add entry for sslc compat layer changes |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Bill Stoddard | Add a new parameter to the quick_handler hook to instruct |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | add license |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Bradley Nicholes | Switched to xcopy commands in the make file so that... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Bill Stoddard | Ensure CACHE_OUT gets installed in front of SUBREQ_CORE... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Cliff Woolley | "Oops" has two o's in it. :) |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | break SSL_CTX initialization into ssl_init_ctx function |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | (starting to break apart the init code into smaller... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Jeff Trawick | worker MPM: |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | bringing back MOD_SSL_VERSION macro, define it to AP_SE... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | adjustment for sslc where its PEM_read_bio_PrivateKey... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Bill Stoddard | Update the MSVC++ project files. The debug databases... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | static-ize {write,read}tty variables |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | move prototype for modssl_session_get_time to ssl_util_... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | add modssl_dh_configure() function to fold some duplica... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | add configure checks for ssl functions: |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Bill Stoddard | This might be helpful to folks readong code and reading... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Jim Jagielski | Document the APR change that bubbles up |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Jeff Trawick | style improvement for checking whether the result of an |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Jim Jagielski | Depreciate mod_proxy's own CHANGES file |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | fix doofo in last commit |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | sslc 1.x does not have an x509v3.h |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | sslc does not currently support X509V3_EXT_d2i |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | toolkit compat for PEM_read_bio_PrivateKey |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | use compat macro for another PEM_read_bio_X509 |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | toolkit compat for PEM_read_bio_X509 |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | adjust to another const char vs char mismatch between... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | use SSL_SESSION_ api since SSL_SESSION cannot be derefe... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | typo fix s/EDG/EGD/g |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | modssl_set_cipher_list was in the wrong place for OpenSSL |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | RAND_status macro was in the wrong place |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | sslc does not currently support RAND_egd or RAND_status |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | in sslc PEM_F_DEF_CALLBACK == PEM_F_DEF_CB |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | 2nd arg to SSL_set_cipher_list in sslc is char * |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | sslc 1.x SSL_set_verify only takes 2 args |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | sslc does not currently implement an SSL_set_state... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | sslc adds a second, unused param to X509_verify_cert |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | sslc does not have a safestack.h, implement a minimal... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | some compat macros for sslc 1.x |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | moving OpenSSL+sslc compat foo to ssl_toolkit_compat.h |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | 3rd arg of BIO callbacks in 'const char' in OpenSSL... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | OpenSSL uses void * for callback data, sslc uses char *, |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | add modssl_session_get_time() function to give mod_ssl... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | another step towards compatiblity with rsa sslc: |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Doug MacEachern | configure already checks OpenSSL version so dont bother... |
commit | commitdiff | tree | snapshot |
2002-03-27 |
Cliff Woolley | Anal-retentive factor -- be consistent in our whitespace. |
commit | commitdiff | tree | snapshot |
2002-03-26 |
William A.... | Up to .35 [no need to call out .35-dev in changes... |
commit | commitdiff | tree | snapshot |
2002-03-26 |
William A.... | Ready for .34 evaluation. |
commit | commitdiff | tree | snapshot |
2002-03-26 |
William A.... | Somewhere about server/main.c rev 1.54, we lost the... |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Justin Erenkrantz | Ensure that the build directory is created when using... |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Justin Erenkrantz | Add text/xml, audio/mpeg, video/quicktime support to... |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Greg Ames | make it harder for spammers to harvest this email addre... |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Doug MacEachern | note about the temporary DH keys |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Doug MacEachern | a few updates |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Doug MacEachern | per-dir SSLCACertificate{File,Path} cannot use SSL_CTX_... |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Bradley Nicholes | Fixed up the access paths for building the code generat... |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Doug MacEachern | constificationization of some char * config items |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Doug MacEachern | performance enhancement: mod_ssl config directives... |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Doug MacEachern | correct comment in previous change |
commit | commitdiff | tree | snapshot |
2002-03-26 |
Doug MacEachern | PR: |
commit | commitdiff | tree | snapshot |
2002-03-25 |
William A.... | -i and -u were deprecated some time ago, they still... |
commit | commitdiff | tree | snapshot |
2002-03-25 |
William A.... | Integrate rbb's forward port of -k config into the... |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Sander Striker | Better test for the presence of $(sbindir) since that... |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Cliff Woolley | nit |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Cliff Woolley | Fix a segfault because ap_method_registry_init() was... |
commit | commitdiff | tree | snapshot |
2002-03-25 |
Cliff Woolley | What, we don't support HEAD requests now? ;) |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Brian Pane | Small performance optimization for find_end_sequence... |
commit | commitdiff | tree | snapshot |
2002-03-24 |
Jeff Trawick | eliminate unused variables |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Brian Pane | Changed mod_cgi to not do single-byte reads to consume the |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Jeff Trawick | eliminate an unused variable |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Brian Pane | Eliminate an 8KB buffer from the stack in mod_info... |
commit | commitdiff | tree | snapshot |
2002-03-23 |
Richard Bowen | Completed going through mod/code.xml ensuring that... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Ryan Bloom | We have to return valid HTTP status codes from filters... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Jeff Trawick | fix some abuse of apr_port_t (flagged by Sun WorkShop) |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Jeff Trawick | add an extra level of parentheses to say "yes I know... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Bill Stoddard | Tag some pools |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Bill Stoddard | Tag some pools. |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Greg Ames | record a vote. |
commit | commitdiff | tree | snapshot |
2002-03-22 |
William A.... | Reclasses and notes; cheers reverberate through the... |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Graham Leggett | When a proxied site was being served, Apache was replacing |
commit | commitdiff | tree | snapshot |
2002-03-22 |
Bill Stoddard | Not a showstopper IMO. But posting a patch anyway... |
commit | commitdiff | tree | snapshot |
next |