Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 2 | -86/+86 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 5 | -26/+26 |
| | |||||
* | added -avoid-version to LDFLAGS, plugins are not versioned | Martin Willi | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 3 | -6/+0 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 3 | -3/+3 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | separated sha1_prf implementation from sha1_hasher | Martin Willi | 2008-08-28 | 6 | -133/+208 |
| | |||||
* | The introduced SHA1_NOFINAL hasher was not sufficient for EAP-AKA, | Martin Willi | 2008-03-19 | 3 | -42/+135 |
| | | | | | | as it requires to XOR the key into the hashers state. A new SHA1 based keyed hash function, implemented as PRF, enables EAP-AKA and the FIPS-PRF function to properly use the existing SHA1 implementation. | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 5 | -0/+463 |