Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed some typos, courtesy of codespell | Tobias Brunner | 2017-08-07 | 1 | -1/+1 |
* | xof: Defined Extended Output Functions | Andreas Steffen | 2016-07-29 | 1 | -0/+32 |
* | crypto-tester: Support testing DH groups using DH test vectors | Martin Willi | 2015-04-15 | 1 | -0/+41 |
* | aead: Support custom AEAD salt sizes | Martin Willi | 2014-03-31 | 1 | -2/+6 |
* | Fix algorithm type for signers, fixes warning with gcc 4.5 | Martin Willi | 2011-05-03 | 1 | -1/+1 |
* | trace back crypto algorithms to the plugins that registered them | Andreas Steffen | 2010-12-18 | 1 | -6/+10 |
* | Added AEAD support to crypto tester | Martin Willi | 2010-08-19 | 1 | -1/+43 |
* | Implemented algorithm benchmarking during registration | Martin Willi | 2010-08-16 | 1 | -5/+11 |
* | Fixed all doxygen warnings | Martin Willi | 2009-10-22 | 1 | -1/+1 |
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -4/+4 |
* | added support for stateful PRFs (such as the FIPS_PRF) | Martin Willi | 2009-06-12 | 1 | -0/+2 |
* | implemented a crypto_tester class to test crypto algorithms | Martin Willi | 2009-06-11 | 1 | -0/+203 |