aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/prfs/prf.c
Commit message (Collapse)AuthorAgeFilesLines
* Added private Camellia XCBC identifiers for PRFs and signersMartin Willi2010-08-131-3/+4
|
* fixed ENUM naming of XCBC prfMartin Willi2009-06-021-1/+1
|
* updated prf identifiersMartin Willi2009-05-151-3/+4
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* The introduced SHA1_NOFINAL hasher was not sufficient for EAP-AKA, Martin Willi2008-03-191-3/+4
| | | | | | 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-131-38/+2
|
* experimental SHA2 HMAC and PRF implementationsMartin Willi2007-03-081-3/+12
|
* merged EAP framework from branch into trunkMartin Willi2007-02-121-7/+9
| | | | | includes a lot of other modifications
* introduced new logging subsystem using bus:Martin Willi2006-10-181-12/+8
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* implemented sha2_hasher which supports SHA-256, SHA-384 and SHA-512Martin Willi2006-09-191-11/+6
|
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* (no commit message)Martin Willi2006-05-101-0/+67