]> granicus.if.org Git - apache/history - modules/ssl/mod_ssl.h
XML updates.
[apache] / modules / ssl / mod_ssl.h
2016-05-07 Yann YlavicFollow up to r1740928: mod_ssl.h now needs http_config.h
2016-04-26 Yann Ylavicmod_proxy, mod_ssl: Handle SSLProxy* directives in...
2015-07-24 Stefan Eissingnew Protocols directive and core API changes to enable...
2015-04-29 Kaspar BrandFormatting and wording improvements for ALPN (no code...
2015-04-25 Kaspar BrandRemove NPN support and focus on ALPN (RFC 7301)
2015-03-31 Jim JagielskiALPN support, based on mod_spdy/mod_h2 patch set
2014-08-27 Joe OrtonOmitted from r1620926 in error.
2014-04-15 Jeff Trawickmod_ssl: Add hooks to allow other modules to perform...
2014-04-11 Jeff Trawickremove stray character in comment
2013-05-30 Joe Ortonmod_ssl: Redesign NPN (Next Protocol Negotiation) API...
2012-08-20 Guenter KnaufRemoved trailing semicolons from header also.
2012-05-01 Joe OrtonAdd support for TLS Next Protocol Negotiation:
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-09-16 David Reid- remove ssl_ext_lookup and replace it with ssl_ext_list
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-07-25 Joe Orton* modules/ssl/ssl_expr_eval.c (ssl_expr_eval_oid):...
2005-07-22 Martin KraemerAllow extraction of the values of SSL certificate exten...
2005-02-15 Joe Orton* modules/ssl/mod_ssl.h: Add ssl_ext_lookup optional...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-03-04 Joe Orton* modules/ssl/mod_ssl.h: Declare ssl_is_https optional...
2004-02-28 Joe OrtonMove mod_ssl-internal interfaces into ssl_private.h...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first check in
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-08 Joe Orton* modules/ssl/ssl_scache_dc.c: Add the Apache Software...
2004-01-08 Joe OrtonAdd support to mod_ssl for a distributed session cache...
2004-01-01 André Maloupdate license to 2004.
2003-11-26 Joe Orton* modules/ssl/mod_ssl.h: Remove prototypes for shmht.
2003-11-25 Joe OrtonExtend mod_status output to include SSL session cache...
2003-11-25 Joe OrtonRemove shmht session cache in favour of shmcb; shmht...
2003-08-12 Cliff WoolleyMake mod_ssl consistent with itself when you have a...
2003-07-14 Jeff Trawicknot valid to modify string pointed to by szCryptoDevice...
2003-06-20 Martin KraemerNeeded on EBCDIC systems
2003-06-07 Jeff TrawickUnix: Handle permissions settings for flock-based mutex...
2003-05-19 William A. Rowe Jr Roll away the SSL_EXPERIMENTAL_ENGINE test in favor...
2003-05-16 William A. Rowe Jr Why wouldn't this be a mod_ssl header?
2003-04-06 Justin ErenkrantzFurther breakage from r.1.131: MODSSL_INFO_CB_ARG_TYPE...
2003-04-06 Justin ErenkrantzFix compile breakage introduced in r1.131.
2003-04-05 William A. Rowe Jr Solve SSL-C breakage introduced in mod_ssl.h rev...
2003-04-04 Jeff Trawickget function prototypes for strcasecmp() and strncasecmp()
2003-04-04 Jeff TrawickFix a compile failure with recent OpenSSL and picky...
2003-04-03 William A. Rowe Jr Introduce a number of SSLC hints to mod_ssl, includin...
2003-03-29 Jim JagielskiBecause SSL's child init is run *after* we change uid...
2003-03-14 Madhusudan MathihalliOpenSSL should be included as "openssl/ssl.h" and not...
2003-02-23 Jim JagielskiRight now SSLMutex is bogus. It just uses APR_LOCK_DEFA...
2003-02-03 André Malofinished that boring job:
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-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-06-04 Ryan BloomRemove all special mod_ssl URIs. This also fixes the...
2002-06-04 William A. Rowe Jr The only remaining question ... are nested or strictl...
2002-05-16 Justin ErenkrantzRemove SSLLog and SSLLogLevel directives in favor of...
2002-05-15 Justin ErenkrantzStop using SSL_ADD_SSLERR option in ssl_log() and repla...
2002-04-09 Aaron BannertConvert mod_ssl to the new apr_global_mutex.h API and...
2002-04-07 Doug MacEachernPR: 7802
2002-04-07 Doug MacEachernfix ProxyPass when frontend is https and backend is...
2002-03-30 Doug MacEachernadd SSLProxyCARevocation{File,Path} directives to suppo...
2002-03-30 Doug MacEachernpass sc to myCtxConfig macro
2002-03-30 Doug MacEachernmake it possible for proxy to use CRL callback
2002-03-30 Doug MacEachernadd myCtxConfig macro
2002-03-30 Doug MacEachernimplement proxy client certificate callback
2002-03-30 Cliff WoolleyFix the version string. We want to end up with "mod_ss...
2002-03-29 Doug MacEachernadd SSLProxyEngine directive. this was not required...
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 MacEachernmoving cfgMerge macros to ssl_engine_config.c, they...
2002-03-28 Doug MacEachernremove unused cfgMerge{Table,Ctx} macros
2002-03-28 Doug MacEachernmoving protocol location
2002-03-28 Doug MacEachernbreakup SSLSrvConfigRec in preparation for proxy support:
2002-03-28 Doug MacEachernripping out some proxy stuff that isn't currently in...
2002-03-28 Doug MacEachernalready added configure check for SSL_set_cert_store
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...
next