2002-03-29 |
Doug MacEachern | cleanup the proxy context |
commit | commitdiff | tree |
2002-03-29 |
Doug MacEachern | s/ctx/dcfg/g in ssl directive handlers |
commit | commitdiff | tree |
2002-03-29 |
Doug MacEachern | enable proxy directives |
commit | commitdiff | tree |
2002-03-29 |
Doug MacEachern | change existing ssl_init_ctx() to ssl_init_ctx_protocol() |
commit | commitdiff | tree |
2002-03-29 |
Doug MacEachern | proxy will have a different verify callback |
commit | commitdiff | tree |
2002-03-29 |
Doug MacEachern | proxy needs to use client ssl method |
commit | commitdiff | tree |
2002-03-29 |
Doug MacEachern | setup sc->proxy->sc |
commit | commitdiff | tree |
2002-03-29 |
Doug MacEachern | add ssl_config_server_new function to fold some duplica... |
commit | commitdiff | tree |
2002-03-29 |
Doug MacEachern | inititialize and merge proxy config |
commit | commitdiff | tree |
2002-03-29 |
Doug MacEachern | no point in merging things which are not set until... |
commit | commitdiff | tree |
2002-03-29 |
Doug MacEachern | 'ctx' traditionally refers to an SSL_CTX. change modss... |
commit | commitdiff | tree |
2002-03-28 |
Doug MacEachern | ctx->sc is set during init |
commit | commitdiff | tree |
2002-03-28 |
Doug MacEachern | switch from SSLSrvConfigRec* to modssl_ctx_t* in the... |
commit | commitdiff | tree |
2002-03-28 |
Doug MacEachern | make merging of modssl_ctx_t's generic |
commit | commitdiff | tree |
2002-03-28 |
Doug MacEachern | moving cfgMerge macros to ssl_engine_config.c, they... |
commit | commitdiff | tree |
2002-03-28 |
Doug MacEachern | remove unused cfgMerge{Table,Ctx} macros |
commit | commitdiff | tree |
2002-03-28 |
Doug MacEachern | moving protocol location |
commit | commitdiff | tree |
2002-03-28 |
Doug MacEachern | breakup SSLSrvConfigRec in preparation for proxy support: |
commit | commitdiff | tree |
2002-03-28 |
Doug MacEachern | ripping out some proxy stuff that isn't currently in... |
commit | commitdiff | tree |
2002-03-28 |
Doug MacEachern | already added configure check for SSL_set_cert_store |
commit | commitdiff | tree |
2002-03-28 |
Doug MacEachern | de-hungarian-ize server config member names which are... |
commit | commitdiff | tree |
2002-03-28 |
Doug MacEachern | reorder a bit of the server config structure, moving... |
commit | commitdiff | tree |
2002-03-28 |
Doug MacEachern | remove error msg hint that is no longer true |
commit | commitdiff | tree |
2002-03-28 |
Doug MacEachern | fixup naming: |
commit | commitdiff | tree |
2002-03-28 |
Doug MacEachern | move context callback setting to ssl_init_ctx_callbacks... |
commit | commitdiff | tree |
2002-03-28 |
Doug MacEachern | move server cert/key initialization to ssl_init_server_... |
commit | commitdiff | tree |
2002-03-28 |
Doug MacEachern | copy DSA params to server server during key import |
commit | commitdiff | tree |
2002-03-28 |
Doug MacEachern | fix logic from last commit, need to always try importin... |
commit | commitdiff | tree |
2002-03-28 |
Doug MacEachern | fold some duplication into generic ssl_server_import_ke... |
commit | commitdiff | tree |
2002-03-28 |
Doug MacEachern | fold some duplication into generic ssl_server_import_ce... |
commit | commitdiff | tree |
2002-03-28 |
Doug MacEachern | move server cert checking into generic ssl_check_public... |
commit | commitdiff | tree |
2002-03-28 |
Doug MacEachern | move server specific init config checks into ssl_init_c... |
commit | commitdiff | tree |
2002-03-28 |
Doug MacEachern | break out certificate chain initialization into |
commit | commitdiff | tree |
2002-03-28 |
Doug MacEachern | there is a heaping pile of: |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | break out certificate revocation list initialization... |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | break out cipher suite initialization into ssl_init_cip... |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | "new" is a c++ keyword; s/new/mrg/g in config merge... |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | move warning about session cache not being configured... |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | break out SSL_CTX session initialization into |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | add license |
commit | commitdiff | tree |
2002-03-27 |
Cliff Woolley | "Oops" has two o's in it. :) |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | break SSL_CTX initialization into ssl_init_ctx function |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | (starting to break apart the init code into smaller... |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | bringing back MOD_SSL_VERSION macro, define it to AP_SE... |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | adjustment for sslc where its PEM_read_bio_PrivateKey... |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | static-ize {write,read}tty variables |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | move prototype for modssl_session_get_time to ssl_util_... |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | add modssl_dh_configure() function to fold some duplica... |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | add configure checks for ssl functions: |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | fix doofo in last commit |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | sslc 1.x does not have an x509v3.h |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | sslc does not currently support X509V3_EXT_d2i |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | toolkit compat for PEM_read_bio_PrivateKey |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | use compat macro for another PEM_read_bio_X509 |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | toolkit compat for PEM_read_bio_X509 |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | adjust to another const char vs char mismatch between... |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | use SSL_SESSION_ api since SSL_SESSION cannot be derefe... |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | typo fix s/EDG/EGD/g |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | modssl_set_cipher_list was in the wrong place for OpenSSL |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | RAND_status macro was in the wrong place |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | sslc does not currently support RAND_egd or RAND_status |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | in sslc PEM_F_DEF_CALLBACK == PEM_F_DEF_CB |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | 2nd arg to SSL_set_cipher_list in sslc is char * |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | sslc 1.x SSL_set_verify only takes 2 args |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | sslc does not currently implement an SSL_set_state... |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | sslc adds a second, unused param to X509_verify_cert |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | sslc does not have a safestack.h, implement a minimal... |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | some compat macros for sslc 1.x |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | moving OpenSSL+sslc compat foo to ssl_toolkit_compat.h |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | 3rd arg of BIO callbacks in 'const char' in OpenSSL... |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | OpenSSL uses void * for callback data, sslc uses char *, |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | add modssl_session_get_time() function to give mod_ssl... |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | another step towards compatiblity with rsa sslc: |
commit | commitdiff | tree |
2002-03-27 |
Doug MacEachern | configure already checks OpenSSL version so dont bother... |
commit | commitdiff | tree |
2002-03-26 |
Doug MacEachern | note about the temporary DH keys |
commit | commitdiff | tree |
2002-03-26 |
Doug MacEachern | a few updates |
commit | commitdiff | tree |
2002-03-26 |
Doug MacEachern | per-dir SSLCACertificate{File,Path} cannot use SSL_CTX_... |
commit | commitdiff | tree |
2002-03-26 |
Doug MacEachern | constificationization of some char * config items |
commit | commitdiff | tree |
2002-03-26 |
Doug MacEachern | performance enhancement: mod_ssl config directives... |
commit | commitdiff | tree |
2002-03-26 |
Doug MacEachern | correct comment in previous change |
commit | commitdiff | tree |
2002-03-26 |
Doug MacEachern | PR: |
commit | commitdiff | tree |
2002-03-22 |
Jeff Trawick | the mod_ssl provided with Apache >= 2.0 no longer has... |
commit | commitdiff | tree |
2002-03-18 |
Cliff Woolley | Fix a possibly-uninitialized warning and a boolean... |
commit | commitdiff | tree |
2002-03-18 |
Cliff Woolley | Fix some possibly-uninitialized warnings and some incor... |
commit | commitdiff | tree |
2002-03-17 |
William A.... | Clear up a const warning, and recognize some arrays... |
commit | commitdiff | tree |
2002-03-17 |
William A.... | Fix a signedness emit based on session_id_length... |
commit | commitdiff | tree |
2002-03-16 |
William A.... | Lost the prior log message ... [this is an empty... |
commit | commitdiff | tree |
2002-03-16 |
William A.... | PR: |
commit | commitdiff | tree |
2002-03-16 |
William A.... | Silly module, we don't need compat.h :) |
commit | commitdiff | tree |
2002-03-15 |
Doug MacEachern | get rid of some -Wall warnings |
commit | commitdiff | tree |
2002-03-15 |
Doug MacEachern | remove stray log message (from madhu) |
commit | commitdiff | tree |
2002-03-14 |
Doug MacEachern | PR: |
commit | commitdiff | tree |
2002-03-14 |
Jeff Trawick | deal with the rename of kill_after_timeout to APR_KILL_... |
commit | commitdiff | tree |
2002-03-14 |
Doug MacEachern | fix comment |
commit | commitdiff | tree |
2002-03-14 |
Doug MacEachern | PR: |
commit | commitdiff | tree |
2002-03-13 |
Roy T. Fielding | Update our copyright for this year. |
commit | commitdiff | tree |
2002-03-13 |
Doug MacEachern | use ssl_asn1_keystr |
commit | commitdiff | tree |
2002-03-13 |
Doug MacEachern | add ssl_asn1_keystr() util function that returns string... |
commit | commitdiff | tree |
2002-03-13 |
Doug MacEachern | use ssl_asn1_table_keyfmt() function and only format... |
commit | commitdiff | tree |
2002-03-13 |
Doug MacEachern | use ssl_asn1_table_keyfmt() function |
commit | commitdiff | tree |
next |