aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/hashers/hasher.h
Commit message (Collapse)AuthorAgeFilesLines
* hasher: Add uppercase short names for hash algorithmsTobias Brunner2017-11-171-0/+5
|
* auth-cfg: Store signature schemes as signature_params_t objectsTobias Brunner2017-11-081-1/+3
| | | | | Due to circular references the hasher_from_signature_scheme() helper does not take a signature_params_t object.
* certificate: Return signature scheme and parameters from issued_by() methodTobias Brunner2017-11-081-1/+0
| | | | | This also required some include restructuring (avoid including library.h in headers) to avoid unresolvable circular dependencies.
* hasher: Add function to determine length of hashesTobias Brunner2017-11-081-0/+8
|
* Reference Edwards-curve signature RFCsAndreas Steffen2017-03-201-3/+5
|
* Added support of EdDSA signaturesAndreas Steffen2016-12-141-1/+3
|
* Use standard unsigned integer typesAndreas Steffen2016-03-241-1/+1
|
* Defined SHA-3 hashersAndreas Steffen2015-11-031-0/+4
|
* hasher: Add helper to determine hash algorithm from signature schemeTobias Brunner2015-03-041-0/+8
|
* hasher: Add filter function for algorithms permitted by RFC 7427Tobias Brunner2015-03-041-0/+8
|
* hasher: Redefine hash algorithms to match values defined by RFC 7427Tobias Brunner2015-03-041-12/+12
| | | | Other algorithms are defined in private use range.
* Remove HASH_PREFERRED, usages are replaced with HASH_SHA1, which is required ↵Tobias Brunner2013-10-111-10/+8
| | | | for IKEv2 anyway
* Function added to convert a hash algorithm to an HMAC integrity algorithmTobias Brunner2013-05-081-0/+11
|
* Avoid problems with Doxygen by adding warn_unused_result attribute at the ↵Tobias Brunner2012-08-111-8/+7
| | | | end of method signatures
* Add short names for hasher algorithmsMartin Willi2012-07-171-0/+5
|
* Add a return value to hasher_t.reset()Martin Willi2012-07-161-1/+4
|
* Add a return value to hasher_t.allocate_hash()Martin Willi2012-07-161-1/+3
|
* Add a return value to hasher_t.get_hash()Martin Willi2012-07-161-1/+4
|
* Function to convert PRFs to hash algorithms addedTobias Brunner2012-06-251-0/+9
|
* hasher_algorithm_from_integrity() optionally returns truncation lengthTobias Brunner2012-06-251-4/+9
|
* Added function to convert integrity algorithms to hash algorithms (if based ↵Tobias Brunner2012-06-111-2/+11
| | | | on one).
* Fixed all doxygen warningsMartin Willi2009-10-221-1/+1
|
* extended hasher_signature_algorithm_to_oid() functionAndreas Steffen2009-09-131-1/+3
|
* remove spaces within tabs (\t( )+\t)Martin Willi2009-09-041-1/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-14/+14
|
* support of SHA224-based certificate signaturesAndreas Steffen2009-08-051-3/+5
|
* inserted HASH_MD4 in increasing orderAndreas Steffen2009-05-071-6/+6
|
* moved hasher to the correct doxygen groupMartin Willi2009-05-041-2/+2
|
* 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
* adding enum elements for MD4 and DES (ECB)Tobias Brunner2009-02-181-0/+2
|
* The introduced SHA1_NOFINAL hasher was not sufficient for EAP-AKA, Martin Willi2008-03-191-5/+3
| | | | | | 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-102/+40
|
* extended asn1_algorithmIdentifier() to SHA-2Andreas Steffen2008-01-221-3/+16
|
* corrected typosAndreas Steffen2007-10-171-2/+2
|
* added hasher_signature_algorithm_to_oid() functionAndreas Steffen2007-10-121-0/+14
|
* check hash algorithms used in signaturesAndreas Steffen2007-09-111-7/+19
|
* corrected typoAndreas Steffen2007-03-141-2/+2
|
* merged EAP framework from branch into trunkMartin Willi2007-02-121-1/+15
| | | | | 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-6/+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-8/+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...
* defined maximum hash sizeAndreas Steffen2006-09-251-0/+1
|
* public declaration of all HASH_SIZEs in hasher.hMartin Willi2006-09-201-0/+7
|
* implemented sha2_hasher which supports SHA-256, SHA-384 and SHA-512Martin Willi2006-09-191-22/+14
|
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* (no commit message)Martin Willi2006-05-101-0/+147