2002-01-31 |
Martin Kraemer | Use symbolic names |
commit | commitdiff | tree |
2002-01-28 |
Aaron Bannert | The pre_config hook now takes a return value. This... |
commit | commitdiff | tree |
2002-01-25 |
Justin Erenkrantz | Change ap_get_brigade prototype to remove *readbytes... |
commit | commitdiff | tree |
2002-01-22 |
Justin Erenkrantz | - Add AP_MODE_SPECULATIVE support to mod_ssl |
commit | commitdiff | tree |
2002-01-22 |
Justin Erenkrantz | If we would exhaust the buffer entirely, set it to... |
commit | commitdiff | tree |
2002-01-19 |
Justin Erenkrantz | Input filtering prototype change: Socket blocking type... |
commit | commitdiff | tree |
2002-01-18 |
Doug MacEachern | move OpenSSL specific SSL_{get,set}_state macros to... |
commit | commitdiff | tree |
2002-01-18 |
Doug MacEachern | fix for SSLv2 requests |
commit | commitdiff | tree |
2002-01-17 |
William A.... | Clean up several typesaftey (signedness and size... |
commit | commitdiff | tree |
2002-01-17 |
Doug MacEachern | output filter optimizations: |
commit | commitdiff | tree |
2002-01-17 |
Doug MacEachern | prevent possible segv if SSL_get_current_cipher()... |
commit | commitdiff | tree |
2002-01-17 |
Doug MacEachern | adjust BIO_METHOD initializers for sslc |
commit | commitdiff | tree |
2002-01-17 |
Doug MacEachern | rewrite of mod_ssl input filter for better performance... |
commit | commitdiff | tree |
2002-01-11 |
Ben Laurie | Document future binary compatibility problem. |
commit | commitdiff | tree |
2002-01-11 |
William A.... | The mutex must be pool-managed, not ssl managed.... |
commit | commitdiff | tree |
2002-01-10 |
William A.... | *) Split all Win32 modules [excluding the core compon... |
commit | commitdiff | tree |
2002-01-10 |
Doug MacEachern | mod_ssl adjustments to help with using toolkits other... |
commit | commitdiff | tree |
2002-01-10 |
William A.... | This patch eliminated from the _SHARED_ segment of... |
commit | commitdiff | tree |
2002-01-10 |
Doug MacEachern | get SSLRandomSeed exec: working by passing the proper... |
commit | commitdiff | tree |
2002-01-09 |
Doug MacEachern | call ssl_mutex_kill() during module cleanup |
commit | commitdiff | tree |
2002-01-09 |
Doug MacEachern | get SSLPassPhraseDialog exec: working by passing the... |
commit | commitdiff | tree |
2001-12-29 |
Jeff Trawick | handle the disappearance of apr_lock_create_np() and |
commit | commitdiff | tree |
2001-12-29 |
Jeff Trawick | tiny cleanup to remove bogus SCOREBOARD_SIZE define |
commit | commitdiff | tree |
2001-12-29 |
William A.... | Close a real GP fault. This is the _wrong_solution_... |
commit | commitdiff | tree |
2001-12-02 |
William A.... | Correct case comparison typematch |
commit | commitdiff | tree |
2001-12-01 |
Doug MacEachern | remove churn_output() function and calls to it. |
commit | commitdiff | tree |
2001-11-29 |
Doug MacEachern | get rid of warning introduced by previous patch |
commit | commitdiff | tree |
2001-11-29 |
Doug MacEachern | the client cert X509_NAME_oneline() is only used if... |
commit | commitdiff | tree |
2001-11-29 |
Doug MacEachern | avoid a call to X509_NAME_oneline() and ASN1_INTEGER_ge... |
commit | commitdiff | tree |
2001-11-29 |
Doug MacEachern | get rid of ssl_log_applies() function. it does more... |
commit | commitdiff | tree |
2001-11-29 |
Doug MacEachern | ssl_callback_SSLVerify() was calling (the expensive... |
commit | commitdiff | tree |
2001-11-29 |
Doug MacEachern | fix for last change that removed ssl_util_getmodconfig(): |
commit | commitdiff | tree |
2001-11-29 |
Doug MacEachern | ssl_util_getmodconfig() and ssl_util_getmodconfig_ssl... |
commit | commitdiff | tree |
2001-11-29 |
Doug MacEachern | SSL_rand() does a mutex lock/unlock with threaded MPMs... |
commit | commitdiff | tree |
2001-11-29 |
Doug MacEachern | move srand() call from ssl_rand_choosenum() to ssl_init... |
commit | commitdiff | tree |
2001-11-29 |
Doug MacEachern | call getpid() once at child init and save in the SSLMod... |
commit | commitdiff | tree |
2001-11-29 |
Aaron Bannert | Fix awkward grammar in some of mod_ssl's error messages. |
commit | commitdiff | tree |
2001-11-28 |
Doug MacEachern | calculate VHostID length at startup rather than request... |
commit | commitdiff | tree |
2001-11-28 |
Doug MacEachern | avoid calling ssl_util_vhostid() (and apr_sprintf under... |
commit | commitdiff | tree |
2001-11-28 |
Doug MacEachern | replace strlen(cpVHostMD5) with MD5_DIGESTSIZE*2 in... |
commit | commitdiff | tree |
2001-11-28 |
Doug MacEachern | remove unused ssl::handshake::timeout references |
commit | commitdiff | tree |
2001-11-28 |
Doug MacEachern | remove setting of ap::{http::method,default::port}... |
commit | commitdiff | tree |
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 |
next |