]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libstrongswan/plugins/pkcs11/pkcs11_private_key.c
pkcs11: Optionally hash data for PKCS#1 v1.5 RSA signatures in software
[thirdparty/strongswan.git] / src / libstrongswan / plugins / pkcs11 / pkcs11_private_key.c
2020-05-07  Tobias Brunnerpkcs11: Optionally hash data for PKCS#1 v1.5 RSA signat...
2018-05-23  Tobias BrunnerUnify format of HSR copyright statements
2017-11-08  Tobias BrunnerMerge branch 'rsassa-pss'
2017-11-08  Tobias Brunnerprivate-key: Add optional parameters argument to sign...
2016-10-04  Raphael Geissertpkcs11: Look for the CKA_ID of the cert if it doesn...
2016-09-22  Andreas Steffengmp: Support of SHA-3 RSA signatures
2016-04-05  Tobias Brunnerpkcs11: Skip zero-padding of r and s when preparing...
2015-03-09  Tobias Brunnerpkcs11: Properly encode RFC 3279 ECDSA signatures
2012-10-24  Tobias BrunnerMoved debug.[ch] to utils folder
2012-10-24  Martin WilliPKCS#11 library search using keyid uses a fallback...
2012-10-24  Martin WilliIf no pkcs11 public key for a private key found, search...
2012-10-24  Martin WilliMove pkcs11 public key lookup function declaration...
2012-07-16  Martin WilliAdd a return value to hasher_t.allocate_hash()
2011-11-02  Tobias Brunnerpkcs11: Make sure a key can be used for a given signatu...
2011-11-02  Tobias Brunnerpkcs11: We have to create our own hashes for some signa...
2011-11-02  Tobias Brunnerpkcs11: Lookup the public key of a private key by CKA_ID.
2011-11-02  Tobias Brunnerpkcs11: Search for private keys in a more generic way.
2011-11-02  Tobias Brunnerpkcs11: Instead of a mutex use a new session to do...
2011-08-24  Martin WilliRegister manager of pkcs11 plugin as library object
2010-12-23  Martin WilliFixed public key construction from PKCS#11 private key
2010-11-18  Martin WilliDo not query for CKA_ALWAYS_AUTHENTICATE if PKCS#11...
2010-08-18  Martin WilliUse a seperate section for each nested struct member...
2010-08-11  Martin WilliImplemented public key encryption/private key decryptio...
2010-08-10  Martin WilliUse bits instead of bytes for a private/public key
2010-08-10  Martin WilliAdded support for different encryption schemes to priva...
2010-08-06  Martin WilliExport scheme_to_mechanism conversion function
2010-08-04  Martin WilliSupport PKCS#11 keys requiring reauthentication for...
2010-08-04  Martin WilliDo not try to log in if we already have a user session
2010-08-04  Martin WilliUse credential sets to load smartcard keys
2010-08-04  Martin WilliImplemented a callback based credential set, currently...
2010-08-04  Martin WilliImplemented callback PIN invocation for PKCS#11 login
2010-08-04  Martin WilliImplemented keyid discovery on all modules/slots
2010-08-04  Martin WilliPass the PKCS11 keyid as chunk, not as string
2010-08-04  Martin WilliReuse generic passphrase build part, not a dedicated...
2010-08-04  Martin WilliImplemented private key on top of a PKCS#11 token