Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hashers: Change names of SHA2 hash algorithms | Tobias Brunner | 2017-11-17 | 1 | -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 algorithms | Tobias Brunner | 2017-11-17 | 2 | -0/+23 |
| | |||||
* | auth-cfg: Store signature schemes as signature_params_t objects | Tobias Brunner | 2017-11-08 | 2 | -2/+12 |
| | | | | | 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() method | Tobias Brunner | 2017-11-08 | 1 | -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 hashes | Tobias Brunner | 2017-11-08 | 2 | -0/+46 |
| | |||||
* | public-key: Add RSASSA-PSS signature scheme identifier | Tobias Brunner | 2017-11-08 | 1 | -0/+1 |
| | |||||
* | ikev2: Don't use SHA-1 for RFC 7427 signature authentication | Tobias Brunner | 2017-11-08 | 1 | -1/+1 |
| | | | | | | RFC 8247 demoted it to MUST NOT. References #2427. | ||||
* | Change interface for enumerator_create_filter() callback | Tobias Brunner | 2017-05-26 | 1 | -4/+13 |
| | | | | | This avoids the unportable 5 pointer hack, but requires enumerating in the callback. | ||||
* | Reference Edwards-curve signature RFCs | Andreas Steffen | 2017-03-20 | 2 | -12/+14 |
| | |||||
* | Added support of EdDSA signatures | Andreas Steffen | 2016-12-14 | 2 | -3/+31 |
| | |||||
* | gmp: Support of SHA-3 RSA signatures | Andreas Steffen | 2016-09-22 | 1 | -5/+22 |
| | |||||
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 1 | -1/+1 |
| | |||||
* | testing: Updated hasher tests | Andreas Steffen | 2015-11-06 | 1 | -4/+8 |
| | |||||
* | Explicitly mention SHA2 algorithm in BLISS OIDs and signature schemes | Andreas Steffen | 2015-11-06 | 1 | -6/+6 |
| | |||||
* | Support BLISS signatures with SHA-3 hash | Andreas Steffen | 2015-11-03 | 1 | -0/+3 |
| | |||||
* | Defined SHA-3 hashers | Andreas Steffen | 2015-11-03 | 2 | -6/+52 |
| | |||||
* | hash-algorithm-set: Add class to manage a set of hash algorithms | Tobias Brunner | 2015-03-04 | 2 | -0/+189 |
| | |||||
* | hasher: Add helper to determine hash algorithm from signature scheme | Tobias Brunner | 2015-03-04 | 2 | -0/+44 |
| | |||||
* | hasher: Add filter function for algorithms permitted by RFC 7427 | Tobias Brunner | 2015-03-04 | 2 | -0/+30 |
| | |||||
* | hasher: Redefine hash algorithms to match values defined by RFC 7427 | Tobias Brunner | 2015-03-04 | 2 | -27/+29 |
| | | | | Other algorithms are defined in private use range. | ||||
* | Allow SHA256 and SHA384 data hash for BLISS signatures. | Andreas Steffen | 2015-02-26 | 1 | -0/+4 |
| | | | | | The default is SHA512 since this hash function is also used for the c_indices random oracle. | ||||
* | Started implementing BLISS signature generation | Andreas Steffen | 2014-11-29 | 1 | -0/+8 |
| | |||||
* | Remove HASH_PREFERRED, usages are replaced with HASH_SHA1, which is required ↵ | Tobias Brunner | 2013-10-11 | 2 | -13/+8 |
| | | | | for IKEv2 anyway | ||||
* | Add support for untruncated HMAC-SHA-512 | Tobias Brunner | 2013-05-08 | 1 | -0/+6 |
| | |||||
* | Function added to convert a hash algorithm to an HMAC integrity algorithm | Tobias Brunner | 2013-05-08 | 2 | -0/+77 |
| | |||||
* | Avoid problems with Doxygen by adding warn_unused_result attribute at the ↵ | Tobias Brunner | 2012-08-11 | 1 | -8/+7 |
| | | | | end of method signatures | ||||
* | Add short names for hasher algorithms | Martin Willi | 2012-07-17 | 2 | -0/+18 |
| | |||||
* | Add a return value to hasher_t.reset() | Martin Willi | 2012-07-16 | 1 | -1/+4 |
| | |||||
* | Add a return value to hasher_t.allocate_hash() | Martin Willi | 2012-07-16 | 1 | -1/+3 |
| | |||||
* | Add a return value to hasher_t.get_hash() | Martin Willi | 2012-07-16 | 1 | -1/+4 |
| | |||||
* | Function to convert PRFs to hash algorithms added | Tobias Brunner | 2012-06-25 | 2 | -0/+39 |
| | |||||
* | hasher_algorithm_from_integrity() optionally returns truncation length | Tobias Brunner | 2012-06-25 | 2 | -6/+43 |
| | |||||
* | Added function to convert integrity algorithms to hash algorithms (if based ↵ | Tobias Brunner | 2012-06-11 | 2 | -4/+50 |
| | | | | on one). | ||||
* | Fixed all doxygen warnings | Martin Willi | 2009-10-22 | 1 | -1/+1 |
| | |||||
* | extended hasher_signature_algorithm_to_oid() function | Andreas Steffen | 2009-09-13 | 2 | -28/+40 |
| | |||||
* | remove spaces within tabs (\t( )+\t) | Martin Willi | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -14/+14 |
| | |||||
* | support of SHA224-based certificate signatures | Andreas Steffen | 2009-08-05 | 2 | -3/+15 |
| | |||||
* | inserted HASH_MD4 in increasing order | Andreas Steffen | 2009-05-07 | 2 | -9/+9 |
| | |||||
* | moved hasher to the correct doxygen group | Martin Willi | 2009-05-04 | 1 | -2/+2 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 2 | -4/+0 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 1 | -1/+1 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | adding enum elements for MD4 and DES (ECB) | Tobias Brunner | 2009-02-18 | 2 | -2/+5 |
| | |||||
* | The introduced SHA1_NOFINAL hasher was not sufficient for EAP-AKA, | Martin Willi | 2008-03-19 | 2 | -6/+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 trunk | Martin Willi | 2008-03-13 | 8 | -1696/+50 |
| | |||||
* | extended asn1_algorithmIdentifier() to SHA-2 | Andreas Steffen | 2008-01-22 | 2 | -4/+51 |
| | |||||
* | corrected typos | Andreas Steffen | 2007-10-17 | 1 | -2/+2 |
| | |||||
* | added hasher_signature_algorithm_to_oid() function | Andreas Steffen | 2007-10-12 | 2 | -0/+50 |
| | |||||
* | check hash algorithms used in signatures | Andreas Steffen | 2007-09-11 | 2 | -8/+61 |
| | |||||
* | corrected typo | Andreas Steffen | 2007-03-14 | 1 | -2/+2 |
| |