Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: - c1c2753 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 <william.c.roberts@intel.com>
- Loading branch information