From: Doug E. <no...@gi...> - 2023-03-20 10:20:14
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 930fa0acb483e2e67fe6ff39a8c149c94e8339b2 https://github.com/OpenSC/OpenSC/commit/930fa0acb483e2e67fe6ff39a8c149c94e8339b2 Author: Doug Engert <dee...@gm...> Date: 2023-03-20 (Mon, 20 Mar 2023) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool to use OpenSSL libctx This is in addition to "Introduce use of custom ossl libctx with OpenSSL >= 3.0" https://github.com/OpenSC/OpenSC/pull/2712 pkcs11-tool uses some functions found in libopensc, but does not create a sc_context like other OpenSC tools as the pkcs11 module can be any pkscs11 module. There is one OpenSSL function "d2i_PUBKEY_bio" that does not have an equivalent "d2i_PUBKEY_ex_bio" in 3.0.8. It is listed in OpenSSL master. See: https://github.com/openssl/openssl/pull/18427 On branch ossl_lib_ctx-pkcs11-tool Changes to be committed: modified: src/tools/pkcs11-tool.c Commit: 540f3da3db3ced6fd8586223faee27e5ca7d958c https://github.com/OpenSC/OpenSC/commit/540f3da3db3ced6fd8586223faee27e5ca7d958c Author: Doug Engert <dee...@gm...> Date: 2023-03-20 (Mon, 20 Mar 2023) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool.c comments on d2i_PUBKEY_ex_bio Requested https://github.com/OpenSC/OpenSC/pull/2715#pullrequestreview-1310924929 On branch ossl_lib_ctx-pkcs11-tool Changes to be committed: modified: src/tools/pkcs11-tool.c Commit: 58a1cbd0f2cdc08a9d1cff6e1232441c54fdabee https://github.com/OpenSC/OpenSC/commit/58a1cbd0f2cdc08a9d1cff6e1232441c54fdabee Author: Doug Engert <dee...@gm...> Date: 2023-03-20 (Mon, 20 Mar 2023) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool.c Address comments On branch ossl_lib_ctx-pkcs11-tool Changes to be committed: modified: pkcs11-tool.c Compare: https://github.com/OpenSC/OpenSC/compare/a97e702bb8e6...58a1cbd0f2cd |