Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | fixed big endian bug in md5 hasher | Martin Willi | 2007-02-28 | 1 | -1/+1 |
| | |||||
* | merged EAP framework from branch into trunk | Martin Willi | 2007-02-12 | 4 | -2/+80 |
| | | | | | includes a lot of other modifications | ||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 4 | -7/+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 problems | Martin Willi | 2006-10-30 | 4 | -21/+15 |
| | | | | | | | 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 Willi | 2006-10-18 | 2 | -20/+17 |
| | | | | | | | 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 size | Andreas Steffen | 2006-09-25 | 1 | -0/+1 |
| | |||||
* | public declaration of all HASH_SIZEs in hasher.h | Martin Willi | 2006-09-20 | 4 | -14/+13 |
| | |||||
* | added copyright notice to sha2_hasher | Martin Willi | 2006-09-19 | 1 | -3/+3 |
| | | | | included SHA2 in build process | ||||
* | implemented sha2_hasher which supports SHA-256, SHA-384 and SHA-512 | Martin Willi | 2006-09-19 | 4 | -22/+727 |
| | |||||
* | updated copyright information | Martin Willi | 2006-07-07 | 6 | -6/+12 |
| | |||||
* | fixed compiler warnings | Martin Willi | 2006-07-05 | 2 | -10/+9 |
| | |||||
* | - added ipsec.conf template and man page back | Martin Willi | 2006-05-18 | 1 | -27/+0 |
| | | | | | | - removed old Makefiles - added new strongswan KDevelop project & startup hack | ||||
* | (no commit message) | Martin Willi | 2006-05-10 | 7 | -0/+1017 |