X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=project.h;h=ec3c1559043d0484b1fe223d0798a531511fd71a;hp=94453834b74c250fdeac96200cf3743ecb9f37f2;hb=e87f6c3958358c5208c17e3b96b5e43f2f6cc6f7;hpb=7d05d92285fb17e87388d85f184ce3df428978ac diff --git a/project.h b/project.h index 94453834..ec3c1559 100644 --- a/project.h +++ b/project.h @@ -311,6 +311,7 @@ typedef struct { mbedtls_x509_crt server_cert; mbedtls_x509_crt ca_cert; mbedtls_pk_context prim_key; + int *ciphersuites_list; #if defined(MBEDTLS_SSL_CACHE_C) mbedtls_ssl_cache_context cache; @@ -1588,6 +1589,9 @@ struct configuration_spec /** Directory for saving certificates and keys for each webpage **/ char *certificate_directory; + /** Cipher list to use **/ + char *cipher_list; + /** Filename of trusted CAs certificates **/ char * trusted_cas_file; #endif