FreeRDP/libfreerdp/crypto
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 freerdp: fix incorrect copyright headers 2014-05-22 15:56:47 -04:00
base64.c Changes for base64 2014-05-11 22:49:10 +02:00
ber.c wfreerdp: fix most build warnings 2014-02-10 22:12:13 -05:00
certificate.c Treat OOM cases 2014-04-09 16:07:06 +02:00
CMakeLists.txt Added WITH_LIBRARY_VERSIONING, allowing to build shared libraries without 2014-07-11 11:53:58 +02:00
crypto.c Adds some check to treat OOM problems + RDP security fix 2014-03-25 23:13:08 +01:00
der.c freerdp: purge deprecated stream utils 2013-05-08 16:09:16 -04:00
er.c Fixed issues found with clang-analyzer 2013-09-05 12:14:33 +02:00
per.c wfreerdp: fix most build warnings 2014-02-10 22:12:13 -05:00
tls.c Add arguments for managing tls ciphers & netmon 2014-07-17 06:59:06 -06:00