From: Jakub J. <no...@gi...> - 2020-08-19 08:02:29
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: aca0d08e29270df84012c3db64afb64d4b04e9a2 https://github.com/OpenSC/OpenSC/commit/aca0d08e29270df84012c3db64afb64d4b04e9a2 Author: Zoltan Kelemen <zol...@sa...> Date: 2020-08-19 (Wed, 19 Aug 2020) Changed paths: M src/libopensc/sc.c M src/libopensc/types.h Log Message: ----------- Removed the 'crts' field from 'sc_acl_entry' type since: - its definition is specific to the IAS-ECC card type - its presence can not be assumed since it is read from non-mandatory SE type of an SDO - it is currently not used anywhere in the code Commit: 48d939b05719e0e47af7891bf438c09647929f64 https://github.com/OpenSC/OpenSC/commit/48d939b05719e0e47af7891bf438c09647929f64 Author: Zoltan Kelemen <zol...@sa...> Date: 2020-08-19 (Wed, 19 Aug 2020) Changed paths: M src/libopensc/card-mcrd.c M src/libopensc/card-npa.c M src/libopensc/card-sc-hsm.c M src/libopensc/opensc.h Log Message: ----------- Removed length_offset since it is not used any more. Commit: 6e3e81a9f48a6e028212b454df88b043c487a1dc https://github.com/OpenSC/OpenSC/commit/6e3e81a9f48a6e028212b454df88b043c487a1dc Author: Zoltan Kelemen <zol...@sa...> Date: 2020-08-19 (Wed, 19 Aug 2020) Changed paths: M src/libopensc/card-gids.c M src/libopensc/opensc.h Log Message: ----------- Remove unused stored_length field. Commit: 11adcfca9986205b02cb1712fd93d6da1ea2e43a https://github.com/OpenSC/OpenSC/commit/11adcfca9986205b02cb1712fd93d6da1ea2e43a Author: Zoltan Kelemen <zol...@sa...> Date: 2020-08-19 (Wed, 19 Aug 2020) Changed paths: M src/libopensc/card-authentic.c M src/libopensc/opensc.h Log Message: ----------- Removed 'acls' from the public interface in 'sc_pin_cmd_pin' since it is not supported by most of the card drivers and can therefore not be regarded to be part of the public interface. Modified the only remaining card driver that used it (authentic) to store acls in a private variable. Commit: f0b157b8e7d4a9de1a4c72f3fee89a5a4e1fcc70 https://github.com/OpenSC/OpenSC/commit/f0b157b8e7d4a9de1a4c72f3fee89a5a4e1fcc70 Author: Zoltan Kelemen <zol...@sa...> Date: 2020-08-19 (Wed, 19 Aug 2020) Changed paths: M src/libopensc/opensc.h Log Message: ----------- Improved comments for PIN cmd structures. Compare: https://github.com/OpenSC/OpenSC/compare/376cc2d910eb...f0b157b8e7d4 |