aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/gcrypt/gcrypt_crypter.c
Commit message (Expand)AuthorAgeFilesLines
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Add a return value to crypter_t.set_key()Martin Willi2012-07-161-2/+2
* Add a return value to crypter_t.decrypt()Martin Willi2012-07-161-8/+8
* Add a return value to crypter_t.encryptMartin Willi2012-07-161-14/+11
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-8/+10
* Variable key length crypters use default key length if zero givenMartin Willi2010-08-161-1/+5
* Implemented AES/Camellia counter mode in gcryptMartin Willi2010-08-131-6/+57
* Add dedicated getter for the IV size to the crypter_t interfaceMartin Willi2010-08-131-0/+10
* Migraded gcrypt plugin to INIT/METHOD macrosMartin Willi2010-08-101-36/+23
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-1/+1
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-13/+13
* support older gcrypt libraries not defining the CAMELLIA cipherMartin Willi2009-06-161-0/+2
* gcrypt actually does not implement IDEAMartin Willi2009-06-151-2/+2
* gcrypt blowfish supports 128 bit key size onlyMartin Willi2009-06-111-0/+4
* gcrypt crypter implementationMartin Willi2009-06-091-0/+246