From: invis-z <no...@gi...> - 2024-06-13 19:37:59
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 1685f370b07128ef1fd0e602860d4ce76a7f9b81 https://github.com/OpenSC/OpenSC/commit/1685f370b07128ef1fd0e602860d4ce76a7f9b81 Author: invis-z <227...@us...> Date: 2024-06-13 (Thu, 13 Jun 2024) Changed paths: M src/tools/piv-tool.c Log Message: ----------- piv-tool: Fix RSA key generation `params = OSSL_PARAM_BLD_to_param(bld)` was called twice, once inside `if` condition and once after the `if`. Removed the second one to resolve issue generating RSA keys with OpenSSL 3.0. To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |