]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/blobdiff - src/tlsproxy.h
Set GnuTLS priority string with new constant PROXY_TLS_PRIORITIES.
[tlsproxy/tlsproxy.git] / src / tlsproxy.h
index f93be4609f9573fe49b578c3227a99222eae46d9..fae7d60dec4dbfd0647b2ad5017abbf17a1ee8ad 100644 (file)
@@ -30,6 +30,7 @@
 
 #include "log.h"
 
+
 /* Length for path arrays. */
 #define TLSPROXY_MAX_PATH_LENGTH 1024
 
@@ -49,6 +50,9 @@
  * certificate. */
 #define STORED_SERVER_CERT_FILE_FORMAT "./certificate-%s-server.pem"
 
+/* GnuTLS priority string used for both server and client connections. */
+#define PROXY_TLS_PRIORITIES "NORMAL"
+
 
 /* Proxy hostname and port if specified on the command line. */
 char *global_proxy_host;