]> git.ipfire.org Git - people/ms/strongswan.git/history - src/libstrongswan/plugins/pkcs11/pkcs11_library.c
pkcs11: Properly handle EC_POINTs returned as ASN.1 octet string
[people/ms/strongswan.git] / src / libstrongswan / plugins / pkcs11 / pkcs11_library.c
2015-03-09  Tobias Brunnerpkcs11: Properly handle EC_POINTs returned as ASN.1...
2012-10-24  Tobias BrunnerMoved debug.[ch] to utils folder
2012-10-24  Tobias BrunnerMoved data structures to new collections subfolder
2012-10-18  Tobias BrunnerCopy the name of pkcs11_library_t objects
2011-11-02  Tobias Brunnerpkcs11: Function added to retrieve multiple attributes...
2011-10-31  Tobias Brunnerpkcs11: Method added to library to extract a single...
2011-10-31  Tobias Brunnerpkcs11: Added names for CKA_* constants.
2011-10-31  Tobias Brunnerpkcs11: Error message fixed.
2011-07-20  Tobias BrunnerFixed common misspellings.
2011-06-01  Martin WilliProvide recursive mutex' just in case the PKCS#11 libra...
2010-11-18  Martin WilliDo not query for CKA_ALWAYS_AUTHENTICATE if PKCS#11...
2010-11-18  Martin WilliUse static args for C_Initialize(), OpenSC does not...
2010-11-12  Martin WilliAdded a PKCS#11 module option to enforce OS Locking...
2010-11-10  Martin WilliAdd flags for PKCS#11 libraries with reduced feature set
2010-08-04  Martin WilliProvide a public PKCS#11 mechanism enumerator
2010-08-04  Martin WilliExtended the PKCS#11 object enumerator by attribute...
2010-08-04  Martin WilliImplemented a generic PKCS#11 object enumerator
2010-08-04  Martin WilliReenabled dlclose
2010-08-04  Martin WilliImplemented a credential set on top of a PKCS#11 token
2010-08-04  Martin WilliAdd enum names for CK_MECHANISM_TYPE constants
2010-08-04  Martin WilliMake the PKCS#11 padding string trimming public, add...
2010-08-04  Martin WilliAdded a getter for the library alias
2010-08-04  Martin WilliUse locking, prefer our mutex abstraction layer
2010-08-04  Martin WilliAdded enum names for PKCS#11 return values
2010-08-04  Martin WilliImplemented an abstraction layer for PKCS#11 module...