aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|
* - tested encryption payloadMartin Willi2005-11-295-78/+145
|
* - implemented and tested ts_payload_tJan Hutter2005-11-2911-9/+1101
|
* - fixed bug in diffie hellman exchange (no public value was written)Jan Hutter2005-11-298-12/+59
|
* - added and tested auth_payload_t classJan Hutter2005-11-299-21/+454
|
* - globals packed in a daemonMartin Willi2005-11-294-11/+11
|
* - implemented compute length function Jan Hutter2005-11-293-1/+32
|
* (no commit message)Jan Hutter2005-11-292-0/+492
|
* - added and tested id_payload_tJan Hutter2005-11-296-0/+49
|
* - changed creation of iteratorJan Hutter2005-11-2913-87/+60
| | | | - chanded all clone calls
* - changed allocation behaviorMartin Willi2005-11-291-4/+3
|
* - return value cleanupMartin Willi2005-11-283-15/+6
|
* - removed memory allocation checks!!!Jan Hutter2005-11-2822-1192/+699
|
* - memory allocation checks removedJan Hutter2005-11-282-100/+69
|
* - memory allocation checks removedJan Hutter2005-11-284-245/+159
|
* generator rewritten (no memory allocation test anymore)Jan Hutter2005-11-284-266/+92
|
* - createdMartin Willi2005-11-282-0/+861
| | | | | - untested
* - encryptino payload Martin Willi2005-11-286-195/+260
|
* - added compution of all needed keys and also creation of needed Jan Hutter2005-11-284-3/+106
| | | | transform objects
* - moved hasher_*_t to *_hasher_tMartin Willi2005-11-271-1/+0
| | | | | - some logging improvements
* - removed loglevel specificationMartin Willi2005-11-262-4/+0
|
* - moved algorithm definitions from payloads to corresponding transformsMartin Willi2005-11-242-147/+4
| | | | | - cleanup of docs in transforms
* - moved linked_list_iterator_t to iterator_t, located in iterator.hMartin Willi2005-11-249-24/+24
|
* function better describedJan Hutter2005-11-241-1/+5
|
* - typedefs changedMartin Willi2005-11-242-8/+8
|