aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/encoding/payloads/sa_payload.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed proposal numbering check in sa_payloadMartin Willi2011-11-211-10/+0
|
* Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variableMartin Willi2011-05-191-2/+0
|
* Added substructure enumerators to sa_payload, proposal_substructureMartin Willi2011-01-051-0/+7
|
* Added member fields for reserved bits and bytes in all payloadsMartin Willi2011-01-051-7/+12
|
* Do not update payload length during generation, allows hooks override ↵Martin Willi2011-01-051-1/+0
| | | | payload length
* Store proposal number in proposal_t to reuse it in the selected proposalMartin Willi2010-10-281-2/+9
| | | | | According to RFC 5996 3.3.1, we MUST reuse the proposal number of the selected proposal in the SA payload reply.
* Migrated sa_payload to INIT/METHOD macros, removed unused methodsMartin Willi2010-10-281-158/+112
|
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+368