]> sjero.net Git - wget/history - src/openssl.c
[svn] Merge of fix for bugs 20341 and 20410.
[wget] / src / openssl.c
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...