diff options
| author | Alex Illsley <Alex.Illsley@ipsoft.com> | 2016-08-25 11:20:47 -0700 |
|---|---|---|
| committer | Jay Sorg <jay.sorg@gmail.com> | 2016-08-25 11:20:47 -0700 |
| commit | 47124df4eda93ea150064bd44b38007438ef5517 (patch) | |
| tree | aee1cad53575cdf9073eb8d1280b596efcafcde9 /common/trans.h | |
| parent | e28f529a94143eb47bdc04bb675f74336fb4cb96 (diff) | |
| download | xrdp-proprietary-47124df4eda93ea150064bd44b38007438ef5517.tar.gz xrdp-proprietary-47124df4eda93ea150064bd44b38007438ef5517.zip | |
new options for xrdp.ini disableSSlv3=yes and tls_ciphers=HIGH and code to implement
Diffstat (limited to 'common/trans.h')
| -rw-r--r-- | common/trans.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
