aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/hashers/hasher.c
Commit message (Collapse)AuthorAgeFilesLines
* hashers: Change names of SHA2 hash algorithmsTobias Brunner2017-11-171-8/+8
| | | | | Keep the lower case names as they are as we use them internally (parsing and e.g. in OpenSSL as identifier).
* hasher: Add uppercase short names for hash algorithmsTobias Brunner2017-11-171-0/+18
|
* auth-cfg: Store signature schemes as signature_params_t objectsTobias Brunner2017-11-081-1/+9
| | | | | Due to circular references the hasher_from_signature_scheme() helper does not take a signature_params_t object.
* hasher: Add function to determine length of hashesTobias Brunner2017-11-081-0/+38
|
* public-key: Add RSASSA-PSS signature scheme identifierTobias Brunner2017-11-081-0/+1
|
* ikev2: Don't use SHA-1 for RFC 7427 signature authenticationTobias Brunner2017-11-081-1/+1
| | | | | | RFC 8247 demoted it to MUST NOT. References #2427.
* Reference Edwards-curve signature RFCsAndreas Steffen2017-03-201-9/+9
|
* Added support of EdDSA signaturesAndreas Steffen2016-12-141-2/+28
|
* gmp: Support of SHA-3 RSA signaturesAndreas Steffen2016-09-221-5/+22
|
* 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-031-6/+48
|
* hasher: Add helper to determine hash algorithm from signature schemeTobias Brunner2015-03-041-0/+36
|
* hasher: Add filter function for algorithms permitted by RFC 7427Tobias Brunner2015-03-041-0/+22
|
* hasher: Redefine hash algorithms to match values defined by RFC 7427Tobias Brunner2015-03-041-15/+17
| | | | Other algorithms are defined in private use range.
* Allow SHA256 and SHA384 data hash for BLISS signatures.Andreas Steffen2015-02-261-0/+4
| | | | | The default is SHA512 since this hash function is also used for the c_indices random oracle.
* 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-111-3/+0
| | | | for IKEv2 anyway
* 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-081-0/+66
|
* Add short names for hasher algorithmsMartin Willi2012-07-171-0/+13
|
* Function to convert PRFs to hash algorithms addedTobias Brunner2012-06-251-0/+30
|
* hasher_algorithm_from_integrity() optionally returns truncation lengthTobias Brunner2012-06-251-2/+34
|
* Added function to convert integrity algorithms to hash algorithms (if based ↵Tobias Brunner2012-06-111-2/+39
| | | | on one).
* extended hasher_signature_algorithm_to_oid() functionAndreas Steffen2009-09-131-27/+37
|
* support of SHA224-based certificate signaturesAndreas Steffen2009-08-051-0/+10
|
* inserted HASH_MD4 in increasing orderAndreas Steffen2009-05-071-3/+3
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* adding enum elements for MD4 and DES (ECB)Tobias Brunner2009-02-181-2/+3
|
* The introduced SHA1_NOFINAL hasher was not sufficient for EAP-AKA, Martin Willi2008-03-191-1/+0
| | | | | | 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-55/+10
|
* extended asn1_algorithmIdentifier() to SHA-2Andreas Steffen2008-01-221-1/+35
|
* added hasher_signature_algorithm_to_oid() functionAndreas Steffen2007-10-121-0/+36
|
* check hash algorithms used in signaturesAndreas Steffen2007-09-111-1/+42
|
* introduced new logging subsystem using bus:Martin Willi2006-10-181-12/+9
| | | | | | | 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-0/+7
|
* updated copyright informationMartin Willi2006-07-071-1/+2
|
* (no commit message)Martin Willi2006-05-101-0/+60