]> sjero.net Git - wget/history - src/openssl.c
[svn] Move extern declarations to .h files.
[wget] / src / openssl.c
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...