From: Egor I. <no...@gi...> - 2024-02-06 13:01:28
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 5bd9e78f4376dde093eea96b7a28f2b193d159cb https://github.com/OpenSC/OpenSC/commit/5bd9e78f4376dde093eea96b7a28f2b193d159cb Author: Egor Ignatov <eg...@al...> Date: 2024-02-06 (Tue, 06 Feb 2024) Changed paths: M src/libopensc/card-rtecp.c Log Message: ----------- rutoken_ecp: add support for RSA 4096 key algorithm Note that not all Rutoken ECP tokens support rsa 4096 keys, but it is impossible to distinguish them from those that do. The rsa_prop[] data looks like an exponent encoded in ASN.1, but changing it does not produce key with specified exponent. Without this data rutoken generates malformed rsa:4096 key. Signed-off-by: Egor Ignatov <eg...@al...> |