Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -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 Brunner | 2011-10-31 | 1 | -1/+0 |
| | |||||
* | pkcs11: Added support for ECDH. | Tobias Brunner | 2011-10-31 | 1 | -0/+1 |
| | |||||
* | pkcs11: Added support for DH. | Tobias Brunner | 2011-10-31 | 1 | -0/+1 |
| | |||||
* | pkcs11: Added support to generate random numbers on a token. | Tobias Brunner | 2011-10-31 | 1 | -0/+1 |
| | |||||
* | Scheduler and processor have been moved to libstrongswan. | Tobias Brunner | 2010-09-02 | 1 | -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 token | Martin Willi | 2010-08-06 | 1 | -0/+1 |
| | |||||
* | Implemented hasher_t using PKCS#11 | Martin Willi | 2010-08-04 | 1 | -0/+1 |
| | |||||
* | Implemented private key on top of a PKCS#11 token | Martin Willi | 2010-08-04 | 1 | -0/+1 |
| | |||||
* | Implemented a credential set on top of a PKCS#11 token | Martin Willi | 2010-08-04 | 1 | -0/+1 |
| | |||||
* | Depend on libcharon until we have a thread pool to use | Martin Willi | 2010-08-04 | 1 | -1/+2 |
| | |||||
* | Moved PKCS#11 library loading to dedicated manager | Martin Willi | 2010-08-04 | 1 | -1/+2 |
| | |||||
* | Implemented an abstraction layer for PKCS#11 module loading | Martin Willi | 2010-08-04 | 1 | -1/+2 |
| | |||||
* | Imported the free pkcs11.h header form the Scute project | Martin Willi | 2010-08-04 | 1 | -1/+1 |
| | |||||
* | Added PKCS#11 token plugin stub | Martin Willi | 2010-08-04 | 1 | -0/+15 |