From: Peter P. <no...@gi...> - 2021-03-16 09:58:12
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: f46b61739711f400fe28c7274c8b49db412a0515 https://github.com/OpenSC/OpenSC/commit/f46b61739711f400fe28c7274c8b49db412a0515 Author: Peter Popovec <pop...@gm...> Date: 2021-03-16 (Tue, 16 Mar 2021) Changed paths: M src/libopensc/card-myeid.c M src/libopensc/types.h M src/pkcs15init/pkcs15-lib.c Log Message: ----------- Skip authentication if card access control mechanism is not active. Depending on the "lifecycle" of the file, we may omit the authentication operation. Typically if the card is in initialization or creation state, the access control mechanism is inactive. If authentification can be skiped, the card driver is responsible for setting the "acl_inactive" variable in sc_file structure. |