aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/sa
Commit message (Collapse)AuthorAgeFilesLines
* - import of strongswan-2.7.0Martin Willi2006-04-2826-8314/+0
| | | | | - applied patch for charon
* - reworked usage of IDs in various statesMartin Willi2006-04-275-41/+73
| | | | | | - using ID_ANY for any, not NULL as before - initiator sends IDr payload in IKE_AUTH when ID unique
* - add connection names to connectionsMartin Willi2006-04-276-29/+100
| | | | | | | | - stroke status / ipsec status shows them - added statusall for stroke - added status by connection name - some tests repaired, more to come
* - fixed spi conversionMartin Willi2006-04-261-3/+3
|
* - improved "stroke status" outputMartin Willi2006-04-264-1/+110
|
* - added separate implementation for connection_store, credential_store, ↵Martin Willi2006-04-253-10/+43
| | | | | | | | policy_store - added folder structure to config - credentials are fetched solely on IDs now
* - leak detective is usable, but does not show static function namesMartin Willi2006-04-131-0/+2
| | | | | | - a script which gets address via ldd and resolves address via addr2line would be nice - fixed a leak in child_sa with new detective ;-)
* - split up in libstrong, charon, stroke, testing doneMartin Willi2006-04-1011-111/+107
| | | | | | | | | - 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-0511-35/+51
|
* - improved strokeingMartin Willi2006-04-045-10/+169
| | | | | | | - down connection - status - some other tweaks
* - rewrote a lot of RSA stuffMartin Willi2006-03-301-2/+12
| | | | | | | | | | - done major work for ASN1/decoder - allow loading of ASN1 der encoded private keys, public keys and certificates - extracting public key from certificates - passing certificates from stroke to charon => basic authentication with RSA certificates works!
* - starter work on asn1 with der de/encoderMartin Willi2006-03-249-26/+8
| | | | | | - 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-239-78/+55
| | | | | | | - 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-205-36/+69
|
* - reworked configuration framework completlyMartin Willi2006-03-1615-359/+227
| | | | | | - 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-144-101/+18
| | | | | - some improvements here and there
* - configuration_manager replaced by configuration_t interfaceMartin Willi2006-03-078-12/+25
| | | | | | | | - 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
* - comments and cleanupsMartin Willi2006-03-022-1/+3
|
* - working policy installation and removalMartin Willi2006-03-014-81/+220
|
* - fixed policy setup bugMartin Willi2006-02-233-47/+116
|
* - proposal setup implementation begunMartin Willi2006-02-225-156/+370
|
* - installing of child sa worksMartin Willi2006-02-168-74/+381
| | | | | - need correct IP adresses to actually use IPsec
* - refactored ike proposalMartin Willi2006-02-1411-453/+353
| | | | | | | | - 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-104-76/+80
|
* - some fixes here and thereMartin Willi2006-02-094-9/+80
|
* - 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-152-2/+2
|
* added support for informational request and responseJan Hutter2005-12-121-2/+29
|
* fixed bugJan Hutter2005-12-121-14/+1
|
* - fixed bugJan Hutter2005-12-122-5/+35
|
* - added deletion of IKE_SAJan Hutter2005-12-124-8/+225
|
* - 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
|
* - removed prime poolMartin Willi2005-12-071-2/+1
|
* - 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-077-213/+281
|
* - code cleaned upJan Hutter2005-12-071-0/+9
|
* - code cleaned upJan Hutter2005-12-072-23/+73
|
* - code cleaned upJan Hutter2005-12-077-198/+312
|
* - code cleaned upJan Hutter2005-12-072-16/+28
|
* - code cleaned upJan Hutter2005-12-072-62/+62
|
* ../svn-commit.tmpMartin Willi2005-12-078-203/+205
|
* - documentation updatedJan Hutter2005-12-071-1/+2
|
* - fixed gmp initialization bugsMartin Willi2005-12-074-15/+20
| | | | | - fixed spi check bug in ike_sa_init_requested
* - code cleanup of encoding packageMartin Willi2005-12-062-2/+2
|