From: William R. <no...@gi...> - 2021-01-06 20:09:17
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: d6015089cb32624ac6c3e9760e2ec06d1452ea04 https://github.com/OpenSC/libp11/commit/d6015089cb32624ac6c3e9760e2ec06d1452ea04 Author: William Roberts <wil...@in...> Date: 2021-01-06 (Wed, 06 Jan 2021) Changed paths: M src/libp11.h Log Message: ----------- PKCS11_generate_key remove from DEPRECATED PKCS11_generate_key was removed from the DEPRECATED list when the internal implementation changed from generating the key material in software and storing to the HSM to generating in the HSM directly through the PKCS#11 call C_GenerateKeyPair. However, commit: - c1c275317642 C89 fixes and style unification Added that routine back to the DEPRECATED list even though the internal implementation was corrected. This appears to be some form of a merge bug. Fixes: #377 Signed-off-by: William Roberts <wil...@in...> |