From: GitHub <no...@gi...> - 2015-02-07 19:22:37
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 22fb49b5545a09bf7b4be071ef189388e6a582b1 https://github.com/OpenSC/OpenSC/commit/22fb49b5545a09bf7b4be071ef189388e6a582b1 Author: Thomas Calderon <tho...@ss...> Date: 2015-02-07 (Sat, 07 Feb 2015) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- PKCS#11: Improve compliance for public keys. * Key usage required when calling C_CreateObject for public key are not used. This adds the logic to convert from PKCS#11 attributes to PKCS#15 in the structure that is sent to underlying _store_pubkey functions. |