FreeRDP/client/common
Daniel Bungert 625f7c3c22 Add arguments for managing tls ciphers & netmon
This adds 2 arguments:
    /tls-ciphers                List of permitted openssl ciphers - see ciphers(1)
    /tls-ciphers-netmon         Use tls ciphers that netmon can parse

With KB2919355, client/server negotiate the use of
TLS cipher TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,
which works fine except that netmon can't parse it.
By adding commandline /tls-ciphers-netmon, we restrict
the available ciphers to a list that netmon can
deal with.  Also adds /tls-ciphers, which
accepts a string arg, for further customization.
2014-07-17 06:59:06 -06:00
..
test libfreerdp-common: move assistance code 2014-06-30 09:40:24 -04:00
client.c channels/remdesk: start sending authentication data 2014-06-30 12:51:27 -04:00
CMakeLists.txt Added WITH_LIBRARY_VERSIONING, allowing to build shared libraries without 2014-07-11 11:53:58 +02:00
cmdline.c Add arguments for managing tls ciphers & netmon 2014-07-17 06:59:06 -06:00
compatibility.c core: FIPS for fastpath and RDP security fixes 2014-04-02 14:17:39 +02:00
compatibility.h freerdp: various missing link dependencies and symbol exports 2013-09-03 21:48:26 -04:00
file.c fix smart sizing parsing 2014-06-16 15:01:09 -04:00
module.def wfreerdp-server: fix build on Windows 2012-10-16 13:31:16 -04:00