aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pkcs11/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-3/+4
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* pkcs11: Merged the ECDH into the DH implementation.Tobias Brunner2011-10-311-1/+0
|
* pkcs11: Added support for ECDH.Tobias Brunner2011-10-311-0/+1
|
* pkcs11: Added support for DH.Tobias Brunner2011-10-311-0/+1
|
* pkcs11: Added support to generate random numbers on a token.Tobias Brunner2011-10-311-0/+1
|
* Scheduler and processor have been moved to libstrongswan.Tobias Brunner2010-09-021-2/+1
| | | | | Also reverts 0c21dc000d3cd5c82eb22c4481e6459978456364 as the dependency to libcharon is no longer required.
* Implemented PKCS#11 RSA public key for keys found on a tokenMartin Willi2010-08-061-0/+1
|
* Implemented hasher_t using PKCS#11Martin Willi2010-08-041-0/+1
|
* Implemented private key on top of a PKCS#11 tokenMartin Willi2010-08-041-0/+1
|
* Implemented a credential set on top of a PKCS#11 tokenMartin Willi2010-08-041-0/+1
|
* Depend on libcharon until we have a thread pool to useMartin Willi2010-08-041-1/+2
|
* Moved PKCS#11 library loading to dedicated managerMartin Willi2010-08-041-1/+2
|
* Implemented an abstraction layer for PKCS#11 module loadingMartin Willi2010-08-041-1/+2
|
* Imported the free pkcs11.h header form the Scute projectMartin Willi2010-08-041-1/+1
|
* Added PKCS#11 token plugin stubMartin Willi2010-08-041-0/+15