aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/hashers
Commit message (Expand)AuthorAgeFilesLines
* Change interface for enumerator_create_filter() callbackTobias Brunner2017-05-261-4/+13
* Reference Edwards-curve signature RFCsAndreas Steffen2017-03-202-12/+14
* Added support of EdDSA signaturesAndreas Steffen2016-12-142-3/+31
* gmp: Support of SHA-3 RSA signaturesAndreas Steffen2016-09-221-5/+22
* Use standard unsigned integer typesAndreas Steffen2016-03-241-1/+1
* testing: Updated hasher testsAndreas Steffen2015-11-061-4/+8
* Explicitly mention SHA2 algorithm in BLISS OIDs and signature schemesAndreas Steffen2015-11-061-6/+6
* Support BLISS signatures with SHA-3 hashAndreas Steffen2015-11-031-0/+3
* Defined SHA-3 hashersAndreas Steffen2015-11-032-6/+52
* hash-algorithm-set: Add class to manage a set of hash algorithmsTobias Brunner2015-03-042-0/+189
* hasher: Add helper to determine hash algorithm from signature schemeTobias Brunner2015-03-042-0/+44
* hasher: Add filter function for algorithms permitted by RFC 7427Tobias Brunner2015-03-042-0/+30
* hasher: Redefine hash algorithms to match values defined by RFC 7427Tobias Brunner2015-03-042-27/+29
* Allow SHA256 and SHA384 data hash for BLISS signatures.Andreas Steffen2015-02-261-0/+4
* Started implementing BLISS signature generationAndreas Steffen2014-11-291-0/+8
* Remove HASH_PREFERRED, usages are replaced with HASH_SHA1, which is required ...Tobias Brunner2013-10-112-13/+8
* Add support for untruncated HMAC-SHA-512Tobias Brunner2013-05-081-0/+6
* Function added to convert a hash algorithm to an HMAC integrity algorithmTobias Brunner2013-05-082-0/+77
* Avoid problems with Doxygen by adding warn_unused_result attribute at the end...Tobias Brunner2012-08-111-8/+7
* Add short names for hasher algorithmsMartin Willi2012-07-172-0/+18
* 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-252-0/+39
* hasher_algorithm_from_integrity() optionally returns truncation lengthTobias Brunner2012-06-252-6/+43
* Added function to convert integrity algorithms to hash algorithms (if based o...Tobias Brunner2012-06-112-4/+50
* Fixed all doxygen warningsMartin Willi2009-10-221-1/+1
* extended hasher_signature_algorithm_to_oid() functionAndreas Steffen2009-09-132-28/+40
* 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-052-3/+15
* inserted HASH_MD4 in increasing orderAndreas Steffen2009-05-072-9/+9
* moved hasher to the correct doxygen groupMartin Willi2009-05-041-2/+2
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-302-4/+0
* updated DoxyfileMartin Willi2009-03-241-1/+1
* adding enum elements for MD4 and DES (ECB)Tobias Brunner2009-02-182-2/+5
* The introduced SHA1_NOFINAL hasher was not sufficient for EAP-AKA, Martin Willi2008-03-192-6/+3
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-138-1696/+50
* extended asn1_algorithmIdentifier() to SHA-2Andreas Steffen2008-01-222-4/+51
* corrected typosAndreas Steffen2007-10-171-2/+2
* added hasher_signature_algorithm_to_oid() functionAndreas Steffen2007-10-122-0/+50
* check hash algorithms used in signaturesAndreas Steffen2007-09-112-8/+61
* corrected typoAndreas Steffen2007-03-141-2/+2
* fixed big endian bug in md5 hasherMartin Willi2007-02-281-1/+1
* merged EAP framework from branch into trunkMartin Willi2007-02-124-2/+80
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-314-7/+1
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-304-21/+15
* introduced new logging subsystem using bus:Martin Willi2006-10-182-20/+17
* defined maximum hash sizeAndreas Steffen2006-09-251-0/+1
* public declaration of all HASH_SIZEs in hasher.hMartin Willi2006-09-204-14/+13