FreeRDP/libfreerdp/crypto
Norbert Federa 53bd98883e winpr/crypt api changes and memory leak fixes
- winpr_HMAC_New() now just returnes the opaque WINPR_HMAC_CTX* pointer
  which has to be passed to winpr_HMAC_Init() for (re)initialization
  and since winpr_HMAC_Final() no more frees the context you always have to
  use the new function winpr_HMAC_Free() once winpr_HMAC_New() has succeded

- winpr_Digest_New() now just returns the opaque WINPR_DIGEST_CTX* pointer
  which has to be passed to winpr_Digest_Init() for (re)initialization
  and since winpr_Digest_Final() no more frees the context you always have to
  use the new function winpr_Digest_Free() once winpr_Digest_New() has succeded
2016-11-24 18:27:29 +01:00
..
test First shot on fixing over linking 2016-03-29 18:14:34 +02:00
base64.c Ensure output of crypto_base64_decode is NULL terminated. 2015-08-27 09:34:33 +02:00
ber.c core: Add support for CredSSP version 3 2016-03-18 13:32:13 +01:00
certificate.c freerdp: more UWP porting 2016-03-29 20:34:52 -04:00
CMakeLists.txt Support for OpenSSL 1.1.0 2016-11-24 17:50:09 +01:00
crypto.c Support for OpenSSL 1.1.0 2016-11-24 17:50:09 +01: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
opensslcompat.c Support for OpenSSL 1.1.0 2016-11-24 17:50:09 +01:00
opensslcompat.h Support for OpenSSL 1.1.0 2016-11-24 17:50:09 +01: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 winpr/crypt api changes and memory leak fixes 2016-11-24 18:27:29 +01:00