aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/keymat.h
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-191-163/+0
|
* Fixed all doxygen warningsMartin Willi2009-10-221-1/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-6/+6
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* updated DoxyfileMartin Willi2009-03-241-1/+1
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* pass SKd to derive_ike_keys() to have a more interoperable APIMartin Willi2008-11-281-2/+13
|
* added hooks for IKE and CHILD keymatMartin Willi2008-10-301-7/+0
|
* moved CHILD_SA key derivation to keymat_tMartin Willi2008-10-291-13/+33
| | | | passing key chunks to CHILD_SA, not the PRF
* do not store DH redundant in keymatMartin Willi2008-10-291-14/+10
|
* moved key derivation and management into keymat objectMartin Willi2008-10-281-0/+145
allows secured implementation of key management (e.g. in kernel or HW) only IKE keys for now