]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/history - src/tlsproxy.h
Set GnuTLS priority string with new constant PROXY_TLS_PRIORITIES.
[tlsproxy/tlsproxy.git] / src / tlsproxy.h
2013-08-12 Simon RuderichSet GnuTLS priority string with new constant PROXY_TLS_...
2013-08-08 Simon RuderichRename *_SERVER_CERT_FORMAT to *_SERVER_CERT_FILE_FORMAT.
2013-08-08 Simon RuderichRename http_digest_authorization to global_http_digest_...
2013-08-08 Simon RuderichUse pre-generated Diffie-Hellman parameters.
2013-08-08 Simon RuderichRename *_FILE constants to *_PATH.
2013-07-29 Simon RuderichAdd basic digest authentication (-a option).
2013-07-28 Simon Ruderichtlsproxy.h: Sort includes.
2013-07-28 Simon RuderichMinor documentation updates.
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-03-16 Simon Ruderichsrc/tlsproxy.h: Prepend global_ to tls_priority_cache...
2011-03-15 Simon RuderichAdd -u option to pass through unknown hostnames.
2011-03-11 Simon Ruderichsrc/connection.c: Use "invalid" certificate when the...
2011-03-10 Simon RuderichVerify the server certificate against a stored copy.
2011-03-10 Simon Ruderichsrc/connection.c: Move path related defines to tlsproxy.h.
2011-03-10 Simon Ruderichsrc/: Move log related functions/defines to log.[hc].
2011-03-08 Simon RuderichIntercept TLS connections between client and server.
2011-03-07 Simon Ruderichsrc/: Improve debug output/logging.
2011-03-07 Simon Ruderichsrc/: Prefix all global variables with global_.
2011-03-07 Simon Ruderichsrc/*: Cleanup includes.
2011-03-07 Simon Ruderichsrc/*: Split src/tlsproxy.c in several files.