]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/history - src
Fix flags parameter type of initialize_tls_session_both().
[tlsproxy/tlsproxy.git] / src /
2013-08-08 Simon RuderichFix flags parameter type of initialize_tls_session_both().
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-08 Simon RuderichReduce duplication in initialize_tls_session_both().
2013-08-08 Simon RuderichCheck library version with gnutls_check_version().
2013-08-08 Simon RuderichUse >%s< when logging bad requests.
2013-08-08 Simon RuderichRename http_digest_authorization to global_http_digest_...
2013-08-08 Simon RuderichAdd missing free(http_digest_authorization).
2013-08-08 Simon RuderichUse pre-generated Diffie-Hellman parameters.
2013-08-08 Simon RuderichRename slurp_file() to slurp_text_file().
2013-08-08 Simon RuderichUse gnutls_transport_set_int() if available.
2013-08-08 Simon RuderichRename *_FILE constants to *_PATH.
2013-08-08 Simon RuderichAdd initialize_tls_session_both() to reduce duplication.
2013-08-06 Simon RuderichAdd disabled debug functions for GnuTLS.
2013-08-06 Simon RuderichFix test-suite for recent gnutls-serv.
2013-08-06 Simon RuderichFix compile with --enable-debug.
2013-08-06 Simon RuderichFix compile with current GnuTLS versions.
2013-08-06 Simon RuderichRename DEBUG log level to DEBUG1.
2013-08-04 Simon RuderichReduce calls to LOG() in read_from_write_to() and read_...
2013-08-04 Simon RuderichFix indentation of LOG() calls.
2013-07-29 Simon RuderichAdd two assert()s.
2013-07-29 Simon RuderichDon't initialize static variables to 0.
2013-07-29 Simon RuderichUse memset() to zero sigaction struct.
2013-07-29 Simon RuderichCheck library functions for success values.
2013-07-29 Simon RuderichAdd basic digest authentication (-a option).
2013-07-29 Simon RuderichLog messages to stderr.
2013-07-29 Simon RuderichDon't display usage on errors.
2013-07-29 Simon RuderichPrepare HTTP_RESPONSE_FORMAT for additional headers.
2013-07-29 Simon RuderichSimplify functions reporting errors to the client.
2013-07-28 Simon RuderichRename log level constants from LOG_* to just *.
2013-07-28 Simon RuderichUse sem_del() to destroy semaphores.
2013-07-28 Simon Ruderichsem.c: Fix P() for negative start values.
2013-07-28 Simon RuderichDon't use fdopen(socket, "a+").
2013-07-28 Simon Ruderichtlsproxy.h: Sort includes.
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 Ruderichlog.c: Prevent intermingled output from multiple log_me...
2013-07-28 Simon Ruderichlog.c: Minor cleanup.
2013-07-28 Simon RuderichAdd missing fflush().
2013-07-28 Simon RuderichRemove function cast for worker_thread.
2013-07-28 Simon RuderichMinor code cleanup.
2013-07-28 Simon RuderichMinor documentation updates.
2013-07-28 Simon RuderichFix error handling for getaddrinfo().
2013-07-28 Simon RuderichSort #includes and remove unnecessary comments.
2013-07-28 Simon RuderichSimplify a few if conditions.
2013-07-28 Simon RuderichSimplify str(n)cmp() if conditions.
2013-07-28 Simon RuderichUse better readable order of arguments in if.
2013-07-12 Simon Ruderichtlsproxy-setup: Fix --sec-param for older certtool...
2013-04-12 Simon Ruderichsrc/tlsproxy-setup: Use --sec-param=high.
2013-04-12 Simon Ruderichsrc/tlsproxy-add,src/tlsproxy-setup: Increase expiry...
2013-04-12 Simon Ruderichsrc/tlsproxy-add,src/tlsproxy-setup: Cleanup.
2013-02-26 Simon Ruderichlog.c: Use one printf() instead of two in log_message().
2013-01-15 Simon Ruderichsrc/*,tests/*: Update copyright year.
2012-07-22 Simon Ruderichsrc/connection.c: Fix error check for gnutls_priority_s...
2012-03-11 Simon Ruderichsrc/tlsproxy.c: Display value of invalid options.
2012-03-11 Simon Ruderichsrc/connection.c,src/verify.c: Use a constant for path...
2012-03-11 Simon Ruderichsrc/tlsproxy.c: Display version in help and debug start...
2012-03-11 Simon Ruderichsrc/tlsproxy.c: Minor documentation update.
2012-03-11 Simon Ruderichsrc/sem.c,src/tlsproxy.c: Minor cleanup.
2012-03-11 Simon Ruderichsrc/*,test/*: Add missing quotes to shell scripts.
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 Ruderichsrc/connection.c: Minor cleanup.
2011-09-17 Simon RuderichRename server_certificate_path() to server_certificate_...
2011-09-17 Simon Ruderichsrc/connection.c: Correctly log suggested buffer size.
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-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.
next