]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/history - src
Disable RC4.
[tlsproxy/tlsproxy.git] / src /
2014-01-06 Simon RuderichDisable RC4. master
2014-01-02 Simon Ruderichconnection.c: Fix minor documentation typo.
2014-01-02 Simon RuderichUpdate copyright year.
2013-12-27 Simon RuderichMerge branch 'tlsproxyhelper'
2013-12-27 Simon RuderichMinor source documentation updates.
2013-12-27 Simon Ruderichtlsproxy-setup: Prevent accidental overwrites.
2013-12-07 Simon Ruderichtlsproxy.c: Use strdup() instead of malloc()/perror().
2013-12-07 Simon RuderichFix compile on OpenBSD.
2013-12-02 Simon RuderichFix compile on FreeBSD.
2013-12-02 Simon RuderichReplace PF_* with AF_*.
2013-12-02 Simon RuderichDon't use AI_V4MAPPED in getaddrinfo().
2013-08-18 Simon RuderichDisplay priority string when starting with debug level...
2013-08-18 Simon RuderichLog if the server requested a rehandshake.
2013-08-18 Simon RuderichAllow rehandshakes for server connections.
2013-08-17 Simon RuderichCheck return value in tls_send_invalid_cert_message().
2013-08-14 Simon RuderichUse "SECURE:-SHA1:+SHA1" as GnuTLS priority string.
2013-08-12 Simon RuderichSet GnuTLS priority string with new constant PROXY_TLS_...
2013-08-10 Simon RuderichUse %zu to print size_t and ssize_t.
2013-08-10 Simon RuderichMinor source documentation updates.
2013-08-10 Simon RuderichAdd missing default to switch in log_session_information().
2013-08-10 Simon RuderichFix padding for line numbers > 1000 in log_message().
2013-08-10 Simon RuderichDisplay TLS session information in level DEBUG2.
2013-08-10 Simon RuderichRemove unnecessary function calls to free x509 credentials.
2013-08-10 Simon RuderichUse >%s< when logging bad proxy responses.
2013-08-10 Simon RuderichFix log level for proxy authentication failure.
2013-08-10 Simon RuderichSplit log level DEBUG1 into DEBUG1 and DEBUG2.
2013-08-09 Simon Ruderichlog.c: Simplify #ifdef DEBUG in log_message().
2013-08-09 Simon RuderichCheck for EOF while reading the HTTP request.
2013-08-09 Simon Ruderichtlsproxy-add: Fix minor typo in usage description.
2013-08-09 Simon RuderichEnsure proxy-ca.pem contains only one CA.
2013-08-09 Simon Ruderichtlsproxy-add,tlsproxy-setup: Check for invalid argument...
2013-08-08 Simon RuderichRename *_SERVER_CERT_FORMAT to *_SERVER_CERT_FILE_FORMAT.
2013-08-08 Simon RuderichAdd missing cast.
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.
next