From: GitHub <no...@gi...> - 2018-10-30 16:28:39
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: e2b1fb81e0e1339eebaa36fb90635e03f69d4da3 https://github.com/OpenSC/OpenSC/commit/e2b1fb81e0e1339eebaa36fb90635e03f69d4da3 Author: Jakub Jelen <ja...@gm...> Date: 2018-10-30 (Tue, 30 Oct 2018) Changed paths: M src/libopensc/Makefile.am M src/libopensc/Makefile.mak A src/libopensc/card-cac-common.c A src/libopensc/card-cac-common.h M src/libopensc/card-cac.c A src/libopensc/card-cac1.c M src/libopensc/cards.h M src/libopensc/ctx.c Log Message: ----------- Restore minimal CAC1 driver for legacy cards (#1502) * Add minimal CAC1 driver for legacy cards. It is using the same pkcs15 backend as the CAC2 cards as well as some of the CAC2 driver methods. The separation is made mostly for easier card matching or disabling. **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |