FreeRDP/winpr/libwinpr/ncrypt
Richard E. Silverman 7bbb8706ee fix segfault on missing CSP
These routines:

  NCryptOpenStorageProvider()
  winpr_NCryptOpenStorageProviderEx

would segfault with PKCS11 support enabled, if the user did not supply
a service provider name ("CSP"); they assumed the parameter
pszProviderName would always be non-NULL, but it's NULL in that case.
2022-11-16 14:18:22 +01:00
..
test fix smartcard listing 2022-10-14 12:05:16 +02:00
CMakeLists.txt Fixed WITH_PKCS11 option 2022-05-12 11:36:01 +02:00
ModuleOptions.cmake winpr: implement ncrypt API 2021-12-14 14:12:01 +01:00
ncrypt_pkcs11.c Try to use the smartcard key name Windows uses 2022-10-19 18:55:38 +02:00
ncrypt.c fix segfault on missing CSP 2022-11-16 14:18:22 +01:00
ncrypt.h Try to use the smartcard key name Windows uses 2022-10-19 18:55:38 +02:00