]> granicus.if.org Git - apache/history - modules/ssl/mod_ssl.h
remove AP_CTX_* macros which are no longer used
[apache] / modules / ssl / mod_ssl.h
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