From: Michał T. <no...@gi...> - 2023-06-01 20:50:03
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: da8cd1f990408c47c63906395d8ae13e40d6c6e8 https://github.com/OpenSC/libp11/commit/da8cd1f990408c47c63906395d8ae13e40d6c6e8 Author: David Ruth <dr...@ch...> Date: 2023-06-01 (Thu, 01 Jun 2023) Changed paths: M src/p11_slot.c Log Message: ----------- Invalidate cache when session is removed. Before this change invalid cached handles for keys and certificates may be returned when all session handles are invalid. This change clears cached items associated with a slot when no more valid sessions exist. |