FreeRDP/libfreerdp/crypto
Bernhard Miklautz aa80f63b4a tls: enable tls 1+
Currently TLS version 1.0 is used implicitly by using the TLSv1_method.
To be able to also use TLS 1.1 and later use SSLv23_client_method
instead. To make sure SSLv2 or SSLv3 isn't used disable them.
2016-01-12 17:43:14 +01:00
..
test Integrate pull request feedback 2015-07-01 12:22:32 +02:00
base64.c Ensure output of crypto_base64_decode is NULL terminated. 2015-08-27 09:34:33 +02:00
ber.c Replaced logging in libfreerdp with wlog defines. 2014-09-15 08:48:46 +02:00
certificate.c Fixed memory leak. 2015-12-10 13:57:05 +01:00
CMakeLists.txt cmake: add mbed TLS detection 2015-09-15 20:52:46 -04:00
crypto.c Fixed leaks, NULL dereferences and broken init. 2015-06-23 21:29:21 +02: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 Modified per_read_integer to handle a length of 0 (which is seen when older RDP clients connect to the FreeRDP server) 2014-09-16 23:15:34 -04:00
tls.c tls: enable tls 1+ 2016-01-12 17:43:14 +01:00