aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/payloads/notify_payload.c
Commit message (Collapse)AuthorAgeFilesLines
* - import of strongswan-2.7.0Martin Willi2006-04-281-441/+0
| | | | | - applied patch for charon
* - split up in libstrong, charon, stroke, testing doneMartin Willi2006-04-101-12/+10
| | | | | | | | | - new leak detective with malloc hook in library - useable, but needs improvements - logger_manager has now a single instance per library - allows use of loggers from any linking prog - a LOT of other things
* - rewrite of logger_manager, uses now one instance per contextMartin Willi2006-03-231-8/+21
| | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-)
* - refactored ike proposalMartin Willi2006-02-141-1/+15
| | | | | | | | - uses now proposal_t, wich is also used by child proposals - ike key derivation refactored - crypter_t api has get_key_size now - some other improvements here and there
* - fixed some BAD bugsMartin Willi2005-12-121-0/+1
| | | | | - clean localhost-testcases for bad_dh, shared and rsa
* - code cleanup of encoding packageMartin Willi2005-12-061-3/+0
|
* - added payload CERTJan Hutter2005-12-051-1/+6
| | | | | | - cleaned code of different states - added additional notify handling
* - added notify message handling to ike_sa_init_requested_t and Jan Hutter2005-12-021-1/+34
| | | | responder_init_t
* - removed memory allocation checks!!!Jan Hutter2005-11-281-92/+52
|
* changed enum and structs names to _tJan Hutter2005-11-241-3/+4
|
* - created encoding packageMartin Willi2005-11-231-0/+419