pkcs11: We have to create our own hashes for some signature schemes.

This commit is contained in:
Tobias Brunner
2011-11-02 20:27:55 +01:00
parent 30a3ede8ce
commit fd48b220ed
4 changed files with 81 additions and 12 deletions
@@ -42,7 +42,7 @@ struct pkcs11_public_key_t {
*
* @param type type of the key
* @param args builder_part_t argument list
* @return loaded key, NULL on failure
* @return loaded key, NULL on failure
*/
pkcs11_public_key_t *pkcs11_public_key_load(key_type_t type, va_list args);