aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/crypters
Commit message (Expand)AuthorAgeFilesLines
* 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-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 ENCR_SERPENT_CB...Andreas Steffen2009-05-142-6/+6
* 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
* 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
* 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-162-4/+17
* 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-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
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-303-16/+13
* introduced new logging subsystem using bus:Martin Willi2006-10-182-23/+21
* 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
* (no commit message)Martin Willi2006-05-105-0/+1927