aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Nikos Mavrogiannopoulos 2010-07-01 03:09:56 +0200
committerGravatar Nikos Mavrogiannopoulos 2010-07-01 03:09:56 +0200
commitae233c2446cd31680dd53616ab8882427e861ebc (patch)
tree681d5b28d283c5ea2d8248d16d5ce23dc27df165 /NEWS
parent7b3e5de119e3a435c062d48295a227a3ff673f24 (diff)
Added option to turn on/off session tickets.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d7bb44f..d5b68b6 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,8 @@
8- Added support for session tickets. This allows a 8- Added support for session tickets. This allows a
9 server to avoid using a session cache and still support 9 server to avoid using a session cache and still support
10 session resumption. This is at the cost of transporting 10 session resumption. This is at the cost of transporting
11 session data during handshake. 11 session data during handshake. New option
12 GnuTLSSessionTickets [on|off]
12 13
13- Depend on gnutls 2.10.0 to force support for safe 14- Depend on gnutls 2.10.0 to force support for safe
14 renegotiation. 15 renegotiation.
d>Gravatar Paul Querna 2005-09-25 * start the CA Certificate code.Gravatar Paul Querna 2005-05-24 * - add lua to do client verificationGravatar Paul Querna 2005-05-17 * Refactor finding the correct server record to fix resumed sessions.0.2.00.2.xGravatar Paul Querna 2005-04-25 * apr_table_setn doesn't copy the data. oops.Gravatar Paul Querna 2005-04-24 * We already have a Certificate, use it directly. With SNI, GnuTLS doesn't pro...Gravatar Paul Querna 2005-04-24 * if there aren't any certs.. still set something.Gravatar Paul Querna 2005-04-24 * add SSL_SERVER_S_DN and SSL_SERVER_I_DN Gravatar Paul Querna 2005-04-24 * - move hooks to gnutls_hooks.cGravatar Paul Querna 2005-04-24 * move config functions to their own file. Gravatar Paul Querna 2005-04-24 * - remove more debug logging.Gravatar Paul Querna 2005-04-22 * client auth is sort of working.Gravatar Paul Querna 2005-04-22 * working SNI. Not so working Client Cert support.Gravatar Paul Querna 2005-04-21 * include support for 2.0.xxGravatar Paul Querna 2005-04-08 * wrap the debug log in maintainer mode.Gravatar Paul Querna 2005-04-08 * - remove anno credsGravatar Paul Querna 2005-04-06 * checkpoint the work so far. The DBM cache needs a little more work.Gravatar Paul Querna 2005-04-05 * - make memcahe optionalGravatar Paul Querna 2005-04-04 * use apr to parse hostnames..Gravatar Paul Querna 2004-12-12 * working support for a ssl session cache via memcached.Gravatar Paul Querna 2004-12-10 * add check for apr_memcacheGravatar Paul Querna 2004-12-09 * fixes and stuff that i should of already committed.Gravatar Paul Querna 2004-12-09 * re-order the cipher types.Gravatar Paul Querna 2004-12-06 * setting proper ignores.Gravatar Paul Querna 2004-12-02 * adding autofoo for memcache supportGravatar Paul Querna 2004-12-02 * hey hey, this is working code!Gravatar Paul Querna 2004-12-02 * input and output filtersGravatar Paul Querna 2004-09-28 * rename structures.Gravatar Paul Querna 2004-09-27 * break up the IO functions into their own fileGravatar Paul Querna 2004-09-27 * commit before i move everything around