Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | certificate: Return signature scheme and parameters from issued_by() method | Tobias Brunner | 2017-11-08 | 1 | -1/+2 |
| | | | | | This also required some include restructuring (avoid including library.h in headers) to avoid unresolvable circular dependencies. | ||||
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 2 | -2/+2 |
| | |||||
* | apidoc: Move mac_prf to prf Doxygen group | Tobias Brunner | 2013-10-11 | 1 | -1/+1 |
| | |||||
* | Avoid problems with Doxygen by adding warn_unused_result attribute at the ↵ | Tobias Brunner | 2012-08-11 | 1 | -9/+9 |
| | | | | end of method signatures | ||||
* | Add a return value to mac_t.set_key() | Martin Willi | 2012-07-16 | 1 | -2/+1 |
| | |||||
* | Add a return value to mac_t.get_bytes() | Martin Willi | 2012-07-16 | 1 | -9/+4 |
| | |||||
* | Add a return value to prf_t.set_key() | Martin Willi | 2012-07-16 | 2 | -2/+5 |
| | |||||
* | Add a return value to prf_t.allocate_bytes() | Martin Willi | 2012-07-16 | 2 | -2/+5 |
| | |||||
* | Add a return value to prf_t.get_bytes() | Martin Willi | 2012-07-16 | 2 | -2/+6 |
| | |||||
* | Make the hmac_t interface a generic interface for message authentication codes | Tobias Brunner | 2012-06-25 | 2 | -0/+140 |
| | |||||
* | Added private Camellia XCBC identifiers for PRFs and signers | Martin Willi | 2010-08-13 | 2 | -7/+8 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -11/+11 |
| | |||||
* | fixed ENUM naming of XCBC prf | Martin Willi | 2009-06-02 | 1 | -1/+1 |
| | |||||
* | updated prf identifiers | Martin Willi | 2009-05-15 | 2 | -10/+15 |
| | |||||
* | 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 | ||||
* | renamed PRF_AES128_CBC to PRF_AES128_XCBC | Martin Willi | 2008-05-08 | 1 | -1/+1 |
| | |||||
* | The introduced SHA1_NOFINAL hasher was not sufficient for EAP-AKA, | Martin Willi | 2008-03-19 | 2 | -3/+9 |
| | | | | | | 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 | 6 | -611/+25 |
| | |||||
* | fixed carry bug in FIPS prf | Martin Willi | 2007-03-14 | 1 | -4/+4 |
| | |||||
* | experimental SHA2 HMAC and PRF implementations | Martin Willi | 2007-03-08 | 2 | -3/+18 |
| | |||||
* | merged EAP framework from branch into trunk | Martin Willi | 2007-02-12 | 4 | -12/+358 |
| | | | | | includes a lot of other modifications | ||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 2 | -2/+2 |
| | | | | | | | | | 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 | 2 | -7/+5 |
| | | | | | | | 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 | -15/+11 |
| | | | | | | | 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 | 2 | -22/+12 |
| | |||||
* | leak detective blanks memory on free & alloc, allows further membug detection | Martin Willi | 2006-07-12 | 1 | -1/+1 |
| | |||||
* | updated copyright information | Martin Willi | 2006-07-07 | 4 | -4/+8 |
| | |||||
* | - added ipsec.conf template and man page back | Martin Willi | 2006-05-18 | 1 | -23/+0 |
| | | | | | | - removed old Makefiles - added new strongswan KDevelop project & startup hack | ||||
* | (no commit message) | Martin Willi | 2006-05-10 | 5 | -0/+407 |