Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add short names for hasher algorithms | Martin Willi | 2012-07-17 | 1 | -0/+13 |
| | |||||
* | Function to convert PRFs to hash algorithms added | Tobias Brunner | 2012-06-25 | 1 | -0/+30 |
| | |||||
* | hasher_algorithm_from_integrity() optionally returns truncation length | Tobias Brunner | 2012-06-25 | 1 | -2/+34 |
| | |||||
* | Added function to convert integrity algorithms to hash algorithms (if based ↵ | Tobias Brunner | 2012-06-11 | 1 | -2/+39 |
| | | | | on one). | ||||
* | extended hasher_signature_algorithm_to_oid() function | Andreas Steffen | 2009-09-13 | 1 | -27/+37 |
| | |||||
* | support of SHA224-based certificate signatures | Andreas Steffen | 2009-08-05 | 1 | -0/+10 |
| | |||||
* | inserted HASH_MD4 in increasing order | Andreas Steffen | 2009-05-07 | 1 | -3/+3 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | adding enum elements for MD4 and DES (ECB) | Tobias Brunner | 2009-02-18 | 1 | -2/+3 |
| | |||||
* | The introduced SHA1_NOFINAL hasher was not sufficient for EAP-AKA, | Martin Willi | 2008-03-19 | 1 | -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 trunk | Martin Willi | 2008-03-13 | 1 | -55/+10 |
| | |||||
* | extended asn1_algorithmIdentifier() to SHA-2 | Andreas Steffen | 2008-01-22 | 1 | -1/+35 |
| | |||||
* | added hasher_signature_algorithm_to_oid() function | Andreas Steffen | 2007-10-12 | 1 | -0/+36 |
| | |||||
* | check hash algorithms used in signatures | Andreas Steffen | 2007-09-11 | 1 | -1/+42 |
| | |||||
* | introduced new logging subsystem using bus: | Martin Willi | 2006-10-18 | 1 | -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-512 | Martin Willi | 2006-09-19 | 1 | -0/+7 |
| | |||||
* | updated copyright information | Martin Willi | 2006-07-07 | 1 | -1/+2 |
| | |||||
* | (no commit message) | Martin Willi | 2006-05-10 | 1 | -0/+60 |