aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/prfs
Commit message (Expand)AuthorAgeFilesLines
* certificate: Return signature scheme and parameters from issued_by() methodTobias Brunner2017-11-081-1/+2
* Use standard unsigned integer typesAndreas Steffen2016-03-242-2/+2
* apidoc: Move mac_prf to prf Doxygen groupTobias Brunner2013-10-111-1/+1
* Avoid problems with Doxygen by adding warn_unused_result attribute at the end...Tobias Brunner2012-08-111-9/+9
* Add a return value to mac_t.set_key()Martin Willi2012-07-161-2/+1
* Add a return value to mac_t.get_bytes()Martin Willi2012-07-161-9/+4
* Add a return value to prf_t.set_key()Martin Willi2012-07-162-2/+5
* Add a return value to prf_t.allocate_bytes()Martin Willi2012-07-162-2/+5
* Add a return value to prf_t.get_bytes()Martin Willi2012-07-162-2/+6
* Make the hmac_t interface a generic interface for message authentication codesTobias Brunner2012-06-252-0/+140
* Added private Camellia XCBC identifiers for PRFs and signersMartin Willi2010-08-132-7/+8
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-11/+11
* fixed ENUM naming of XCBC prfMartin Willi2009-06-021-1/+1
* updated prf identifiersMartin Willi2009-05-152-10/+15
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-302-4/+0
* updated DoxyfileMartin Willi2009-03-241-1/+1
* renamed PRF_AES128_CBC to PRF_AES128_XCBCMartin Willi2008-05-081-1/+1
* The introduced SHA1_NOFINAL hasher was not sufficient for EAP-AKA, Martin Willi2008-03-192-3/+9
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-136-611/+25
* fixed carry bug in FIPS prfMartin Willi2007-03-141-4/+4
* experimental SHA2 HMAC and PRF implementationsMartin Willi2007-03-082-3/+18
* merged EAP framework from branch into trunkMartin Willi2007-02-124-12/+358
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-312-2/+2
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-302-7/+5
* introduced new logging subsystem using bus:Martin Willi2006-10-182-15/+11
* implemented sha2_hasher which supports SHA-256, SHA-384 and SHA-512Martin Willi2006-09-192-22/+12
* leak detective blanks memory on free & alloc, allows further membug detectionMartin Willi2006-07-121-1/+1
* updated copyright informationMartin Willi2006-07-074-4/+8
* - added ipsec.conf template and man page backMartin Willi2006-05-181-23/+0
* (no commit message)Martin Willi2006-05-105-0/+407