aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/sa/ike_sa.h
Commit message (Collapse)AuthorAgeFilesLines
* - import of strongswan-2.7.0Martin Willi2006-04-281-462/+0
| | | | | - applied patch for charon
* - add connection names to connectionsMartin Willi2006-04-271-2/+17
| | | | | | | | - stroke status / ipsec status shows them - added statusall for stroke - added status by connection name - some tests repaired, more to come
* - improved "stroke status" outputMartin Willi2006-04-261-0/+13
|
* - added separate implementation for connection_store, credential_store, ↵Martin Willi2006-04-251-2/+18
| | | | | | | | policy_store - added folder structure to config - credentials are fetched solely on IDs now
* ../svn-commit.tmpMartin Willi2006-04-051-3/+3
|
* - improved strokeingMartin Willi2006-04-041-0/+16
| | | | | | | - down connection - status - some other tweaks
* - starter work on asn1 with der de/encoderMartin Willi2006-03-241-10/+0
| | | | | | - RSA private and public key can load read key from ASN1 DER - some other fixes here and there
* - reworked configuration framework completlyMartin Willi2006-03-161-60/+20
| | | | | | - 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
* - installing of child sa worksMartin Willi2006-02-161-1/+10
| | | | | - need correct IP adresses to actually use IPsec
* - refactored ike proposalMartin Willi2006-02-141-42/+26
| | | | | | | | - 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
* - some fixes here and thereMartin Willi2006-02-091-0/+8
|
* - added deletion of IKE_SAJan Hutter2005-12-121-0/+9
|
* - cleanup of states ike_auth_requested and ike_sa_init_respondedMartin Willi2005-12-071-0/+10
|
* - code cleaned upJan Hutter2005-12-071-62/+72
|
* - fixed gmp initialization bugsMartin Willi2005-12-071-6/+12
| | | | | - fixed spi check bug in ike_sa_init_requested
* - implemented jobs DELETE_HALF_OPEN_IKE_SA and DELETE_ESTABLISHED_IKE_SAJan Hutter2005-12-061-1/+18
|
* - preshared secrets are now retrieved over configuration_managerJan Hutter2005-12-031-0/+10
|
* - authentication with preshared key working but code MUST be cleanedJan Hutter2005-12-031-6/+17
|
* - started to implement authenticator_tJan Hutter2005-12-021-2/+31
|
* - retransmitting of requests implementedJan Hutter2005-12-021-0/+8
|
* - added new job type retransmit_request_job_tJan Hutter2005-12-021-8/+21
| | | | - fixed memory leaks
* - state ike_sa_init_responded implemented (has some memleaks)Martin Willi2005-12-021-0/+16
|
* - added notify message handling to ike_sa_init_requested_t and Jan Hutter2005-12-021-0/+6
| | | | responder_init_t
* - new configuration support added to ike_sa and statesJan Hutter2005-12-011-2/+38
|
* - encryption seems to workJan Hutter2005-11-291-0/+17
|
* - changed allocation behaviorMartin Willi2005-11-291-0/+8
|
* - return value cleanupMartin Willi2005-11-281-28/+25
|
* - added compution of all needed keys and also creation of needed Jan Hutter2005-11-281-4/+7
| | | | transform objects
* - changed interface of ike_saJan Hutter2005-11-251-110/+68
| | | | - states can access ike_sa fields now just with functions
* - typedefs changedMartin Willi2005-11-241-6/+6
|
* okMartin Willi2005-11-231-0/+287