aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/keymat.c
Commit message (Collapse)AuthorAgeFilesLines
* 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