2002-03-13 |
Doug MacEachern | generalize session logging into ssl_session_log() function |
commit | commitdiff | tree |
2002-03-13 |
Doug MacEachern | SSL_SESSION_id2sz() was NOT THREAD SAFE. it returned... |
commit | commitdiff | tree |
2002-03-13 |
Doug MacEachern | SSL_SESSION_id2sz() is somewhat expensive, make sure... |
commit | commitdiff | tree |
2002-03-13 |
Doug MacEachern | cleanup logging of CRL, includes ridding of some malloc... |
commit | commitdiff | tree |
2002-03-13 |
Doug MacEachern | couple o minor style/log fixos |
commit | commitdiff | tree |
2002-03-13 |
Doug MacEachern | use ptemp in ssl_init_FindCAList() rather than creating... |
commit | commitdiff | tree |
2002-03-13 |
Doug MacEachern | switch to ptemp pool for ssl_pphrase_Handle |
commit | commitdiff | tree |
2002-03-13 |
Doug MacEachern | only call: ssl_rand_seed(s, p, SSL_RSCTX_STARTUP, ... |
commit | commitdiff | tree |
2002-03-13 |
Doug MacEachern | remove ssl_engine_ds.c |
commit | commitdiff | tree |
2002-03-13 |
Doug MacEachern | remove obsolete ssl_ds_{table,array} api |
commit | commitdiff | tree |
2002-03-13 |
Doug MacEachern | replace ssl_ds_array usage with apr_array_header_t |
commit | commitdiff | tree |
2002-03-13 |
Doug MacEachern | minor ssl_init_CheckServers() enhancements: |
commit | commitdiff | tree |
2002-03-13 |
Doug MacEachern | folding more duplication in ssl_tmp_keys_init |
commit | commitdiff | tree |
2002-03-12 |
Doug MacEachern | cleanup tmp key callbacks. each had assigned the same... |
commit | commitdiff | tree |
2002-03-12 |
Doug MacEachern | for the sake of readablity, |
commit | commitdiff | tree |
2002-03-12 |
Doug MacEachern | split ssl_init_TmpKeysHandle function to init/free... |
commit | commitdiff | tree |
2002-03-12 |
Doug MacEachern | it is not required that temporary keys survive restarts... |
commit | commitdiff | tree |
2002-03-12 |
Doug MacEachern | remove version checks for using EGD |
commit | commitdiff | tree |
2002-03-12 |
Doug MacEachern | remove call to legacy X509V3_add_standard_extensions... |
commit | commitdiff | tree |
2002-03-12 |
Doug MacEachern | we require OpenSSL 0.9.6+ |
commit | commitdiff | tree |
2002-03-12 |
Doug MacEachern | removing unused ssl_init_ChildKill |
commit | commitdiff | tree |
2002-03-12 |
Doug MacEachern | making ssl_init_SSLLibrary() static |
commit | commitdiff | tree |
2002-03-12 |
Doug MacEachern | cleanup version component construction. |
commit | commitdiff | tree |
2002-03-12 |
Doug MacEachern | fold duplication of SSL{Proxy}VerifyDepth directives... |
commit | commitdiff | tree |
2002-03-12 |
Bradley Nicholes | Fixed a type mismatch |
commit | commitdiff | tree |
2002-03-12 |
Doug MacEachern | moving SSLVerifyClient directive parsing into ssl_cmd_v... |
commit | commitdiff | tree |
2002-03-12 |
Bradley Nicholes | Added NetWare to the ifdef list |
commit | commitdiff | tree |
2002-03-12 |
Doug MacEachern | fold duplication of SSL{Proxy}Protocol directives into |
commit | commitdiff | tree |
2002-03-12 |
Doug MacEachern | fold some duplication of server certs/keys directive... |
commit | commitdiff | tree |
2002-03-12 |
Doug MacEachern | folding some command handler duplication into two gener... |
commit | commitdiff | tree |
2002-03-12 |
Doug MacEachern | get rid of some warnings for currently unused/unprototy... |
commit | commitdiff | tree |
2002-03-12 |
Doug MacEachern | minor performance enhancement: no need to use md5 of... |
commit | commitdiff | tree |
2002-03-12 |
Doug MacEachern | dropping hungarian notation |
commit | commitdiff | tree |
2002-03-12 |
Doug MacEachern | minor style changes |
commit | commitdiff | tree |
2002-03-12 |
Doug MacEachern | dropping hungarian notation |
commit | commitdiff | tree |
2002-03-12 |
Doug MacEachern | various style fixups / general changes to make code... |
commit | commitdiff | tree |
2002-03-12 |
Doug MacEachern | various style fixups / general changes to make code... |
commit | commitdiff | tree |
2002-03-12 |
Doug MacEachern | add SSL_VERIFY_PEER_STRICT shortcut for often used... |
commit | commitdiff | tree |
2002-03-12 |
Doug MacEachern | various style fixups / general changes to make code... |
commit | commitdiff | tree |
2002-03-10 |
Doug MacEachern | no need to call SSL_clear() after SSL_new() |
commit | commitdiff | tree |
2002-03-10 |
Doug MacEachern | don't allocate SSLConnRec unless ssl is enabled on... |
commit | commitdiff | tree |
2002-03-08 |
Doug MacEachern | support reuse of encrypted DSA keys on restart |
commit | commitdiff | tree |
2002-03-08 |
Doug MacEachern | remove unused ap_server_ctx member from SSLSrvConfigRec |
commit | commitdiff | tree |
2002-03-06 |
Ian Holsman | apr-utils rename apr_ansi_time_to_apr_time and |
commit | commitdiff | tree |
2002-03-03 |
Doug MacEachern | reuse existing private key if possible for all SSLPassP... |
commit | commitdiff | tree |
2002-03-01 |
Doug MacEachern | s/const void/const char/g in ssl_asn1_table api |
commit | commitdiff | tree |
2002-03-01 |
Cliff Woolley | Consensus is that we should not use the scoreboard... |
commit | commitdiff | tree |
2002-02-28 |
Doug MacEachern | plug leak in newish ssl_asn1_table_set() function |
commit | commitdiff | tree |
2002-02-28 |
Doug MacEachern | remove an XXX: we already do CRYPTO_set_locking_callbac... |
commit | commitdiff | tree |
2002-02-28 |
Doug MacEachern | remove #ifdef SHARED_MODULE around ssl library cleanup... |
commit | commitdiff | tree |
2002-02-28 |
Doug MacEachern | move SSL_load_client_CA_file() comment to where we... |
commit | commitdiff | tree |
2002-02-28 |
Doug MacEachern | various SSLCACertificatePath fixes: |
commit | commitdiff | tree |
2002-02-28 |
Doug MacEachern | plug leak in ssl_init_FindCAList() where return value of |
commit | commitdiff | tree |
2002-02-28 |
Doug MacEachern | fold some duplication within ssl_init_FindCAList()... |
commit | commitdiff | tree |
2002-02-28 |
Doug MacEachern | need to free X509_NAME duplicates already found in... |
commit | commitdiff | tree |
2002-02-28 |
Doug MacEachern | need to free the stacks returned by calls to SSL_load_c... |
commit | commitdiff | tree |
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 |
next |