]> sjero.net Git - wget/history - src/openssl.c
Only warn of attack if the hostname would have matched.
[wget] / src / openssl.c
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...