strongswan/src/libstrongswan/plugins/pkcs11
Tobias Brunner b6fcdc71a6 pkcs11: Optionally hash data for PKCS#1 v1.5 RSA signatures in software
If cards/libraries don't support signature mechanisms with hashing, we fall
back to do it ourselves in software and pass the PKCS#1 digestInfo ASN.1
structure to sign via CKM_RSA_PKCS mechanism.

Closes strongswan/strongswan#168.
2020-05-07 09:11:19 +02:00
..
Makefile.am plugins: Don't link with -rdynamic on Windows 2014-06-04 15:53:02 +02:00
pkcs11.h Spelling fixes 2020-02-11 18:23:07 +01:00
pkcs11_creds.c pkcs11: Avoid naming conflict with method parameter 2020-01-28 15:32:43 +01:00
pkcs11_creds.h Explicit pkcs11 certificate loading can enforce a module and a slot 2012-10-24 13:07:53 +02:00
pkcs11_dh.c Spelling fixes 2020-02-11 18:23:07 +01:00
pkcs11_dh.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
pkcs11_hasher.c Use standard unsigned integer types 2016-03-24 18:52:48 +01:00
pkcs11_hasher.h Implemented hasher_t using PKCS#11 2010-08-04 09:26:22 +02:00
pkcs11_library.c Spelling fixes 2020-02-11 18:23:07 +01:00
pkcs11_library.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
pkcs11_manager.c pkcs11: Call C_Finalize() to cancel jobs waiting in C_WaitForSlotEvent() 2017-11-02 10:15:32 +01:00
pkcs11_manager.h Register manager of pkcs11 plugin as library object 2011-08-24 15:45:59 +02:00
pkcs11_plugin.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
pkcs11_plugin.h Added PKCS#11 token plugin stub 2010-08-04 09:26:18 +02:00
pkcs11_private_key.c pkcs11: Optionally hash data for PKCS#1 v1.5 RSA signatures in software 2020-05-07 09:11:19 +02:00
pkcs11_private_key.h pkcs11: Optionally hash data for PKCS#1 v1.5 RSA signatures in software 2020-05-07 09:11:19 +02:00
pkcs11_public_key.c pkcs11: Optionally hash data for PKCS#1 v1.5 RSA signatures in software 2020-05-07 09:11:19 +02:00
pkcs11_public_key.h Move pkcs11 public key lookup function declaration to header file 2012-10-24 13:07:52 +02:00
pkcs11_rng.c Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00
pkcs11_rng.h Unify format of HSR copyright statements 2018-05-23 16:32:53 +02:00