FreeRDP/winpr/libwinpr/crypto
akallabeth bb42d425ed [gcc,clang] add support for attribute(malloc)
Mark all malloc like functions and add their appropriate free function
to let the compiler complain on mismatches
2024-02-02 15:10:40 +01:00
..
test [git] remove .gitignore 2023-11-28 12:14:55 +01:00
cert.c [winpr,crypto] Split headers 2022-11-21 13:27:08 +01:00
cipher.c migrate to mbedtls 3.x with mbedtls 2.x backward compatibility 2023-12-19 11:34:24 +01:00
CMakeLists.txt [winpr,crypto] add internal rc4 replacement 2023-05-17 14:51:58 +02:00
crypto.c [winpr,crypto] Split crypto header renamed 2022-11-23 09:39:56 +01:00
crypto.h Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00
hash.c migrate to mbedtls 3.x with mbedtls 2.x backward compatibility 2023-12-19 11:34:24 +01:00
hmac_md5.c Replace ConvertFromUnicode and ConvertToUnicode 2022-11-28 10:42:36 +01:00
hmac_md5.h Fixed -Wincompatible-pointer-types 2022-11-21 10:12:31 +01:00
md4.c [winpr,crypto] fixed const correctness of md4/5 2022-12-09 15:58:26 +01:00
md4.h Added replacement MD4 implementation 2022-10-19 08:17:11 +02:00
md5.c [winpr,crypto] fixed const correctness of md4/5 2022-12-09 15:58:26 +01:00
md5.h Added replacement MD5 implementation 2022-10-19 08:17:11 +02:00
ModuleOptions.cmake libwinpr-crypto: started stubbing CryptoAPI 2012-12-22 02:23:58 -05:00
rand.c migrate to mbedtls 3.x with mbedtls 2.x backward compatibility 2023-12-19 11:34:24 +01:00
rc4.c [winpr,crypto] add internal rc4 replacement 2023-05-17 14:51:58 +02:00
rc4.h [gcc,clang] add support for attribute(malloc) 2024-02-02 15:10:40 +01:00