]> granicus.if.org Git - apache/history - modules/ssl/ssl_engine_init.c
fix logic from last commit, need to always try importing _both_ rsa
[apache] / modules / ssl / ssl_engine_init.c
2002-03-28 Doug MacEachernfix logic from last commit, need to always try importin...
2002-03-28 Doug MacEachernfold some duplication into generic ssl_server_import_ke...
2002-03-28 Doug MacEachernfold some duplication into generic ssl_server_import_ce...
2002-03-28 Doug MacEachernmove server cert checking into generic ssl_check_public...
2002-03-28 Doug MacEachernmove server specific init config checks into ssl_init_c...
2002-03-28 Doug MacEachernbreak out certificate chain initialization into
2002-03-28 Doug MacEachernthere is a heaping pile of:
2002-03-27 Doug MacEachernbreak out certificate revocation list initialization...
2002-03-27 Doug MacEachernbreak out cipher suite initialization into ssl_init_cip...
2002-03-27 Doug MacEachernmove warning about session cache not being configured...
2002-03-27 Doug MacEachernbreak out SSL_CTX session initialization into
2002-03-27 Cliff Woolley"Oops" has two o's in it. :)
2002-03-27 Doug MacEachernbreak SSL_CTX initialization into ssl_init_ctx function
2002-03-27 Doug MacEachern(starting to break apart the init code into smaller...
2002-03-17 William A. Rowe Jr Clear up a const warning, and recognize some arrays...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-13 Doug MacEachernuse ssl_asn1_keystr
2002-03-13 Doug MacEachernuse ssl_asn1_table_keyfmt() function and only format...
2002-03-13 Doug MacEacherncouple o minor style/log fixos
2002-03-13 Doug MacEachernuse ptemp in ssl_init_FindCAList() rather than creating...
2002-03-13 Doug MacEachernswitch to ptemp pool for ssl_pphrase_Handle
2002-03-13 Doug MacEachernonly call: ssl_rand_seed(s, p, SSL_RSCTX_STARTUP, ...
2002-03-13 Doug MacEachernminor ssl_init_CheckServers() enhancements:
2002-03-13 Doug MacEachernfolding more duplication in ssl_tmp_keys_init
2002-03-12 Doug MacEachernfor the sake of readablity,
2002-03-12 Doug MacEachernsplit ssl_init_TmpKeysHandle function to init/free...
2002-03-12 Doug MacEachernit is not required that temporary keys survive restarts...
2002-03-12 Doug MacEachernremove call to legacy X509V3_add_standard_extensions...
2002-03-12 Doug MacEachernremoving unused ssl_init_ChildKill
2002-03-12 Doug MacEachernmaking ssl_init_SSLLibrary() static
2002-03-12 Doug MacEacherncleanup version component construction.
2002-03-12 Doug MacEacherndropping hungarian notation
2002-03-12 Doug MacEachernvarious style fixups / general changes to make code...
2002-03-01 Cliff WoolleyConsensus is that we should not use the scoreboard...
2002-02-28 Doug MacEachernremove an XXX: we already do CRYPTO_set_locking_callbac...
2002-02-28 Doug MacEachernremove #ifdef SHARED_MODULE around ssl library cleanup...
2002-02-28 Doug MacEachernmove SSL_load_client_CA_file() comment to where we...
2002-02-28 Doug MacEachernvarious SSLCACertificatePath fixes:
2002-02-28 Doug MacEachernplug leak in ssl_init_FindCAList() where return value of
2002-02-28 Doug MacEachernfold some duplication within ssl_init_FindCAList()...
2002-02-28 Doug MacEachernneed to free X509_NAME duplicates already found in...
2002-02-28 Doug MacEachernneed to free the stacks returned by calls to SSL_load_c...
2002-02-28 Doug MacEacherncontrary to what comments say, DH* returned from ssl_dh...
2002-02-28 Doug MacEachernneed to free sc->pRevocationStore at shutdown
2002-02-28 Doug MacEachernswitch SSLModConfigRec.tPublicCert to ssl_asn1_table...
2002-02-28 Doug MacEachernswitch SSLModConfigRec.tPrivateKey to ssl_asn1_table...
2002-02-28 Doug MacEachernadd ssl_asn1_table_get() wrapper and change ssl_init_Tm...
2002-02-28 Doug MacEachernmod_ssl was "leaking" on restart since mc->tTmpKeys...
2002-02-27 Doug MacEachernchanging mod_ssl to do a full startup/teardown on each...
2002-02-25 Cliff WoolleyForward port of changes in mod_ssl for Apache 1.3 up...
2002-02-16 Justin ErenkrantzIf the file specified by SSLMutex cannot be created...
2002-01-11 William A. Rowe Jr The mutex must be pool-managed, not ssl managed....
2002-01-10 Doug MacEachern mod_ssl adjustments to help with using toolkits other...
2002-01-09 Doug MacEacherncall ssl_mutex_kill() during module cleanup
2001-11-29 Doug MacEachernmove srand() call from ssl_rand_choosenum() to ssl_init...
2001-11-29 Doug MacEacherncall getpid() once at child init and save in the SSLMod...
2001-11-28 Doug MacEacherncalculate VHostID length at startup rather than request...
2001-11-28 Doug MacEachernavoid calling ssl_util_vhostid() (and apr_sprintf under...
2001-11-24 Doug MacEacherndon't bother setting the ssl info callback unless SSLLo...
2001-11-23 Ian HolsmanModify post_config hook so that it can return a error,
2001-11-21 Doug MacEachernget rid of SSL_get_app_data2_idx() which had a race...
2001-11-20 Aaron BannertGets us compiling again on FreeBSD. Adds conditional...
2001-08-24 Doug MacEachernforce OpenSSL to ignore process local-caching and to...
2001-08-24 Doug MacEachernthese #ifs were really confusing emacs indentation...
2001-08-24 Doug MacEachernImplement CRYPTO_set_locking_callback() for mod_ssl
2001-08-23 William A. Rowe Jr Add some appropriate constness to the config
2001-08-02 William A. Rowe Jr Adapt to changed declaration of apr_pool_sub_make()
2001-07-31 William A. Rowe Jrenables the use of the ssl_var_lookup functionality...
2001-07-19 Ralf S. EngelschallApply mod_ssl MEGA porting patch. This is a cleaned...
2001-05-05 Ralf S. EngelschallPort ssl_util.c stuff to APR.
2001-05-05 Ralf S. EngelschallAxe most WIN32 stuff from Apache 1.3. In Apache 2.0...
2001-05-05 Ralf S. EngelschallAxe out EAPI-based SSL_VENDOR stuff.
2001-05-05 Ralf S. EngelschallNext step in mod_ssl integration:
2001-05-04 Ralf S. Engelschallmod_ssl integration step 2:
2001-05-04 Ralf S. EngelschallInitial revision