FreeRDP/libfreerdp/crypto
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
..
test Fixed shadowing and type errors 2021-08-24 10:45:57 +02:00
base64.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
ber.c Fixed all Wdocumentation warnings 2022-12-12 14:24:55 +01:00
certificate.c Replace ConvertFromUnicode and ConvertToUnicode 2022-11-28 10:42:36 +01:00
CMakeLists.txt Support for OpenSSL 1.1.0 2016-11-24 17:50:09 +01:00
crypto.c [winpr,crypto] Split crypto header renamed 2022-11-23 09:39:56 +01:00
der.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
er.c Fixed warnings 2022-04-28 11:24:51 +02:00
opensslcompat.c Fix building with LibreSSL 2.7.0 or newer 2022-06-27 12:42:06 +02:00
opensslcompat.h Fix building with LibreSSL 2.7.0 or newer 2022-06-27 12:42:06 +02:00
per.c Fixed all Wdocumentation warnings 2022-12-12 14:24:55 +01:00
tls.c tls: cleanup and add some methods to do handshakes asynchronously 2022-12-19 10:46:06 +01:00