]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/history - src
Disable RC4.
[tlsproxy/tlsproxy.git] / src /
2011-09-17 Simon Ruderichsrc/connection.c: Move code to get proxy certificate...
2011-09-08 Simon Ruderichsrc/connection.c: Reduce calls to gnutls_record_get_max...
2011-09-06 Simon Ruderichsrc/*.c: Minor documentation updates.
2011-09-06 Simon Ruderichsrc/log.c: Fix build without DEBUG.
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 Ruderichsrc/connection.c: Remove unnecessary check.
2011-03-22 Simon Ruderichsrc/tlsproxy.c: Initialize done with 0 for clarity.
2011-03-22 Simon RuderichMinor whitespace fixes.
2011-03-22 Simon RuderichMinor source comment fixes.
2011-03-16 Simon Ruderichsrc/tlsproxy.h: Prepend global_ to tls_priority_cache...
2011-03-16 Simon Ruderichsrc/connection.c: Send HTML in error messages.
2011-03-15 Simon RuderichAdd -u option to pass through unknown hostnames.
2011-03-15 Simon Ruderichsrc/tlsproxy.c: Add missing htonl() for INADDR_ANY.
2011-03-15 Simon RuderichAdd ./configure --disable-ipv6 to use IPv4 only.
2011-03-11 Simon Ruderichsrc/tlsproxy.c: Only handle SIGINT in DEBUG mode.
2011-03-11 Simon Ruderichsrc/tlsproxy-add: Add, adds server certificates to...
2011-03-11 Simon Ruderichsrc/tlsproxy-setup: Print message when done.
2011-03-11 Simon Ruderichsrc/Makefile.am: Distribute tlsproxy-setup.
2011-03-11 Simon Ruderichsrc/tlsproxy-setup.sh: Rename to tlsproxy-setup.
2011-03-11 Simon Ruderichsrc/tlsproxy.c: Fix error message.
2011-03-11 Simon Ruderichsrc/connection.c: Fix memory leak in initialize_tls_ses...
2011-03-11 Simon Ruderichsrc/tlsproxy-setup.sh: Add. Creates files to use tlsproxy.
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: Finish the TLS connection instead...
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-08 Simon Ruderichsrc/tlsproxy.c: Ignore SIGPIPEs.
2011-03-07 Simon Ruderichsrc/connection.c: Align WARNING (now "WARN ") in log_me...
2011-03-07 Simon Ruderichsrc/connection.c: Close connections only in one place.
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/tlsproxy.c: Fix missing -t in print_usage().
2011-03-07 Simon Ruderichsrc/connection.c: Fix switched variables in read_from_w...
2011-03-07 Simon Ruderichsrc/connection.c: Add missing close() in handle_connect...
2011-03-07 Simon Ruderichsrc/connection.c: Minor source comment fixes.
2011-03-07 Simon Ruderichsrc/*.c: Always use constants on the left in comparisons.
2011-03-07 Simon Ruderichsrc/tlsproxy.c: Improve command line argument error...
2011-03-07 Simon Ruderichsrc/*: Cleanup includes.
2011-03-07 Simon Ruderichsrc/*: Split src/tlsproxy.c in several files.
2011-03-06 Simon Ruderichsrc/tlsproxy.c: Add thread support.
2011-03-06 Simon Ruderichsrc/tlsproxy.c: Fix wrong timeout for poll(), -1 is...
2011-03-05 Simon Ruderichsrc/tlsproxy.c: Fix possible warning.
2011-03-05 Simon RuderichSwitch to GNU autotools.