Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -3/+5 |
| | | | | | | 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. | ||||
* | Implemented PRFs using AF_ALG | Martin Willi | 2010-12-20 | 1 | -0/+1 |
| | |||||
* | Use a generic AF_ALG wrapper for common operations | Martin Willi | 2010-12-20 | 1 | -0/+1 |
| | |||||
* | Implemented crypter on top of AF_ALG | Martin Willi | 2010-12-20 | 1 | -1/+2 |
| | |||||
* | Implemented signer interface using AF_ALG | Martin Willi | 2010-12-20 | 1 | -1/+2 |
| | |||||
* | Implemented hasher based on AF_ALG | Martin Willi | 2010-12-20 | 1 | -2/+3 |
| | |||||
* | Added plugin stub for AF_ALG | Martin Willi | 2010-12-20 | 1 | -0/+15 |