]> granicus.if.org Git - apache/history - modules/ssl/mod_ssl.c
Extend mod_status output to include SSL session cache status
[apache] / modules / ssl / mod_ssl.c
2003-11-25 Joe OrtonExtend mod_status output to include SSL session cache...
2003-11-16 Justin ErenkrantzSync with APR-util deprecated functions.
2003-10-30 Joe OrtonFix missing human-readable error information in SSL...
2003-08-12 Cliff WoolleyMake mod_ssl consistent with itself when you have a...
2003-06-24 William A. Rowe Jr Narrow the scope of several OPENSSL-specific setup...
2003-06-17 William A. Rowe Jr Reaction to Jeff Trawick's observations that we are...
2003-06-11 William A. Rowe Jr OPENSSL_load_builtin_modules -appears- to have been...
2003-06-02 William A. Rowe Jr The right patch (thanks to Eric for identifying the...
2003-05-31 Justin ErenkrantzRevert revision 1.81 which called non-existent SSL_load...
2003-05-30 William A. Rowe Jr OpenSSL_add_all_algorithms is simply an alias for...
2003-05-30 William A. Rowe Jr Solve a pretty horrific bug in SSLCryptoDevice and...
2003-05-19 William A. Rowe Jr Roll away the SSL_EXPERIMENTAL_ENGINE test in favor...
2003-02-23 Jim JagielskiRight now SSLMutex is bogus. It just uses APR_LOCK_DEFA...
2003-02-03 André Malofinished that boring job:
2003-01-13 William A. Rowe Jr After introducing tests in the cmds, we lose the...
2002-12-14 William A. Rowe Jr After some productive feedback and no negative feedba...
2002-11-05 William A. Rowe Jr Merge the last of the 'filtering' functions into...
2002-10-29 William A. Rowe Jr Close several small leaks in SSL.
2002-10-14 Ryan BloomThis stuff shouldn't have been committed. This is...
2002-10-11 Ryan BloomFix a compile of compiler warnings. I don't know how...
2002-09-15 Justin ErenkrantzRemove warnings seen with Sun's Forte compiler.
2002-06-04 Ryan BloomRemove all special mod_ssl URIs. This also fixes the...
2002-05-17 Jeff Trawickstop using APLOG_NOERRNO in calls to ap_log_[pr]error()
2002-05-16 Justin ErenkrantzRemove SSLLog and SSLLogLevel directives in favor of...
2002-05-16 Justin ErenkrantzChange mod_ssl from using ssl_log() to ap_log_error().
2002-05-15 Justin ErenkrantzStop using SSL_ADD_SSLERR option in ssl_log() and repla...
2002-04-30 Cliff WoolleyRevert optimization from circa 2.0.34 that caused very...
2002-04-07 Doug MacEachernfix ProxyPass when frontend is https and backend is...
2002-04-02 Doug MacEachernPR:
2002-03-30 Doug MacEachernadd SSLProxyCARevocation{File,Path} directives to suppo...
2002-03-29 Doug MacEachernadd SSLProxyEngine directive. this was not required...
2002-03-29 Doug MacEachernremoving old proxy extension code
2002-03-29 Doug MacEachernin proxy mode we need to SSL_connect rather than SSL_ac...
2002-03-29 Doug MacEachernadd optional function (ssl_proxy_enable) to turn on...
2002-03-29 Doug MacEachernuse ssl_cmd_verify_parse for SSLProxyVerify directive...
2002-03-29 Doug MacEachernenable proxy directives
2002-03-28 Doug MacEachernbreakup SSLSrvConfigRec in preparation for proxy support:
2002-03-28 Doug MacEachernde-hungarian-ize server config member names which are...
2002-03-26 Doug MacEachernper-dir SSLCACertificate{File,Path} cannot use SSL_CTX_...
2002-03-13 Roy T. FieldingUpdate our copyright for this year.
2002-03-12 Doug MacEachernminor performance enhancement: no need to use md5 of...
2002-03-12 Doug MacEacherndropping hungarian notation
2002-03-12 Doug MacEachernminor style changes
2002-03-10 Doug MacEachernno need to call SSL_clear() after SSL_new()
2002-03-10 Doug MacEacherndon't allocate SSLConnRec unless ssl is enabled on...
2002-02-27 William A. Rowe Jr Introduce the PassPhraseDialog 'pipe' mechanism.
2002-02-05 Ryan BloomRemove the install_transport_filters hook. The same...
2002-01-28 Aaron BannertThe pre_config hook now takes a return value. This...
2001-11-29 Doug MacEachernthe client cert X509_NAME_oneline() is only used if...
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-28 Doug MacEachernreplace strlen(cpVHostMD5) with MD5_DIGESTSIZE*2 in...
2001-11-28 Doug MacEachernremove unused ssl::handshake::timeout references
2001-11-22 Doug MacEachernavoid a couple of calls to ssl_util_vhostid() and apr_p...
2001-11-22 Doug MacEachernget rid of 'apctx' table that used to live in SSL_get_a...
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::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-08-30 Doug MacEacherndont block when handling non-ssl request
2001-08-27 Ryan BloomAllow mod_ssl to send back an error message if an HTTP...
2001-08-24 Doug MacEachernenable i/o debugging
2001-08-24 Doug MacEachernsupport "SSLVerifyClient optional_no_ca"
2001-08-23 Doug MacEachernprevent double lookup of ssl::verify::error
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 Doug MacEachernremove #if 0-ed ssl_hook_NewConnection code; was only...
2001-08-22 Doug MacEachernmove some code duplication into ssl_abort() function
2001-08-22 Doug MacEachernEnable ssl client authentication at SSL_accept time
2001-08-22 William A. Rowe Jr Explicitly fix some types, and opt-out on macro conflicts
2001-08-21 Doug MacEachernand swap Auth/UserCheck names to match the hook names...
2001-08-21 Doug MacEachernauthentication/authorization hooks were backwards
2001-08-20 Doug MacEachernremove unused ssl_io_ functions
2001-08-20 Doug MacEachernremove some unused hook code
2001-08-16 Doug MacEachernat least make a note of SSL_R_HTTP_REQUEST error (until...
2001-08-16 Doug MacEachernif ssl shutdown happens earlier than expected, filter...
2001-08-16 Doug MacEachernenable ssl Translate, UserCheck, Access and Auth hooks
2001-07-31 William A. Rowe Jrenables the use of the ssl_var_lookup functionality...
2001-07-31 William A. Rowe Jr Activate ssl_hook_pre_config
2001-07-30 William A. Rowe Jr Register for %X, %c (we gotta make a decision, please...
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 Doug MacEacherndummy ssl hooks need to return an int value for server...
2001-05-14 Martin KraemerFix typos
2001-05-05 Ralf S. EngelschallChange mostly all old module structure hooks and EAPI...
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