FreeRDP/libfreerdp/crypto
akallabeth 75e6f443b5 Fixed possible leak in tls_prepare
If the function fails, the 'underlying' BIO was leaking as
tls_free did not clean it up if 'tls->bio' was not successfully
allocated.
2021-09-20 10:59:59 +02:00
..
test Fixed shadowing and type errors 2021-08-24 10:45:57 +02:00
base64.c Fixed shadowing and type errors 2021-08-24 10:45:57 +02:00
ber.c Reformatted to new style 2019-11-07 10:53:54 +01:00
certificate.c Fixed cast-qual warnings 2021-08-24 11:10:51 +02:00
CMakeLists.txt Support for OpenSSL 1.1.0 2016-11-24 17:50:09 +01:00
crypto.c Improved fingerprint hash comparison 2021-08-26 09:38:12 +02:00
der.c Remove symbols exported by accident. 2019-12-02 10:57:31 +01:00
er.c Reformatted to new style 2019-11-07 10:53:54 +01:00
opensslcompat.c Support LibreSSL 2017-03-19 13:58:24 -07:00
opensslcompat.h Reformatted to new style 2019-11-07 10:53:54 +01:00
per.c Fixed compilation warnings on mac 2021-08-26 15:08:28 +02:00
tls.c Fixed possible leak in tls_prepare 2021-09-20 10:59:59 +02:00