]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/history - src/verify.c
Update copyright year.
[tlsproxy/tlsproxy.git] / src / verify.c
2014-01-02 Simon RuderichUpdate copyright year.
2013-08-10 Simon RuderichMinor source documentation updates.
2013-08-08 Simon RuderichRename *_SERVER_CERT_FORMAT to *_SERVER_CERT_FILE_FORMAT.
2013-08-08 Simon RuderichMinor documentation update.
2013-08-08 Simon Ruderichverify.c: Perform additional checks on server certificate.
2013-08-08 Simon Ruderichverify.c: Reorder validation checks.
2013-08-06 Simon RuderichRename DEBUG log level to DEBUG1.
2013-08-04 Simon RuderichFix indentation of LOG() calls.
2013-07-29 Simon RuderichAdd two assert()s.
2013-07-28 Simon RuderichRename log level constants from LOG_* to just *.
2013-07-28 Simon Ruderichverify.c: Move fclose() to prevent overwrite of errno.
2013-07-28 Simon Ruderichverify.c: Increase buffer size for server certificates.
2013-07-28 Simon RuderichSort #includes and remove unnecessary comments.
2013-07-28 Simon RuderichSimplify str(n)cmp() if conditions.
2013-07-28 Simon RuderichUse better readable order of arguments in if.
2013-01-15 Simon Ruderichsrc/*,tests/*: Update copyright year.
2012-03-11 Simon Ruderichsrc/connection.c,src/verify.c: Use a constant for path...
2012-03-11 Simon Ruderichsrc/*,tests/*: Update copyright year.
2011-09-17 Simon Ruderichsrc/verify.c: Better handle a missing proxy certificate.
2011-09-17 Simon RuderichRename server_certificate_path() to server_certificate_...
2011-09-17 Simon Ruderichsrc/verify.c: Remove duplicated code.
2011-09-17 Simon Ruderichsrc/connection.c: Move code to get proxy certificate...
2011-09-06 Simon RuderichCheck return value of snprintf().
2011-08-18 Simon RuderichImplement cleaner logging approach.
2011-03-23 Simon Ruderichsrc/verify.c: Print server certificate in case of an...
2011-03-22 Simon RuderichMinor whitespace fixes.
2011-03-22 Simon RuderichMinor source comment fixes.
2011-03-15 Simon RuderichAdd -u option to pass through unknown hostnames.
2011-03-10 Simon RuderichVerify the server certificate against a stored copy.