From 47124df4eda93ea150064bd44b38007438ef5517 Mon Sep 17 00:00:00 2001 From: Alex Illsley Date: Thu, 25 Aug 2016 11:20:47 -0700 Subject: new options for xrdp.ini disableSSlv3=yes and tls_ciphers=HIGH and code to implement --- common/trans.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/trans.h') diff --git a/common/trans.h b/common/trans.h index 1bb15bcf..39fba5c0 100644 --- a/common/trans.h +++ b/common/trans.h @@ -122,7 +122,8 @@ trans_get_in_s(struct trans* self); struct stream* APP_CC trans_get_out_s(struct trans* self, int size); int APP_CC -trans_set_tls_mode(struct trans *self, const char *key, const char *cert); +trans_set_tls_mode(struct trans *self, const char *key, const char *cert, + int disableSSLv3, const char *tls_ciphers); int APP_CC trans_shutdown_tls_mode(struct trans *self); int APP_CC -- cgit v1.2.1