From: Frank M. <no...@gi...> - 2023-02-27 10:39:28
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 16fdd70a7e02bc87c14d363ca21777b293cdcf2c https://github.com/OpenSC/OpenSC/commit/16fdd70a7e02bc87c14d363ca21777b293cdcf2c Author: Frank Morgner <fra...@gm...> Date: 2023-02-27 (Mon, 27 Feb 2023) Changed paths: M README.md M doc/files/files.html M doc/files/opensc.conf.5.xml.in M etc/opensc.conf M etc/opensc.conf.example.in M src/libopensc/pkcs15.c Log Message: ----------- enable use_file_cache for static cards use_file_cache is initially only activated for cards that can't be modified with OpenSC (i.e. with pkcs15-init). However, don't enable cache for PIV by default as many people are experimenting with a Yubikey. This also fixes a syntax error in opensc.conf.5.xml.in in the documentation for `use_file_caching` fixes https://github.com/OpenSC/OpenSC/issues/2444 |