aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/sha1
Commit message (Collapse)AuthorAgeFilesLines
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-042-86/+86
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-045-26/+26
|
* added -avoid-version to LDFLAGS, plugins are not versionedMartin Willi2009-07-031-1/+1
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-303-6/+0
|
* updated DoxyfileMartin Willi2009-03-243-3/+3
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* separated sha1_prf implementation from sha1_hasherMartin Willi2008-08-286-133/+208
|
* The introduced SHA1_NOFINAL hasher was not sufficient for EAP-AKA, Martin Willi2008-03-193-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 trunkMartin Willi2008-03-135-0/+463