]> granicus.if.org Git - apache/history - modules/ssl/mod_ssl.h
de-hungarian-ize server config member names which are going to stay
[apache] / modules / ssl / mod_ssl.h
2002-03-28 Doug MacEachernde-hungarian-ize server config member names which are...
2002-03-28 Doug MacEachernreorder a bit of the server config structure, moving...
2002-03-28 Doug MacEachernthere is a heaping pile of:
2002-03-27 Doug MacEachern"new" is a c++ keyword; s/new/mrg/g in config merge...
2002-03-27 Doug MacEachernbringing back MOD_SSL_VERSION macro, define it to AP_SE...
2002-03-27 Doug MacEachernmove prototype for modssl_session_get_time to ssl_util_...
2002-03-27 Doug MacEachernsslc 1.x does not have an x509v3.h
2002-03-27 Doug MacEachernmoving OpenSSL+sslc compat foo to ssl_toolkit_compat.h
2002-03-27 Doug MacEachern3rd arg of BIO callbacks in 'const char' in OpenSSL...
2002-03-27 Doug MacEachernadd modssl_session_get_time() function to give mod_ssl...
2002-03-27 Doug MacEachernanother step towards compatiblity with rsa sslc:
2002-03-27 Doug MacEachernconfigure already checks OpenSSL version so dont bother...
2002-03-26 Doug MacEachernper-dir SSLCACertificate{File,Path} cannot use SSL_CTX_...
2002-03-26 Doug MacEachernconstificationization of some char * config items
2002-03-22 Jeff Trawickthe mod_ssl provided with Apache >= 2.0 no longer has...
2002-03-17 William A. Rowe Jr Clear up a const warning, and recognize some arrays...
2002-03-14 Doug MacEachernPR:
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-13 Doug MacEachernadd ssl_asn1_keystr() util function that returns string...
2002-03-13 Doug MacEachernadd ssl_asn1_table_keyfmt() function for clarity
2002-03-13 Doug MacEachernuse ptemp in ssl_init_FindCAList() rather than creating...
2002-03-13 Doug MacEachernremove obsolete ssl_ds_{table,array} api
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 version checks for using EGD
2002-03-12 Doug MacEachernwe require OpenSSL 0.9.6+
2002-03-12 Doug MacEachernmaking ssl_init_SSLLibrary() static
2002-03-12 Doug MacEachernadd SSL_VERIFY_PEER_STRICT shortcut for often used...
2002-03-08 Doug MacEachernremove unused ap_server_ctx member from SSLSrvConfigRec
2002-03-01 Doug MacEacherns/const void/const char/g in ssl_asn1_table api
2002-03-01 Cliff WoolleyConsensus is that we should not use the scoreboard...
2002-02-28 Doug MacEachernreuse vhost keys for asn1 tables where keys are allocat...
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 William A. Rowe Jr Introduce the PassPhraseDialog 'pipe' mechanism.
2002-02-27 Doug MacEachernchanging mod_ssl to do a full startup/teardown on each...
2002-02-27 Ryan BloomGrrrrr..... We should really use the correct line...
2002-02-25 Cliff WoolleyForward port of changes in mod_ssl for Apache 1.3 up...
2002-01-18 Doug MacEachernmove OpenSSL specific SSL_{get,set}_state macros to...
2002-01-17 Doug MacEachernrewrite of mod_ssl input filter for better performance...
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 MacEachernget SSLPassPhraseDialog exec: working by passing the...
2001-11-29 Doug MacEachernthe client cert X509_NAME_oneline() is only used if...
2001-11-29 Doug MacEachernget rid of ssl_log_applies() function. it does more...
2001-11-29 Doug MacEachernfix for last change that removed ssl_util_getmodconfig():
2001-11-29 Doug MacEachernssl_util_getmodconfig() and ssl_util_getmodconfig_ssl...
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-23 Ian HolsmanModify post_config hook so that it can return a error,
2001-11-22 Doug MacEachernavoid a couple of calls to ssl_util_vhostid() and apr_p...
2001-11-22 Doug MacEachernoptimize lookup of ssl-{unclean,accurate}-shutdown...
2001-11-22 Doug MacEachernremove AP_CTX_* macros which are no longer used
2001-11-22 Doug MacEachernmove c->notes.ssl::verify::depth to SSLConnRec.verify_depth
2001-11-21 Doug MacEachernmove c->notes.ssl::verify::{info,error} to SSLConnRec...
2001-11-21 Doug MacEachernmove c->notes.ssl::flag::{unclean,accurate}-shutdown...
2001-11-21 Doug MacEachernmove c->notes.ssl::client::dn to SSLConnRec.client_dn
2001-11-21 Doug MacEachernstart moving c->notes usage to a new SSLConnRec structu...
2001-10-11 Justin ErenkrantzThis is the mod_ssl input filtering rewrite. Lots...
2001-09-10 William A. Rowe Jr I don't seriously expect this solves the segfault...
2001-08-24 Doug MacEachernImplement CRYPTO_set_locking_callback() for mod_ssl
2001-08-24 Doug MacEachernsupport "SSLVerifyClient optional_no_ca"
2001-08-23 William A. Rowe Jr Add some appropriate constness to the config
2001-08-23 Doug MacEachernregister ssl_var_lookup() as an optional function
2001-08-23 William A. Rowe Jr Complete the rename of the ssl_scache_status_register and
2001-08-22 William A. Rowe Jr Remove a ton o' cruft. Moves the mod_log_config...
2001-08-22 Martin KraemerUse uniform wrapping for unistd.h, and don't include...
2001-08-20 Doug MacEachernremove unused ssl_io_ functions
2001-08-20 Ryan BloomAdd the openssl/include/openssl directory to the INCLUD...
2001-07-31 William A. Rowe Jr Missed a small bit
2001-07-30 William A. Rowe Jr Register for %X, %c (we gotta make a decision, please...
2001-07-19 William A. Rowe Jr Take care of folk's assert() undefined errors.
2001-07-19 William A. Rowe Jr Since mpm.h wraps unixd.h and scoreboard.h nicely...
2001-07-19 William A. Rowe Jr Workaround till connection_hook details are resolved
2001-07-19 Ralf S. EngelschallApply mod_ssl MEGA porting patch. This is a cleaned...
2001-07-17 Ralf S. EngelschallMerge in part II of a set of mod_ssl porting changes.
2001-06-28 William A. Rowe Jr One cannot have an entirely empty struct ... this...
2001-05-05 Ralf S. EngelschallPort ssl_util.c stuff to APR.
2001-05-05 Ralf S. EngelschallPort ssl_util_ssl.[ch] stuff to APR.
2001-05-05 Ralf S. EngelschallUse different namespace for internal defines.
2001-05-05 Ralf S. EngelschallPort ssl_engine_ds.c to APR.
2001-05-05 Ralf S. EngelschallKick out all old mutex code and base SSLMutex on APR...
2001-05-05 Ralf S. EngelschallChange mostly all old module structure hooks and EAPI...
2001-05-05 Ralf S. EngelschallAxe most WIN32 stuff from Apache 1.3. In Apache 2.0...
2001-05-05 Ralf S. EngelschallAxe out SSL_CONSERVATIVE stuff which for Apache 1.3...
2001-05-05 Ralf S. EngelschallAxe out SSL_USE_SDBM stuff, i.e., get rid of the local...
2001-05-05 Ralf S. EngelschallAxe out the complete SSL_COMPAT stuff. Because Apache...
2001-05-05 Ralf S. EngelschallAxe out EAPI-based SSL_VENDOR stuff.
2001-05-05 Ralf S. EngelschallActivate the command_rec structure.
2001-05-05 Ralf S. EngelschallIntegrate mod_ssl into the Autoconf facility.
2001-05-04 Ralf S. Engelschallmod_ssl integration step 2:
2001-05-04 Ralf S. EngelschallInitial revision