X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Ftlsproxy.h;h=15c5a51b8fcdfbcd6f0d230ed653f478f2db7a3b;hb=730ce301477d9d5c9367756bad840eb4504e0257;hp=33df814f622331f3b6ab464858fd749c19758f26;hpb=3123fc1e16a763eb4614ebca4fc6bc80142021a9;p=tlsproxy%2Ftlsproxy.git diff --git a/src/tlsproxy.h b/src/tlsproxy.h index 33df814..15c5a51 100644 --- a/src/tlsproxy.h +++ b/src/tlsproxy.h @@ -25,6 +25,7 @@ #include #include #include +#include #include @@ -55,7 +56,12 @@ /* Don't use known insecure algorithms. */ \ "SECURE" \ /* Lower priority of SHA-1, user better hashes if possible. */ \ - ":-SHA1:+SHA1" + ":-SHA1:+SHA1" \ + /* Force safe renegotiations. Shouldn't cause any problems as this \ + * option only affects the server side (with GnuTLS defaults) and the \ + * local clients most-likely already support safe renegotiations (old \ + * servers are therefore not an issue). */ \ + ":%SAFE_RENEGOTIATION" /* Proxy hostname and port if specified on the command line. */