FreeRDP/winpr/libwinpr/crypto/test
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
..
.gitignore libwinpr-sspi: add more Schannel tests 2013-01-04 12:16:55 -05:00
CMakeLists.txt libwinpr-crypto: add rand and RC4 functions with OpenSSL/mbedtls 2015-10-08 16:26:37 -04:00
TestCryptoCertEnumCertificatesInStore.c winpr: add checks for *alloc 2015-04-08 11:34:37 +02:00
TestCryptoCipher.c Support for OpenSSL 1.1.0 2016-11-24 17:50:09 +01:00
TestCryptoHash.c winpr/crypt api changes and memory leak fixes 2016-11-24 18:27:29 +01:00
TestCryptoProtectData.c libwinpr-crypto: implement CryptProtectMemory/CryptUnprotectMemory 2014-02-01 11:52:04 -05:00
TestCryptoProtectMemory.c winpr: add checks for *alloc 2015-04-08 11:34:37 +02:00
TestCryptoRand.c libwinpr-crypto: add rand and RC4 functions with OpenSSL/mbedtls 2015-10-08 16:26:37 -04:00