aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/crypters
Commit message (Collapse)AuthorAgeFilesLines
* Avoid problems with Doxygen by adding warn_unused_result attribute at the ↵Tobias Brunner2012-08-111-11/+9
| | | | end of method signatures
* Add a return value to crypter_t.set_key()Martin Willi2012-07-161-1/+3
|
* Add a return value to crypter_t.decrypt()Martin Willi2012-07-161-1/+3
|
* Add a return value to crypter_t.encryptMartin Willi2012-07-161-1/+3
|
* Make function to test if an encryption algorithm is an AEAD alg publicMartin Willi2010-08-192-1/+30
|
* Implemented AES/Camellia counter mode in gcryptMartin Willi2010-08-131-0/+10
|
* Add dedicated getter for the IV size to the crypter_t interfaceMartin Willi2010-08-131-7/+14
|
* add IKEv1 support for the Camellia cipherAndreas Steffen2009-12-151-0/+1
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-2/+2
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-10/+10
|
* conversion from CAMELLIA OIDs to encryption_algorithmAndreas Steffen2009-06-171-0/+28
|
* add _CBC to all encryption algorithms in CBC modeAndreas Steffen2009-05-191-9/+9
|
* cleaned up pluto's crypto frameworkAndreas Steffen2009-05-141-0/+6
|
* renamed ENCR_TWOFISH and ENCR_SERPENT to ENCR_TWOFISH_CBC and ↵Andreas Steffen2009-05-142-6/+6
| | | | ENCR_SERPENT_CBC, respectively
* started migration to encryption pluginsAndreas Steffen2009-05-092-0/+99
|
* defined ENCR_TWOFISH and ENCR_SERPENTAndreas Steffen2009-05-082-8/+11
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-302-4/+0
|
* support of the ESP CAMELLIA-CBC cipher by charonAndreas Steffen2009-04-172-23/+36
|
* updated DoxyfileMartin Willi2009-03-241-1/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* des ecb enum value changed, ignores set for md4 pluginTobias Brunner2009-02-191-1/+1
|
* adding enum elements for MD4 and DES (ECB)Tobias Brunner2009-02-182-2/+5
|
* reverted changeset 4529:Martin Willi2008-10-301-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 algorithmsAndreas Steffen2008-10-301-1/+2
|
* Added support for AES-CCM and AES-GCM (authenticated encryption algorithms) ↵Tobias Brunner2008-05-162-4/+17
| | | | in charon.
* crypter_t api supports in-place encryption using NULL as output parameterMartin Willi2008-04-301-2/+4
|
* removed status result from crypter interface to be consistent with other ↵Martin Willi2008-04-221-11/+16
| | | | crypto interfaces
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-136-3380/+31
|
* don't modify des/3des input key anymoreMartin Willi2007-06-191-2/+3
|
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-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 problemsMartin Willi2006-10-303-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 Willi2006-10-182-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 IKEMartin Willi2006-09-194-8/+1610
|
* reuse an existing IKE_SA to set up additional CHILD_SAsMartin Willi2006-07-201-14/+14
|
* updated copyright informationMartin Willi2006-07-074-4/+8
|
* fixed aes code, we support now aes128, aes192, aes256 in IKEMartin Willi2006-06-151-10/+2
|
* - added ipsec.conf template and man page backMartin Willi2006-05-181-23/+0
| | | | | | - removed old Makefiles - added new strongswan KDevelop project & startup hack
* (no commit message)Martin Willi2006-05-105-0/+1927