FreeRDP/winpr/libwinpr/crypto
Brent Collins 9ca9df1ead Make the new winpr_Digest*MD5_Allow_FIPS functions more generic to no longer be MD5 specific in design. This way the FIPS override
could easily be extended to more digests in the future. For now, an attempt to use these functions with anything other than MD5 will
not work.
2017-11-17 12:43:07 +01:00
..
test Fixed clang malloc integer overflow warnings. 2017-07-20 09:29:48 +02:00
cert.c A malloc() pass on WinPR 2015-06-22 19:10:00 +02:00
cipher.c Fix checks for openssl version numbers around fips changes, they were using an incorrect version matching 1.1.0 and not 1.0.1 2017-11-17 12:43:07 +01:00
CMakeLists.txt winpr: fix OpenSSL includes 2015-10-21 11:36:37 -04:00
crypto.c Support for OpenSSL 1.1.0 2016-11-24 17:50:09 +01:00
crypto.h libwinpr-crypto: add generic cipher API with OpenSSL/mbedtls support 2015-10-09 12:15:31 -04:00
hash.c Make the new winpr_Digest*MD5_Allow_FIPS functions more generic to no longer be MD5 specific in design. This way the FIPS override 2017-11-17 12:43:07 +01:00
ModuleOptions.cmake libwinpr-crypto: started stubbing CryptoAPI 2012-12-22 02:23:58 -05:00
rand.c Fixed OpenSSL 1.1 no legacy compile issues. 2017-04-06 11:25:25 +02:00