From: Frank M. <no...@gi...> - 2022-02-17 07:32:57
|
Branch: refs/heads/gost Home: https://github.com/OpenSC/OpenSC Commit: bffd620464a9bd816ecd48624656b9c99cadaa17 https://github.com/OpenSC/OpenSC/commit/bffd620464a9bd816ecd48624656b9c99cadaa17 Author: Frank Morgner <fra...@gm...> Date: 2022-02-08 (Tue, 08 Feb 2022) Changed paths: M src/tools/pkcs15-init.c Log Message: ----------- removed dead code fixes coverity scan 374950 Logically dead code Note that althoug this now is *correct* code, it looks that `init_gost_params` is actually broken for OpenSSL 3.0 and later, because no are initialized... Commit: d722668ec5358eaad84285b304a26066d02be02e https://github.com/OpenSC/OpenSC/commit/d722668ec5358eaad84285b304a26066d02be02e Author: Frank Morgner <fra...@gm...> Date: 2022-02-17 (Thu, 17 Feb 2022) Changed paths: M src/tools/pkcs15-init.c Log Message: ----------- enable gost detection Compare: https://github.com/OpenSC/OpenSC/compare/bffd620464a9%5E...d722668ec535 |