Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a seperate section for each nested struct member in INIT macro | Martin Willi | 2010-08-18 | 1 | -8/+10 |
* | Variable key length crypters use default key length if zero given | Martin Willi | 2010-08-16 | 1 | -1/+5 |
* | Implemented AES/Camellia counter mode in gcrypt | Martin Willi | 2010-08-13 | 1 | -6/+57 |
* | Add dedicated getter for the IV size to the crypter_t interface | Martin Willi | 2010-08-13 | 1 | -0/+10 |
* | Migraded gcrypt plugin to INIT/METHOD macros | Martin Willi | 2010-08-10 | 1 | -36/+23 |
* | Adding DBG_LIB to all calls of libstrongswan's version of DBG*. | Tobias Brunner | 2010-04-06 | 1 | -1/+1 |
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -13/+13 |
* | support older gcrypt libraries not defining the CAMELLIA cipher | Martin Willi | 2009-06-16 | 1 | -0/+2 |
* | gcrypt actually does not implement IDEA | Martin Willi | 2009-06-15 | 1 | -2/+2 |
* | gcrypt blowfish supports 128 bit key size only | Martin Willi | 2009-06-11 | 1 | -0/+4 |
* | gcrypt crypter implementation | Martin Willi | 2009-06-09 | 1 | -0/+246 |