FreeRDP/libfreerdp/crypto
Norbert Federa 1ba681fecc crypto: support MSFT iOS clients with faulty SNI
Microsoft iOS Remote Desktop Clients eventually send NULL-terminated
hostnames in SNI which is not allowed in the OpenSSL implementation.

Since we're not using SNI this commit adds an OpenSSL TLS extension
debug callback which modifies the SSL context in a way preventing it
from parsing this extension
2015-03-30 13:48:51 +02:00
..
test wfreerdp: cleanup clipboard 2014-10-22 22:32:55 -04:00
base64.c Changes for base64 2014-05-11 22:49:10 +02:00
ber.c Replaced logging in libfreerdp with wlog defines. 2014-09-15 08:48:46 +02:00
certificate.c Fixed compiler warning. 2014-09-15 08:48:46 +02:00
CMakeLists.txt libfreerdp: always build "MONOLITHIC" 2014-09-12 00:19:53 +02:00
crypto.c libfreerdp: crypto: add certificate chain validation! 2015-03-13 13:50:54 -04: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 crypto: support MSFT iOS clients with faulty SNI 2015-03-30 13:48:51 +02:00