40f23e2728
Currently since the hash/keyCompare/keyClone members on the context->cache were never being set, we were using the HashTable_Pointer* variants, meaning that lookup always failed (since we never ask for the same *pointer* twice). This also revealed that the logic for autoallocate on these ops was a bit backwards, and some error codes and support for the "freshness" counter were missing. In Win10 (at least with some card minidrivers) the freshness counter is load-bearing and smartcard login won't work without implementing a very basic version of it. |
||
---|---|---|
.. | ||
test | ||
CMakeLists.txt | ||
ModuleOptions.cmake | ||
smartcard_inspect.c | ||
smartcard_inspect.h | ||
smartcard_pcsc.c | ||
smartcard_pcsc.h | ||
smartcard_winscard.c | ||
smartcard_winscard.h | ||
smartcard.c | ||
smartcard.h |