Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid problems with Doxygen by adding warn_unused_result attribute at the ↵ | Tobias Brunner | 2012-08-11 | 1 | -11/+9 |
| | | | | end of method signatures | ||||
* | Add a return value to crypter_t.set_key() | Martin Willi | 2012-07-16 | 1 | -1/+3 |
| | |||||
* | Add a return value to crypter_t.decrypt() | Martin Willi | 2012-07-16 | 1 | -1/+3 |
| | |||||
* | Add a return value to crypter_t.encrypt | Martin Willi | 2012-07-16 | 1 | -1/+3 |
| | |||||
* | Make function to test if an encryption algorithm is an AEAD alg public | Martin Willi | 2010-08-19 | 2 | -1/+30 |
| | |||||
* | Implemented AES/Camellia counter mode in gcrypt | Martin Willi | 2010-08-13 | 1 | -0/+10 |
| | |||||
* | Add dedicated getter for the IV size to the crypter_t interface | Martin Willi | 2010-08-13 | 1 | -7/+14 |
| | |||||
* | add IKEv1 support for the Camellia cipher | Andreas Steffen | 2009-12-15 | 1 | -0/+1 |
| | |||||
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 1 | -2/+2 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -10/+10 |
| | |||||
* | conversion from CAMELLIA OIDs to encryption_algorithm | Andreas Steffen | 2009-06-17 | 1 | -0/+28 |
| | |||||
* | add _CBC to all encryption algorithms in CBC mode | Andreas Steffen | 2009-05-19 | 1 | -9/+9 |
| | |||||
* | cleaned up pluto's crypto framework | Andreas Steffen | 2009-05-14 | 1 | -0/+6 |
| | |||||
* | renamed ENCR_TWOFISH and ENCR_SERPENT to ENCR_TWOFISH_CBC and ↵ | Andreas Steffen | 2009-05-14 | 2 | -6/+6 |
| | | | | ENCR_SERPENT_CBC, respectively | ||||
* | started migration to encryption plugins | Andreas Steffen | 2009-05-09 | 2 | -0/+99 |
| | |||||
* | defined ENCR_TWOFISH and ENCR_SERPENT | Andreas Steffen | 2009-05-08 | 2 | -8/+11 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 2 | -4/+0 |
| | |||||
* | support of the ESP CAMELLIA-CBC cipher by charon | Andreas Steffen | 2009-04-17 | 2 | -23/+36 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 1 | -1/+1 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | des ecb enum value changed, ignores set for md4 plugin | Tobias Brunner | 2009-02-19 | 1 | -1/+1 |
| | |||||
* | adding enum elements for MD4 and DES (ECB) | Tobias Brunner | 2009-02-18 | 2 | -2/+5 |
| | |||||
* | reverted changeset 4529: | Martin Willi | 2008-10-30 | 1 | -2/+1 |
| | | | | | Camellia is 22 in IKEv1, but not-yet defined in IKEv2 in IKEv2, 22 is reserved for AES-XTS | ||||
* | added Camellia CBC to list of encryption algorithms | Andreas Steffen | 2008-10-30 | 1 | -1/+2 |
| | |||||
* | 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 |