aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/keymat.c
Commit message (Collapse)AuthorAgeFilesLines
* Support the Linux specific SHA256 96 bit truncation HMAC via "sha256_96" keywordMartin Willi2009-11-261-0/+1
|
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-041-3/+3
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-53/+53
|
* prepare CAMELLIA_CCM ESP encryptionAndreas Steffen2009-08-101-0/+3
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* added support for AES counter mode in ESPMartin Willi2009-04-271-2/+3
| | | | proposal keywords: aes128ctr aes192ctr aes256ctr
* dump CHILD_SA keys in loglevel 4Martin Willi2009-04-211-0/+10
|
* fixed ESP NULL encryptionAndreas Steffen2009-01-151-3/+3
|
* pass SKd to derive_ike_keys() to have a more interoperable APIMartin Willi2008-11-281-7/+42
|
* fixing keylength bug at the right place:Martin Willi2008-11-121-1/+1
| | | | we usually don't touch output parameters if operations fails
* added hooks for IKE and CHILD keymatMartin Willi2008-10-301-19/+0
|
* store plain skd, not the prfMartin Willi2008-10-301-22/+19
|
* moved CHILD_SA key derivation to keymat_tMartin Willi2008-10-291-13/+151
| | | | passing key chunks to CHILD_SA, not the PRF
* do not store DH redundant in keymatMartin Willi2008-10-291-26/+9
|
* moved key derivation and management into keymat objectMartin Willi2008-10-281-0/+469
allows secured implementation of key management (e.g. in kernel or HW) only IKE keys for now