]> sjero.net Git - wget/history - src/gnutls.c
NEWS: cite --start-pos
[wget] / src / gnutls.c
2013-12-29 Tim Ruehsenfix GnuTLS connect timeout
2013-10-17 Tim Ruehsenbetter backport availability for PFS feature
2013-09-07 Tim RuehsenPFS runtime check
2013-09-07 Tim Ruehsenadded PFS to --secure-protocol
2013-08-09 Tim Ruehsengnutls: Prevent CA files from being loaded twice if...
2013-07-11 Tim Ruehsengnutls: honor connect timeout
2013-05-06 manchagnutls: do not abort on non-fatal alerts during handshake
2012-12-23 Tim Ruehsenfix --secure-protocol=SSLv2/SSLv3
2012-09-02 Tim Ruehsendon't error if CA directory is empty
2012-09-02 Tim Ruehsengnutls: deinit gnutls_x509_crt_t
2012-05-21 Tim Ruehsengnutls: honor the specified timeout value
2012-05-14 Tim Ruehsengnutls: do not call fcntl in a loop.
2012-05-13 Tim Ruehsengnutls: remove deprecated gnutls types.
2012-05-05 Tim RuehsenFix some compiler warnings.
2012-04-13 Phil PennockAdd support for TLS SNI
2012-04-07 Daniel Kahn GillmorEnable client certificates when GNU TLS is used.
2012-04-01 Giuseppe Scrivanognutls: Fix a memory leak.
2012-04-01 Giuseppe Scrivanognutls: do not access unitialized variable.
2012-02-23 Giuseppe Scrivanognutls: Remove two unused variables.
2011-11-04 Steven Schwedagnutls: fix memory leak.
2011-09-04 Christian JullienFix a build problem under solaris.
2011-08-30 Giuseppe ScrivanoFix some other problems with GNU TLS and non blocking...
2011-08-29 Giuseppe ScrivanoFix some problems with the GNU TLS backend and not...
2011-08-26 Giuseppe Scrivanognutls: Honor read timeout.
2011-08-11 Giuseppe Scrivanognutls: don't use gnutls_certificate_type_set_priority.
2011-08-10 Giuseppe ScrivanoFix a linker error on systems with an older gnutls...
2011-08-05 Giuseppe Scrivanognutls: do not use a deprecated function.
2011-04-24 Giuseppe ScrivanoFix GCC warnings.
2011-04-19 Giuseppe Scrivanognutls: use the blocking socket.
2011-04-17 Giuseppe ScrivanoUse correctly FIONBIO values.
2011-04-07 Giuseppe Scrivano Remove tight loop around gnutls_record_recv.
2011-04-07 Giuseppe ScrivanoAllow X509 v1 certificates.
2011-04-07 Ray Satirognutls: Check for the GNUTLS_E_AGAIN return code.
2011-04-07 Giuseppe ScrivanoFix a bug recently introduced in wgnutls_peek.
2011-04-03 Giuseppe ScrivanoFix build under Windows.
2011-04-03 Giuseppe ScrivanoMake wgnutls_peek non blocking.
2011-01-01 Giuseppe Scrivanomass change: update copyright years.
2010-12-01 Giuseppe ScrivanoRemove redundant guard.
2010-10-23 Giuseppe Scrivanognutls: Read correctly last chunk of data.
2010-10-23 Giuseppe Scrivanognutls: peek blocks until data is available.
2010-07-29 Giuseppe Scrivanognutls: Fix a problem with multiple peek read calls.
2010-07-05 Giuseppe ScrivanoThe GNU TLS backend loads default root certificates.
2010-07-03 Giuseppe ScrivanoHonor the --secure-protocol flag in the GNU TLS backend.
2010-06-15 Giuseppe ScrivanoFix GNU TLS backend under Windows.
2010-06-14 Giuseppe ScrivanoFix some problems with GNU TLS.
2010-05-08 Giuseppe ScrivanoMass update copyright years.
2010-05-07 Giuseppe ScrivanoUse always close as it is defined by gnulib on platform...
2009-09-22 Micah Cowan[mq]: cfg-mk
2009-09-04 Micah CowanRan update-copyright.
2009-07-05 Peter PisarTranslation fixes.
2009-07-04 Micah CowanAutomated merge.
2008-07-11 Micah CowanMerge current tip with CSS stuff.
2008-06-14 Micah CowanMerge build info with head.
2008-05-16 Micah CowanMerging heads.
2008-05-16 Micah CowanMerge getpass with quote, plus my NEWS entry.
2008-05-16 Micah CowanMerge quote module stuff with current mainline.
2008-04-25 Steven SchubigerFurther quote*()-related integrations in gnutls.c.
2008-04-22 Micah CowanMerging Ted Mielczarek's CSS changes with tip.
2008-04-20 Steven SchubigerUndo the USE_GNULIB_ALLOC defines.
2008-04-18 Steven SchubigerUse Gnulib's alloc functions throughout the source.
2008-04-16 Steven SchubigerUse Gnulib's quote function in gnutls.c.
2008-01-25 Micah CowanUpdated copyright year.
2007-12-08 Micah CowanMerge SFLC licensing changes for OpenSSL with tip.
2007-11-28 Micah CowanUpdated licensing exception for OpenSSL from the SFLC.
2007-10-19 Micah CowanEschew config-post.h.
2007-10-06 Micah CowanMerging with previous Makefile.in updates.
2007-10-05 Micah CowanAutomated merge with file:/home/micah/devel/wget/eleven
2007-10-03 Micah CowanMerge with mainline
2007-09-28 Micah CowanMerge from mainline
2007-09-28 Micah CowanUpdate copyright lists, conforming to maintainer guidelines
2007-08-03 micah[svn] Make indentation consistent (all-spaces, no tabs).
2007-07-10 micah[svn] Merge of fix for bugs 20341 and 20410.
2006-07-14 mtortonesi[svn] Added sanity checks for -k, -p, -r and -N when...
2005-07-07 hniksic[svn] Check for the validity of the presented X509...
2005-07-05 hniksic[svn] Add GnuTLS support.