2002-02-28 |
Doug MacEachern | contrary to what comments say, DH* returned from ssl_dh... |
commit | commitdiff | tree |
2002-02-28 |
Doug MacEachern | need to free sc->pRevocationStore at shutdown |
commit | commitdiff | tree |
2002-02-28 |
Doug MacEachern | always reusing existing private key for given vhost... |
commit | commitdiff | tree |
2002-02-28 |
Doug MacEachern | s/asn1->mtime/asn1->source_mtime/ |
commit | commitdiff | tree |
2002-02-28 |
Doug MacEachern | initialize ssl_asn1_t.mtime to 0 |
commit | commitdiff | tree |
2002-02-28 |
Doug MacEachern | reuse vhost keys for asn1 tables where keys are allocat... |
commit | commitdiff | tree |
2002-02-28 |
Doug MacEachern | switch SSLModConfigRec.tPublicCert to ssl_asn1_table... |
commit | commitdiff | tree |
2002-02-28 |
Doug MacEachern | switch SSLModConfigRec.tPrivateKey to ssl_asn1_table... |
commit | commitdiff | tree |
2002-02-28 |
Doug MacEachern | add ssl_asn1_table_get() wrapper and change ssl_init_Tm... |
commit | commitdiff | tree |
2002-02-28 |
Doug MacEachern | mod_ssl was "leaking" on restart since mc->tTmpKeys... |
commit | commitdiff | tree |
2002-02-27 |
William A.... | Introduce PassPhraseDialog 'pipe' mechanism. This... |
commit | commitdiff | tree |
2002-02-27 |
William A.... | Introduce the PassPhraseDialog 'pipe' mechanism. |
commit | commitdiff | tree |
2002-02-27 |
Doug MacEachern | change builtin passphrase prompt to use stdout rather... |
commit | commitdiff | tree |
2002-02-27 |
Doug MacEachern | changing mod_ssl to do a full startup/teardown on each... |
commit | commitdiff | tree |
2002-02-27 |
Ryan Bloom | Use the empty string, not NUL. I should have read... |
commit | commitdiff | tree |
2002-02-27 |
Ryan Bloom | Grrrrr..... We should really use the correct line... |
commit | commitdiff | tree |
2002-02-25 |
Cliff Woolley | Forward port of changes in mod_ssl for Apache 1.3 up... |
commit | commitdiff | tree |
2002-02-17 |
Justin Erenkrantz | Fix bad logging level. |
commit | commitdiff | tree |
2002-02-16 |
Justin Erenkrantz | If the file specified by SSLMutex cannot be created... |
commit | commitdiff | tree |
2002-02-12 |
William A.... | What happened? 0.9.6b built just dandy without the... |
commit | commitdiff | tree |
2002-02-05 |
Ryan Bloom | Remove the install_transport_filters hook. The same... |
commit | commitdiff | tree |
2002-02-03 |
Cliff Woolley | Silence a gcc warning about cpType being possibly used... |
commit | commitdiff | tree |
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 |
next |