Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for AES-CCM and AES-GCM (authenticated encryption algorithms) ↵ | Tobias Brunner | 2008-05-16 | 2 | -4/+17 |
| | | | | in charon. | ||||
* | crypter_t api supports in-place encryption using NULL as output parameter | Martin Willi | 2008-04-30 | 1 | -2/+4 |
| | |||||
* | removed status result from crypter interface to be consistent with other ↵ | Martin Willi | 2008-04-22 | 1 | -11/+16 |
| | | | | crypto interfaces | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 6 | -3380/+31 |
| | |||||
* | don't modify des/3des input key anymore | Martin Willi | 2007-06-19 | 1 | -2/+3 |
| | |||||
* | better split up of library files "types.h" & "definitions.h" | Martin Willi | 2006-10-31 | 1 | -1/+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 | 3 | -16/+13 |
| | | | | | | | 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 | -23/+21 |
| | | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more... | ||||
* | added support for 3DES encryption algorithm in IKE | Martin Willi | 2006-09-19 | 4 | -8/+1610 |
| | |||||
* | reuse an existing IKE_SA to set up additional CHILD_SAs | Martin Willi | 2006-07-20 | 1 | -14/+14 |
| | |||||
* | updated copyright information | Martin Willi | 2006-07-07 | 4 | -4/+8 |
| | |||||
* | fixed aes code, we support now aes128, aes192, aes256 in IKE | Martin Willi | 2006-06-15 | 1 | -10/+2 |
| | |||||
* | - 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/+1927 |