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 |
2002-03-13 |
Doug MacEachern | add ssl_asn1_table_keyfmt() function for clarity |
commit | commitdiff | tree |
2002-03-13 |
Doug MacEachern | PR: |
commit | commitdiff | tree |
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 |
next |