2001-11-28 |
Doug MacEachern | moving chunk of logic that deals with writing ssl data... |
commit | commitdiff | tree |
2001-11-27 |
Doug MacEachern | implement a custom BIO which allows us to hook SSL_writ... |
commit | commitdiff | tree |
2001-11-24 |
Doug MacEachern | don't bother setting the ssl info callback unless SSLLo... |
commit | commitdiff | tree |
2001-11-23 |
Ian Holsman | Modify post_config hook so that it can return a error, |
commit | commitdiff | tree |
2001-11-22 |
Doug MacEachern | dont va_start() in ssl_log() unless we are actually... |
commit | commitdiff | tree |
2001-11-22 |
Doug MacEachern | avoid a couple of calls to ssl_util_vhostid() and apr_p... |
commit | commitdiff | tree |
2001-11-22 |
Doug MacEachern | optimize lookup of ssl-{unclean,accurate}-shutdown... |
commit | commitdiff | tree |
2001-11-22 |
Doug MacEachern | return from ssl_callback_LogTracingState if sc->nLogLev... |
commit | commitdiff | tree |
2001-11-22 |
Doug MacEachern | remove AP_CTX_* macros which are no longer used |
commit | commitdiff | tree |
2001-11-22 |
Doug MacEachern | get rid of 'apctx' table that used to live in SSL_get_a... |
commit | commitdiff | tree |
2001-11-22 |
Doug MacEachern | move c->notes.ssl::verify::depth to SSLConnRec.verify_depth |
commit | commitdiff | tree |
2001-11-21 |
Doug MacEachern | get rid of SSL_get_app_data2_idx() which had a race... |
commit | commitdiff | tree |
2001-11-21 |
Doug MacEachern | move c->notes.ssl::verify::{info,error} to SSLConnRec... |
commit | commitdiff | tree |
2001-11-21 |
Doug MacEachern | move c->notes.ssl::flag::{unclean,accurate}-shutdown... |
commit | commitdiff | tree |
2001-11-21 |
Doug MacEachern | move c->notes.ssl::client::dn to SSLConnRec.client_dn |
commit | commitdiff | tree |
2001-11-21 |
Doug MacEachern | start moving c->notes usage to a new SSLConnRec structu... |
commit | commitdiff | tree |
2001-11-20 |
Aaron Bannert | Gets us compiling again on FreeBSD. Adds conditional... |
commit | commitdiff | tree |
2001-11-20 |
Aaron Bannert | No good reason to have this in <> instead of "". Having... |
commit | commitdiff | tree |
2001-11-19 |
Doug MacEachern | add input filter AP_MODE_INIT support to handshake... |
commit | commitdiff | tree |
2001-11-16 |
Aaron Bannert | Conversion from old apr_lock_t to new apr_thread_mutex_t |
commit | commitdiff | tree |
2001-11-15 |
Ryan Bloom | Fix the SSL filter logic. The SSL filter is not a... |
commit | commitdiff | tree |
2001-11-15 |
Aaron Bannert | Style updates before I convert to the new lock type. |
commit | commitdiff | tree |
2001-11-15 |
Aaron Bannert | Ignore *.slo files. |
commit | commitdiff | tree |
2001-11-14 |
Aaron Bannert | Turns out this is causing problems on my linux box... |
commit | commitdiff | tree |
2001-11-12 |
Doug MacEachern | fix segv triggered by recent ap_lingering_close change |
commit | commitdiff | tree |
2001-11-07 |
Aaron Bannert | Gets mod_ssl building/loading as a DSO on some platform... |
commit | commitdiff | tree |
2001-11-07 |
Bill Stoddard | Don't close the dbm until after we have copied the... |
commit | commitdiff | tree |
2001-11-07 |
Bill Stoddard | Check the return code properly. |
commit | commitdiff | tree |
2001-10-20 |
William A.... | Fix a nasty GP fault... stop testing buckets after... |
commit | commitdiff | tree |
2001-10-17 |
William A.... | It is absolutely invalid practice to test 'prot'... |
commit | commitdiff | tree |
2001-10-12 |
Justin Erenkrantz | Well, now I know what the bio_is_renegotiating call... |
commit | commitdiff | tree |
2001-10-12 |
Justin Erenkrantz | If we passed the bucket to ap_pass_brigade (because... |
commit | commitdiff | tree |
2001-10-12 |
Justin Erenkrantz | Lose the magic number and use the central #define AP_IO... |
commit | commitdiff | tree |
2001-10-11 |
Justin Erenkrantz | This is the mod_ssl input filtering rewrite. Lots... |
commit | commitdiff | tree |
2001-10-04 |
Justin Erenkrantz | Ah, I didn't see that churn is only used on input ... |
commit | commitdiff | tree |
2001-10-01 |
William A.... | BIO_write returns an int. Whacha gonna do? Kill... |
commit | commitdiff | tree |
2001-09-18 |
Ryan Bloom | Allow VPATH builds for SSL. |
commit | commitdiff | tree |
2001-09-10 |
William A.... | I don't seriously expect this solves the segfault... |
commit | commitdiff | tree |
2001-08-30 |
Doug MacEachern | dont block when handling non-ssl request |
commit | commitdiff | tree |
2001-08-27 |
Ryan Bloom | Allow mod_ssl to send back an error message if an HTTP... |
commit | commitdiff | tree |
2001-08-26 |
William A.... | Toggle the /Zi flag to allow all supportd versions... |
commit | commitdiff | tree |
2001-08-24 |
Doug MacEachern | force OpenSSL to ignore process local-caching and to... |
commit | commitdiff | tree |
2001-08-24 |
Doug MacEachern | these #ifs were really confusing emacs indentation... |
commit | commitdiff | tree |
2001-08-24 |
Doug MacEachern | enable i/o debugging |
commit | commitdiff | tree |
2001-08-24 |
Doug MacEachern | churn_output should return the value of ap_pass_brigade |
commit | commitdiff | tree |
2001-08-24 |
Doug MacEachern | ssl_var_lookup() is enabled |
commit | commitdiff | tree |
2001-08-24 |
Doug MacEachern | apr_os_thread_current() call needs #if APR_HAS_THREADS... |
commit | commitdiff | tree |
2001-08-24 |
Doug MacEachern | fix prototype |
commit | commitdiff | tree |
2001-08-24 |
Doug MacEachern | implement CRYPTO_set_id_callback |
commit | commitdiff | tree |
2001-08-24 |
Doug MacEachern | change APR_LOCKALL to APR_INTRAPROCESS for crypto locks |
commit | commitdiff | tree |
2001-08-24 |
Doug MacEachern | only set the crypto locking callback if mpm is threaded |
commit | commitdiff | tree |
2001-08-24 |
Doug MacEachern | Implement CRYPTO_set_locking_callback() for mod_ssl |
commit | commitdiff | tree |
2001-08-24 |
Doug MacEachern | support "SSLVerifyClient optional_no_ca" |
commit | commitdiff | tree |
2001-08-23 |
Doug MacEachern | prevent double lookup of ssl::verify::error |
commit | commitdiff | tree |
2001-08-23 |
Cliff Woolley | sc->szPassPhraseDialogPath is now constified, so we... |
commit | commitdiff | tree |
2001-08-23 |
William A.... | Add some appropriate constness to the config |
commit | commitdiff | tree |
2001-08-23 |
William A.... | Silly compiler, const char* is for text :) |
commit | commitdiff | tree |
2001-08-23 |
William A.... | Fix most-bogus ap_server_root_relative() cases. ... |
commit | commitdiff | tree |
2001-08-23 |
Doug MacEachern | register ssl_var_lookup() as an optional function |
commit | commitdiff | tree |
2001-08-23 |
Cliff Woolley | performance: change an O(n) while loop to an equivalent... |
commit | commitdiff | tree |
2001-08-23 |
Cliff Woolley | Another step in improving legibility by factoring out... |
commit | commitdiff | tree |
2001-08-23 |
William A.... | Revert these from my last commit ... I had no intenti... |
commit | commitdiff | tree |
2001-08-23 |
Cliff Woolley | Nit: the lack of brackets was driving me crazy |
commit | commitdiff | tree |
2001-08-23 |
Cliff Woolley | Simplify the apr_read_type_e vs. ap_input_mode_t sillin... |
commit | commitdiff | tree |
2001-08-23 |
William A.... | Complete the rename of the ssl_scache_status_register and |
commit | commitdiff | tree |
2001-08-22 |
William A.... | Remove a ton o' cruft. Moves the mod_log_config... |
commit | commitdiff | tree |
2001-08-22 |
Cliff Woolley | There's only one way for bb to be non-NULL, so these two |
commit | commitdiff | tree |
2001-08-22 |
Doug MacEachern | remove #if 0-ed ssl_hook_NewConnection code; was only... |
commit | commitdiff | tree |
2001-08-22 |
Doug MacEachern | another update from madhu |
commit | commitdiff | tree |
2001-08-22 |
Doug MacEachern | client auth is enabled |
commit | commitdiff | tree |
2001-08-22 |
Doug MacEachern | move some code duplication into ssl_abort() function |
commit | commitdiff | tree |
2001-08-22 |
Doug MacEachern | Enable ssl client authentication at SSL_accept time |
commit | commitdiff | tree |
2001-08-22 |
Doug MacEachern | some updated pointed out by madhu |
commit | commitdiff | tree |
2001-08-22 |
Doug MacEachern | rather than creating small 1024 byte buckets of output... |
commit | commitdiff | tree |
2001-08-22 |
William A.... | Explicitly fix some types, and opt-out on macro conflicts |
commit | commitdiff | tree |
2001-08-22 |
Martin Kraemer | Use uniform wrapping for unistd.h, and don't include... |
commit | commitdiff | tree |
2001-08-22 |
Doug MacEachern | destroy the brigade when we are done with it, rather... |
commit | commitdiff | tree |
2001-08-21 |
Doug MacEachern | and swap Auth/UserCheck names to match the hook names... |
commit | commitdiff | tree |
2001-08-21 |
Doug MacEachern | authentication/authorization hooks were backwards |
commit | commitdiff | tree |
2001-08-21 |
William A.... | Changes for rbb's #include/build openssl/inc32 patch. |
commit | commitdiff | tree |
2001-08-21 |
Doug MacEachern | cut out some noise |
commit | commitdiff | tree |
2001-08-21 |
Doug MacEachern | get rid of asserts |
commit | commitdiff | tree |
2001-08-20 |
Doug MacEachern | remove #if 0-ed ap_flush_conn() call; filters now handl... |
commit | commitdiff | tree |
2001-08-20 |
Doug MacEachern | remove unused #if 0-ed code when reading from the write bio |
commit | commitdiff | tree |
2001-08-20 |
Doug MacEachern | remove unused ssl_io_ functions |
commit | commitdiff | tree |
2001-08-20 |
Doug MacEachern | remove some unused hook code |
commit | commitdiff | tree |
2001-08-20 |
Ryan Bloom | Add the openssl/include/openssl directory to the INCLUD... |
commit | commitdiff | tree |
2001-08-17 |
William A.... | Based on the VC6 switch - and pulling the win32 make... |
commit | commitdiff | tree |
2001-08-17 |
William A.... | The purpose of this patch is to toggle the debugging... |
commit | commitdiff | tree |
2001-08-17 |
William A.... | Given a choice between chasing my tail to keep these... |
commit | commitdiff | tree |
2001-08-16 |
William A.... | Ignore goodness |
commit | commitdiff | tree |
2001-08-16 |
Jeff Trawick | check for timeout on socket read when we check for... |
commit | commitdiff | tree |
2001-08-16 |
Jeff Trawick | fix a few mod_ssl warnings for stuff like function... |
commit | commitdiff | tree |
2001-08-16 |
Doug MacEachern | at least make a note of SSL_R_HTTP_REQUEST error (until... |
commit | commitdiff | tree |
2001-08-16 |
Doug MacEachern | if ssl shutdown happens earlier than expected, filter... |
commit | commitdiff | tree |
2001-08-16 |
Doug MacEachern | need to remove buckets from the output brigade, since... |
commit | commitdiff | tree |
2001-08-16 |
William A.... | More Versioning |
commit | commitdiff | tree |
2001-08-16 |
Doug MacEachern | enable ssl Translate, UserCheck, Access and Auth hooks |
commit | commitdiff | tree |
2001-08-14 |
Doug MacEachern | need to check return value of ssl_hook_process_connection |
commit | commitdiff | tree |
2001-08-08 |
Doug MacEachern | from madhu: no longer need to force eReadType and eMode |
commit | commitdiff | tree |
next |