From: GitHub <no...@gi...> - 2014-10-16 13:48:47
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 189e998486a5813bca2f6737a465ad62abb318c7 https://github.com/OpenSC/OpenSC/commit/189e998486a5813bca2f6737a465ad62abb318c7 Author: Doug Engert <dee...@gm...> Date: 2014-10-13 (Mon, 13 Oct 2014) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- PKCS#11 hashes for cards without RAW (see #241) The framework-pkcs15.c did not add hashes correctly if the card did not support RSA RAW. This change fixes that and only adds hashes if the card did not specify a list of hashes. It also will not add hashes done in software if ENABLE_OPENSSL is not specified. Some error conditions are also tested for EC mechanisms. See bug report #241 for more information. Commit: 73a150352b8c1b43dc608fafec2b56097121136a https://github.com/OpenSC/OpenSC/commit/73a150352b8c1b43dc608fafec2b56097121136a Author: Doug Engert <dee...@gm...> Date: 2014-10-16 (Thu, 16 Oct 2014) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- Merge pull request #298 from dengert/pkcs11Hashes PKCS#11 hashes for cards without RAW (see #241) Compare: https://github.com/OpenSC/OpenSC/compare/0dfb45b420e5...73a150352b8c |