Alex Wilson 40f23e2728 SCardReadCache/SCardWriteCache should actually cache data
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.
2020-04-21 08:11:54 +02:00
..
2020-02-25 14:57:42 +01:00
2020-03-09 16:40:07 +01:00
2019-11-07 10:53:54 +01:00
2020-03-10 14:05:10 +01:00
2019-11-07 10:53:54 +01:00
2020-02-21 11:31:21 +01:00
2020-03-10 14:04:53 +01:00
2019-11-07 10:53:54 +01:00
2019-11-07 10:53:54 +01:00
2020-03-10 14:04:53 +01:00