aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding
Commit message (Collapse)AuthorAgeFilesLines
* - 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-095-6/+19
| | | | | - still some(!) memleaks
* - fixed alot of bugs in child_proposalMartin Willi2006-02-088-404/+110
| | | | | - near to working state ;-)
* - dead end implementationMartin Willi2006-02-066-118/+116
|
* - fixed doxygen warningsMartin Willi2005-12-151-4/+7
|
* - added deletion of IKE_SAJan Hutter2005-12-121-14/+32
|
* - 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
|
* - logging cleanup in statesMartin Willi2005-12-071-1/+1
|
* - 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-074-95/+95
|
* - code cleaned upJan Hutter2005-12-061-1/+1
|
* - code cleanup in network and configMartin Willi2005-12-0611-31/+32
| | | | | - moved packet_t members to private, added getter and setters
* - code cleanup of encoding packageMartin Willi2005-12-0642-240/+337
|
* - better management of unknown_payload, with critical checkMartin Willi2005-12-067-400/+374
| | | | | - message code cleanup
* - Implemented but not tested unknown_payload_tJan Hutter2005-12-057-0/+395
|
* - Implemented and tested eap_payload_tJan Hutter2005-12-058-1/+366
|
* - implemented and tested cp_payload_tJan Hutter2005-12-0511-1/+1005
|
* - implemented and tested VENDOR ID payloadJan Hutter2005-12-058-0/+368
|
* DELETE payload implemented and testedJan Hutter2005-12-059-1/+518
|
* - cleaned code of generator_t classJan Hutter2005-12-053-79/+423
|
* - implemented and tested cert_payload_t Jan Hutter2005-12-056-3/+46
|
* - added payload CERTJan Hutter2005-12-0512-32/+519
| | | | | | - cleaned code of different states - added additional notify handling
* - logging cleanupMartin Willi2005-12-043-20/+25
| | | | | - pid re-replaced with thread_ids, since nptl does not distinguish pids between threads
* - authentication with preshared key working but code MUST be cleanedJan Hutter2005-12-036-2/+60
|
* - fixesMartin Willi2005-12-022-2/+2
|
* fixed different bugs when checking out ike sa and retransmitting Jan Hutter2005-12-021-0/+1
| | | | requests
* - state ike_auth_requestedMartin Willi2005-12-021-1/+0
| | | | | - does now establishing of IKE_SA in both directions
* - added new job type retransmit_request_job_tJan Hutter2005-12-022-0/+17
| | | | - fixed memory leaks
* - state ike_sa_init_responded implemented (has some memleaks)Martin Willi2005-12-023-23/+64
|
* - added notify message handling to ike_sa_init_requested_t and Jan Hutter2005-12-025-23/+133
| | | | 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-015-80/+61
|
* - 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
* code of message_t cleaned and added more logsJan Hutter2005-11-304-106/+256
|
* - fixed message decryptionMartin Willi2005-11-303-28/+103
|
* - fixed bug when finding out if payload has to get encryptedJan Hutter2005-11-301-2/+2
|
* - fixed encryption bugMartin Willi2005-11-302-65/+9
|
* added more loggingJan Hutter2005-11-301-1/+3
|
* fixed bugJan Hutter2005-11-301-2/+2
|
* (no commit message)Jan Hutter2005-11-301-0/+2
|
* - changed return typeJan Hutter2005-11-301-1/+8
|
* - fixed message ruleMartin Willi2005-11-301-3/+5
| | | | - decryption attempt
* - message encryption verification fully changedJan Hutter2005-11-301-72/+212
|
* - encryption seems to workJan Hutter2005-11-291-21/+127
|