X-Git-Url: https://ruderich.org/simon/gitweb/?p=tlsproxy%2Ftlsproxy.git;a=blobdiff_plain;f=src%2Ftlsproxy.h;h=fae7d60dec4dbfd0647b2ad5017abbf17a1ee8ad;hp=f93be4609f9573fe49b578c3227a99222eae46d9;hb=9f7ef8fa5c5216ac2510d2b4acb3b1b5c26886d1;hpb=20c6108edbd40e08b841683d56dbad049ed11d88 diff --git a/src/tlsproxy.h b/src/tlsproxy.h index f93be46..fae7d60 100644 --- a/src/tlsproxy.h +++ b/src/tlsproxy.h @@ -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;