aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/crypters/crypter.h
Commit message (Expand)AuthorAgeFilesLines
* crypter: Define a ChaCha20/Poly1305 AEAD algorithm identifierMartin Willi2015-06-291-0/+1
* Add implementation of the RC2 block cipher (RFC 2268)Tobias Brunner2013-05-081-1/+12
* Avoid problems with Doxygen by adding warn_unused_result attribute at the end...Tobias Brunner2012-08-111-11/+9
* 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-191-0/+8
* 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
* cleaned up pluto's crypto frameworkAndreas Steffen2009-05-141-0/+6
* renamed ENCR_TWOFISH and ENCR_SERPENT to ENCR_TWOFISH_CBC and ENCR_SERPENT_CB...Andreas Steffen2009-05-141-2/+2
* started migration to encryption pluginsAndreas Steffen2009-05-091-0/+18
* defined ENCR_TWOFISH and ENCR_SERPENTAndreas Steffen2009-05-081-2/+4
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* support of the ESP CAMELLIA-CBC cipher by charonAndreas Steffen2009-04-171-20/+26
* updated DoxyfileMartin Willi2009-03-241-1/+1
* 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-181-1/+2
* reverted changeset 4529:Martin Willi2008-10-301-2/+1
* added Camellia CBC to list of encryption algorithmsAndreas Steffen2008-10-301-1/+2
* Added support for AES-CCM and AES-GCM (authenticated encryption algorithms) i...Tobias Brunner2008-05-161-1/+7
* 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 cryp...Martin Willi2008-04-221-11/+16
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-131-73/+29
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-311-1/+1
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-301-9/+7
* introduced new logging subsystem using bus:Martin Willi2006-10-181-3/+3
* added support for 3DES encryption algorithm in IKEMartin Willi2006-09-191-8/+11
* updated copyright informationMartin Willi2006-07-071-1/+2
* (no commit message)Martin Willi2006-05-101-0/+153