aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/sa/states
Commit message (Collapse)AuthorAgeFilesLines
* - import of strongswan-2.7.0Martin Willi2006-04-2815-4006/+0
| | | | | - applied patch for charon
* - reworked usage of IDs in various statesMartin Willi2006-04-273-39/+71
| | | | | | - using ID_ANY for any, not NULL as before - initiator sends IDr payload in IKE_AUTH when ID unique
* - split up in libstrong, charon, stroke, testing doneMartin Willi2006-04-106-60/+58
| | | | | | | | | - 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-057-22/+38
|
* - starter work on asn1 with der de/encoderMartin Willi2006-03-246-6/+7
| | | | | | - 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-235-39/+25
| | | | | | | - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-)
* - works quite well now with ipsec.conf & ipsec starterMartin Willi2006-03-203-18/+23
|
* - reworked configuration framework completlyMartin Willi2006-03-167-95/+99
| | | | | | - configuration is now split up in: connections, policies, credentials and daemon config - further alloc/free fixes needed!
* - first attempt for connection loading and starting via "stroke"Martin Willi2006-03-142-36/+12
| | | | | - some improvements here and there
* - configuration_manager replaced by configuration_t interfaceMartin Willi2006-03-074-4/+9
| | | | | | | | - 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
* - working policy installation and removalMartin Willi2006-03-012-4/+8
|
* - fixed policy setup bugMartin Willi2006-02-232-36/+77
|
* - proposal setup implementation begunMartin Willi2006-02-223-130/+222
|
* - installing of child sa worksMartin Willi2006-02-164-22/+89
| | | | | - need correct IP adresses to actually use IPsec
* - refactored ike proposalMartin Willi2006-02-146-161/+130
| | | | | | | | - 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
|
* - key derivation for child_sa worksMartin Willi2006-02-102-60/+29
|
* - some fixes here and thereMartin Willi2006-02-091-0/+21
|
* - fixed memleaksMartin Willi2006-02-093-9/+31
|
* - works with new proposal codeMartin Willi2006-02-093-11/+49
| | | | | - still some(!) memleaks
* - fixed alot of bugs in child_proposalMartin Willi2006-02-083-67/+52
| | | | | - near to working state ;-)
* - fixed doxygen warningsMartin Willi2005-12-151-1/+1
|
* fixed bugJan Hutter2005-12-121-14/+1
|
* - fixed bugJan Hutter2005-12-121-2/+13
|
* - added deletion of IKE_SAJan Hutter2005-12-122-7/+183
|
* - fixed some BAD bugsMartin Willi2005-12-124-22/+26
| | | | | - clean localhost-testcases for bad_dh, shared and rsa
* - added todo's Jan Hutter2005-12-121-6/+2
|
* - logging cleanup in statesMartin Willi2005-12-076-234/+216
|
* - added support for empty traffic selectors and empty sa payload in Jan Hutter2005-12-072-6/+11
| | | | IKE_AUTH request and reply
* (no commit message)Martin Willi2005-12-071-3/+0
|
* - cleanup of states ike_auth_requested and ike_sa_init_respondedMartin Willi2005-12-075-213/+231
|
* - code cleaned upJan Hutter2005-12-071-0/+9
|
* - code cleaned upJan Hutter2005-12-072-23/+73
|
* ../svn-commit.tmpMartin Willi2005-12-075-135/+137
|
* - fixed gmp initialization bugsMartin Willi2005-12-071-2/+3
| | | | | - fixed spi check bug in ike_sa_init_requested
* - code cleanup of encoding packageMartin Willi2005-12-062-2/+2
|
* - implemented jobs DELETE_HALF_OPEN_IKE_SA and DELETE_ESTABLISHED_IKE_SAJan Hutter2005-12-062-0/+2
|
* - code cleanedJan Hutter2005-12-062-41/+83
|
* - code cleanedJan Hutter2005-12-062-82/+138
|
* - code cleanedJan Hutter2005-12-062-205/+285
|
* - code cleanedJan Hutter2005-12-062-92/+69
|
* - code cleanedJan Hutter2005-12-062-219/+210
|
* - added payload CERTJan Hutter2005-12-055-24/+155
| | | | | | - cleaned code of different states - added additional notify handling
* - preshared secrets are now retrieved over configuration_managerJan Hutter2005-12-033-4/+4
|
* - authentication with preshared key working but code MUST be cleanedJan Hutter2005-12-038-80/+173
|
* - started to implement authenticator_tJan Hutter2005-12-026-21/+68
|
* - fixed id bugsMartin Willi2005-12-021-5/+6
|
* - fixed id bugMartin Willi2005-12-021-7/+13
|
* - fixesMartin Willi2005-12-021-14/+11
|
* fixed different bugs when checking out ike sa and retransmitting Jan Hutter2005-12-023-11/+47
| | | | requests