From: Mario H. <no...@gi...> - 2024-02-13 21:14:06
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: eb984fc7179b34426b9981a19a9e3801cf3a6e47 https://github.com/OpenSC/OpenSC/commit/eb984fc7179b34426b9981a19a9e3801cf3a6e47 Author: Mario Haustein <mar...@hr...> Date: 2024-02-13 (Tue, 13 Feb 2024) Changed paths: M src/libopensc/Makefile.am M src/libopensc/Makefile.mak A src/libopensc/card-dtrust.c M src/libopensc/cards.h M src/libopensc/ctx.c Log Message: ----------- Add support for RSA D-Trust Card 4.1 & 4.4 (#2943) * dtrust: add driver The driver is derived from the CardOS and the SKEID driver. This commit implements the card identification procedure. * dtrust: specify card algorithms * dtrust: implement RSA signature * dtrust: implement RSA decryption * dtrust: code style changes * dtrust: add double option for PKCS#1 padding |