aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/sa/states/responder_init.c
Commit message (Collapse)AuthorAgeFilesLines
* - import of strongswan-2.7.0Martin Willi2006-04-281-568/+0
| | | | | - applied patch for charon
* - split up in libstrong, charon, stroke, testing doneMartin Willi2006-04-101-9/+8
| | | | | | | | | - 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-051-2/+7
|
* - starter work on asn1 with der de/encoderMartin Willi2006-03-241-1/+1
| | | | | | - RSA private and public key can load read key from ASN1 DER - some other fixes here and there
* - rewrite of logger_manager, uses now one instance per contextMartin Willi2006-03-231-5/+4
| | | | | | | - 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-161-12/+9
| | | | | | - 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-071-1/+1
| | | | | | | | - 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
* - refactored ike proposalMartin Willi2006-02-141-34/+39
| | | | | | | | - 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
* - config uses uml hosts alice and bobMartin Willi2006-02-131-1/+1
|
* - fixed some BAD bugsMartin Willi2005-12-121-0/+1
| | | | | - clean localhost-testcases for bad_dh, shared and rsa
* - logging cleanup in statesMartin Willi2005-12-071-93/+70
|
* (no commit message)Martin Willi2005-12-071-3/+0
|
* ../svn-commit.tmpMartin Willi2005-12-071-47/+47
|
* - code cleanup of encoding packageMartin Willi2005-12-061-1/+1
|
* - code cleanedJan Hutter2005-12-061-212/+201
|
* - added payload CERTJan Hutter2005-12-051-2/+27
| | | | | | - cleaned code of different states - added additional notify handling
* - authentication with preshared key working but code MUST be cleanedJan Hutter2005-12-031-5/+8
|
* - started to implement authenticator_tJan Hutter2005-12-021-4/+1
|
* - added new job type retransmit_request_job_tJan Hutter2005-12-021-22/+17
| | | | - fixed memory leaks
* - state ike_sa_init_responded implemented (has some memleaks)Martin Willi2005-12-021-1/+1
|
* - added notify message handling to ike_sa_init_requested_t and Jan Hutter2005-12-021-4/+63
| | | | responder_init_t
* responder_init does return DELETE_ME in case of errorJan Hutter2005-12-021-69/+84
|
* - new configuration support added to ike_sa and statesJan Hutter2005-12-011-68/+33
|
* code of message_t cleaned and added more logsJan Hutter2005-11-301-2/+2
|
* - fixed bug in diffie hellman exchange (no public value was written)Jan Hutter2005-11-291-1/+1
|
* - globals packed in a daemonMartin Willi2005-11-291-4/+4
|
* - changed creation of iteratorJan Hutter2005-11-291-6/+5
| | | | - chanded all clone calls
* - return value cleanupMartin Willi2005-11-281-256/+53
|
* - memory allocation checks removedJan Hutter2005-11-281-24/+4
|
* - encryptino payload Martin Willi2005-11-281-6/+6
|
* - added compution of all needed keys and also creation of needed Jan Hutter2005-11-281-17/+12
| | | | transform objects
* - changed interface of ike_saJan Hutter2005-11-251-25/+49
| | | | - states can access ike_sa fields now just with functions
* - allocator_free_chunk changedJan Hutter2005-11-251-4/+4
|
* - moved linked_list_iterator_t to iterator_t, located in iterator.hMartin Willi2005-11-241-3/+3
|
* - typedefs changedMartin Willi2005-11-241-2/+4
|
* (no commit message)Martin Willi2005-11-231-0/+743