aboutsummaryrefslogtreecommitdiffstats
path: root/src/conftest/hooks/custom_proposal.c
Commit message (Collapse)AuthorAgeFilesLines
* Added possibility to register custom proposal keywordsTobias Brunner2012-09-131-2/+1
| | | | Keyword lookup and registration are handled via the new lib->proposal object.
* Removed len argument from proposal_get_token()Tobias Brunner2012-09-131-1/+1
| | | | Also use enumerators instead of lexparser.h to parse proposal strings.
* Invoke bus_t.message hook twice, once plain and parsed, once encoded and ↵Martin Willi2012-03-201-2/+2
| | | | encrypted
* Added not-yet used sa_payload parameters used in IKEv1Martin Willi2012-03-201-2/+1
|
* Extend sa_payload for IKEv1 supportMartin Willi2012-03-201-1/+2
|
* Implemented a hook to inject custom proposalsMartin Willi2011-01-051-0/+188