From: GitHub <no...@gi...> - 2015-04-04 20:06:55
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: f93835add98343d454b8f4321c9a7f8708012b74 https://github.com/OpenSC/OpenSC/commit/f93835add98343d454b8f4321c9a7f8708012b74 Author: Philip Wendland <wen...@gm...> Date: 2015-04-04 (Sat, 04 Apr 2015) Changed paths: M src/libopensc/log.c Log Message: ----------- Allow log functions to be called with ctx==NULL This change allows functions to be used from places where there is no sc_context (ctx) available. Commit: fa045d44ecf7235b73d9fb55ed7261eb36252b0c https://github.com/OpenSC/OpenSC/commit/fa045d44ecf7235b73d9fb55ed7261eb36252b0c Author: Philip Wendland <wen...@gm...> Date: 2015-04-04 (Sat, 04 Apr 2015) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: Let the user choose the ECDSA signature format Instead of hard-coding the format depending on whether OpenSC was compiled with OpenSSL or not, the user should be able to choose the format himself. The default format now is the normal concatenation of R,S both for CKM_ECDSA and CKM_ECDSA_SHA1. Compare: https://github.com/OpenSC/OpenSC/compare/95ad11a2530c...fa045d44ecf7 |