FreeRDP/libfreerdp
David Fort b283daafd7 tls: cleanup and add some methods to do handshakes asynchronously
This patch does a few cleanups to allow creating TLS and DTLS contexts.
It also introduces tls_accept_ex and tls_connect_ex that can start the SSL handshake,
and it can be finished by calling tls_handshake
2022-12-19 10:46:06 +01:00
..
cache [cache,pointer] ignore pointer cache index violations 2022-12-06 09:08:12 +01:00
codec [codec,xcrush] follow up to #8529 2022-12-13 15:41:58 +01:00
common [settings] added stringify function for RDPDR_RTYP_* 2022-12-15 14:57:29 +01:00
core [server,shadow] rdp_server_reactivate do not wait 2022-12-19 10:38:18 +01:00
crypto tls: cleanup and add some methods to do handshakes asynchronously 2022-12-19 10:46:06 +01:00
emu
gdi [gfx] moved rdpgfx_get_codec_id_string to utils 2022-12-18 15:14:30 +01:00
locale Fixed Wsign-compare warnings 2022-12-09 15:58:26 +01:00
primitives Fixed some warnings 2022-12-09 15:58:26 +01:00
utils [gfx] moved rdpgfx_get_codec_id_string to utils 2022-12-18 15:14:30 +01:00
CMakeLists.txt Fixed various compiler warnings 2022-12-09 15:58:26 +01:00
freerdp.pc.in
FreeRDPConfig.cmake.in