aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/payloads
Commit message (Collapse)AuthorAgeFilesLines
* - import of strongswan-2.7.0Martin Willi2006-04-2847-11685/+0
| | | | | - applied patch for charon
* - added separate implementation for connection_store, credential_store, ↵Martin Willi2006-04-251-1/+1
| | | | | | | | policy_store - added folder structure to config - credentials are fetched solely on IDs now
* - fixed doxygen buildMartin Willi2006-04-201-0/+10
| | | | | - seperates now in lib and charon
* - split up in libstrong, charon, stroke, testing doneMartin Willi2006-04-1021-163/+146
| | | | | | | | | - 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
* ../svn-commit.tmpMartin Willi2006-04-055-33/+44
|
* - rewrite of logger_manager, uses now one instance per contextMartin Willi2006-03-2317-94/+28
| | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-)
* - reworked configuration framework completlyMartin Willi2006-03-1615-84/+38
| | | | | | - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed!
* - configuration_manager replaced by configuration_t interfaceMartin Willi2006-03-0713-17/+17
| | | | | | | | - current configuration_manager is now static_configuration (testing) - first draft of starter_configuration, which should once interact with ipsec starter (via whack?) - some cleanups - socket_t uses RAW socket, which allows parallel service of pluto/charon
* - proposal setup implementation begunMartin Willi2006-02-222-27/+24
|
* - installing of child sa worksMartin Willi2006-02-163-27/+37
| | | | | - need correct IP adresses to actually use IPsec
* - refactored ike proposalMartin Willi2006-02-146-234/+61
| | | | | | | | - 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 memleaksMartin Willi2006-02-091-0/+1
|
* - works with new proposal codeMartin Willi2006-02-093-3/+16
| | | | | - still some(!) memleaks
* - fixed alot of bugs in child_proposalMartin Willi2006-02-086-402/+106
| | | | | - near to working state ;-)
* - dead end implementationMartin Willi2006-02-066-118/+116
|
* - fixed doxygen warningsMartin Willi2005-12-151-4/+7
|
* - fixed some BAD bugsMartin Willi2005-12-122-0/+2
| | | | | - clean localhost-testcases for bad_dh, shared and rsa
* - added todo's Jan Hutter2005-12-122-4/+8
|
* - added support for empty traffic selectors and empty sa payload in Jan Hutter2005-12-071-2/+2
| | | | IKE_AUTH request and reply
* ../svn-commit.tmpMartin Willi2005-12-071-15/+15
|
* - code cleaned upJan Hutter2005-12-061-1/+1
|
* - code cleanup in network and configMartin Willi2005-12-0610-6/+16
| | | | | - moved packet_t members to private, added getter and setters
* - code cleanup of encoding packageMartin Willi2005-12-0636-179/+268
|
* - better management of unknown_payload, with critical checkMartin Willi2005-12-064-137/+74
| | | | | - message code cleanup
* - Implemented but not tested unknown_payload_tJan Hutter2005-12-057-0/+395
|
* - Implemented and tested eap_payload_tJan Hutter2005-12-056-1/+350
|
* - implemented and tested cp_payload_tJan Hutter2005-12-059-0/+928
|
* - implemented and tested VENDOR ID payloadJan Hutter2005-12-056-0/+352
|
* DELETE payload implemented and testedJan Hutter2005-12-057-1/+502
|
* - cleaned code of generator_t classJan Hutter2005-12-052-0/+383
|
* - implemented and tested cert_payload_t Jan Hutter2005-12-054-0/+18
|
* - added payload CERTJan Hutter2005-12-058-14/+454
| | | | | | - cleaned code of different states - added additional notify handling
* - authentication with preshared key working but code MUST be cleanedJan Hutter2005-12-034-2/+42
|
* - fixesMartin Willi2005-12-021-1/+1
|
* - state ike_sa_init_responded implemented (has some memleaks)Martin Willi2005-12-022-22/+62
|
* - added notify message handling to ike_sa_init_requested_t and Jan Hutter2005-12-024-2/+99
| | | | responder_init_t
* responder_init does return DELETE_ME in case of errorJan Hutter2005-12-021-4/+4
|
* - get_type changed Jan Hutter2005-12-021-1/+8
|
* - fixed bugsJan Hutter2005-12-013-78/+55
|
* - added ts for both initator and responderMartin Willi2005-12-011-5/+8
| | | | - ts_payload can get now ts's
* - creation of ts payloads using tsMartin Willi2005-12-014-49/+150
|
* - implemented functionality to generate sa payload from Jan Hutter2005-12-014-4/+414
| | | | | | child_proposal_t's and vice versa...
* implemented and tested functionality to create sa_payload from Jan Hutter2005-12-018-5/+346
| | | | | ike_proposal_t's and also generate ike_proposal_t's from sa_payload
* - fixed message decryptionMartin Willi2005-11-302-1/+40
|
* - fixed encryption bugMartin Willi2005-11-301-53/+1
|
* - changed return typeJan Hutter2005-11-301-1/+8
|
* - tested encryption payloadMartin Willi2005-11-293-73/+140
|
* - implemented and tested ts_payload_tJan Hutter2005-11-299-7/+1022
|
* - fixed bug in diffie hellman exchange (no public value was written)Jan Hutter2005-11-297-12/+56
|
* - added and tested auth_payload_t classJan Hutter2005-11-297-20/+429
|