FreeRDP/winpr/libwinpr/ncrypt
David Fort bfe8b464be winpr: fix and enhance ncrypt
This patch adds the NCryptEnumStorageProviders function.
It also fixes strings bugs with the compiler taking the WCHAR "Micro" string
M\x00i\x00c\x00r\x00o\x00 as
M\x00i\x0c\x00r\x00o\x00, and so generating unexpected behaviours. The solution is
to split string constants when you hit a character that is a valid hex number, so
that the compiler doesn't interpret i\x00c\x00 (ic in WCHARs) as i\x0c\x00 (weird
string).
2022-01-10 11:02:45 +01:00
..
test winpr: fix and enhance ncrypt 2022-01-10 11:02:45 +01:00
CMakeLists.txt winpr: implement ncrypt API 2021-12-14 14:12:01 +01:00
ModuleOptions.cmake winpr: implement ncrypt API 2021-12-14 14:12:01 +01:00
ncrypt_pkcs11.c winpr: fix and enhance ncrypt 2022-01-10 11:02:45 +01:00
ncrypt.c winpr: fix and enhance ncrypt 2022-01-10 11:02:45 +01:00
ncrypt.h winpr: implement ncrypt API 2021-12-14 14:12:01 +01:00