aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/prfs/prf.h
Commit message (Collapse)AuthorAgeFilesLines
* certificate: Return signature scheme and parameters from issued_by() methodTobias Brunner2017-11-081-1/+2
| | | | | This also required some include restructuring (avoid including library.h in headers) to avoid unresolvable circular dependencies.
* Use standard unsigned integer typesAndreas Steffen2016-03-241-1/+1
|
* Avoid problems with Doxygen by adding warn_unused_result attribute at the ↵Tobias Brunner2012-08-111-9/+9
| | | | end of method signatures
* Add a return value to prf_t.set_key()Martin Willi2012-07-161-1/+3
|
* Add a return value to prf_t.allocate_bytes()Martin Willi2012-07-161-1/+3
|
* Add a return value to prf_t.get_bytes()Martin Willi2012-07-161-1/+4
|
* Added private Camellia XCBC identifiers for PRFs and signersMartin Willi2010-08-131-4/+4
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-11/+11
|
* updated prf identifiersMartin Willi2009-05-151-7/+11
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* updated DoxyfileMartin Willi2009-03-241-1/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* 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-191-0/+5
| | | | | | 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-52/+23
|
* experimental SHA2 HMAC and PRF implementationsMartin Willi2007-03-081-0/+6
|
* merged EAP framework from branch into trunkMartin Willi2007-02-121-5/+11
| | | | | includes a lot of other modifications
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-1/+1
| | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-301-5/+3
| | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups
* introduced new logging subsystem using bus:Martin Willi2006-10-181-3/+3
| | | | | | | 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/+136