]> sjero.net Git - wget/history - src/openssl.c
Fix build when libpsl is not available
[wget] / src / openssl.c
2014-05-30 Darshit ShahWhitespace and formatting changes.(Aesthetic only)
2014-05-12 Tim RuehsenFix compiler warnings
2013-09-07 Tim Ruehsenadded PFS to --secure-protocol
2013-07-12 Karsten HoppFix timeout option when used with SSL
2012-06-04 Tim Ruehsen* fix a few little dissonances
2012-04-13 Phil PennockAdd support for TLS SNI
2011-10-23 Steven SchwedaFix some problems under VMS.
2011-08-26 Giuseppe ScrivanoSilent a compiler warning.
2011-05-15 Ray Satiroopenssl: Prevent loops on read errors.
2011-04-18 Giuseppe ScrivanoFix build error.
2011-04-13 Giuseppe Scrivanoopenssl: make openssl_peek non-blocking.
2011-04-11 Cristian Rodrwuezopenssl: Use SSLv2 only when available.
2011-04-04 Giuseppe Scrivanoopenssl: Retry to read if a non-blocking socket returns...
2011-04-04 Giuseppe ScrivanoEnsure FD_TO_SOCKET is defined under Windows.
2011-01-01 Giuseppe Scrivanomass change: update copyright years.
2010-12-01 Giuseppe ScrivanoRemove redundant guard.
2010-06-15 Giuseppe ScrivanoFix GNU TLS backend under Windows.
2010-05-08 Giuseppe ScrivanoMass update copyright years.
2010-05-07 Giuseppe ScrivanoUse always close as it is defined by gnulib on platform...
2010-01-14 Micah CowanFixed some mixed declarations-and-code.
2009-10-24 Petr PisarImplement support for subjectAltName fields in X509...
2009-09-22 Micah CowanAvoid reusing same buffer for successive quoted args.
2009-09-22 Micah Cowan[mq]: cfg-mk
2009-09-06 Micah CowanAutomated merge.
2009-09-05 Gisle VanemAdjustments for MSDOS.
2009-09-04 Micah CowanRan update-copyright.
2009-08-19 Micah CowanOnly warn of attack if the hostname would have matched.
2009-08-19 Joao FerreiraDetect NULs in common name.
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-26 Steven SchubigerFurther quote*()-related integrations in openssl.c.
2008-04-23 Micah CowanAllow combined cert/key once again.
2008-04-22 Micah CowanSteven Schweda's VMS patch.
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 openssl.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-18 Micah CowanMerging to reinstate autoreconf.
2007-10-15 Micah CowanAutomated merge.
2007-10-14 Micah CowanISSPACE -> c_isspace
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-09-28 Micah CowanGisle's MS-DOS support
2007-08-30 micah[svn] Backing out constification of SSL_METHOD *meth.
2007-08-27 micah[svn] Various small fixes, courtesy of Gisle Vanem...
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-08-26 hniksic[svn] Tell OpenSSL to renegotiate automatically (mode...
2005-07-07 hniksic[svn] Print separate error messages for frequent X509...
2005-07-04 hniksic[svn] Only allocate an error string on actual error.
2005-07-04 hniksic[svn] Separate SSL error messages with "; ".
2005-07-03 hniksic[svn] Correctly print SSL errors.
2005-07-02 hniksic[svn] Update FSF's address and copyright years.
2005-06-27 hniksic[svn] Move extern declarations to .h files.
2005-06-22 hniksic[svn] Use bool type for boolean variables and values.
2005-06-22 hniksic[svn] Define the IF_DEBUG macro.
2005-06-19 hniksic[svn] Remove K&R support.
2005-05-25 hniksic[svn] Minor doc. clarification.
2005-05-16 hniksic[svn] Only free cert when necessary.
2005-05-16 hniksic[svn] Print all issues with a certificate.
2005-05-14 hniksic[svn] Announce the beginning and the end of the SSL...
2005-05-13 hniksic[svn] Typo fix in comment.
2005-05-13 hniksic[svn] Typo fix.
2005-05-13 hniksic[svn] Document the code that decides whether "*" matche...
2005-05-11 hniksic[svn] Tell the user about --no-check-certificate.
2005-05-11 hniksic[svn] Always use SSL_VERIFY_NONE, so that the handshake...
2005-05-11 hniksic[svn] *** empty log message ***
2005-05-11 hniksic[svn] Support wildcards for matching of hosts against...
2005-05-10 hniksic[svn] Print certificate subject and issuer.
2005-05-10 hniksic[svn] Check for the server's identity after the SSL...
2005-05-09 hniksic[svn] Simplify cert. verification. Allow SSL_write...
2005-04-27 hniksic[svn] Add --random-file option. Bail out in case of...
2005-04-27 hniksic[svn] Allow separate specification of certificate type...
2005-04-26 hniksic[svn] Renamed src/gen_sslfunc.c to src/openssl.c and...