Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implemented proper refcounting using atomic operations | Martin Willi | 2006-07-28 | 4 | -6/+12 |
| | |||||
* | implemented IKE_SA rekeying | Martin Willi | 2006-07-27 | 4 | -10/+96 |
| | | | | | | uses ikelifetime, rekeymargin and rekeyfuzz config settings no handling of simultaneus exchanges yet! | ||||
* | added possibility to route CHILD_SAs, without to set them up | Martin Willi | 2006-07-21 | 2 | -0/+33 |
| | | | | | | | support for auto=route parameter support for ipsec route and ipsec unroute initiating of CHILD and/or IKE_SAs based on kernel acquires | ||||
* | introduced refcounting on policy and connections | Martin Willi | 2006-07-20 | 8 | -416/+314 |
| | | | | | | | | | aren't stored in the IKE_SA anymore, they are queried on the fly are immutable now, allows it to share them policy selection based on traffic selectors, leads to valid lookup results rekeying queries the policy based on its traffic selectors | ||||
* | cleanups in kernel interface code | Martin Willi | 2006-07-18 | 4 | -127/+223 |
| | | | | | | added proper traffic selector to string conversion some cleanups here & there | ||||
* | identification_t.matches() supports multiple wildcard counts | Andreas Steffen | 2006-07-11 | 1 | -23/+9 |
| | |||||
* | updated copyright information | Martin Willi | 2006-07-07 | 8 | -14/+21 |
| | |||||
* | added support for leftprotoport and rightprotoport | Martin Willi | 2006-07-05 | 2 | -7/+18 |
| | |||||
* | redesigned IKE_SA using a transaction mechanism: | Martin Willi | 2006-07-05 | 5 | -21/+18 |
| | | | | | | | | | | | | removed old state machine reimplemented IKE_SA setup and delete implemented dead peer detection implemented keep-alives a lot of fixes no rekeying yet | ||||
* | log entries start with lowcercase character | Andreas Steffen | 2006-07-04 | 1 | -2/+6 |
| | |||||
* | support of cert payloads | Andreas Steffen | 2006-07-03 | 6 | -64/+205 |
| | |||||
* | added X.509 trust chain verification | Andreas Steffen | 2006-06-27 | 2 | -4/+248 |
| | |||||
* | applied new changes from NATT team | Martin Willi | 2006-06-23 | 3 | -27/+1 |
| | | | | | DPD only done when no IPsec and IKE traffic processed minor changes here and there | ||||
* | first merge of NATT code | Martin Willi | 2006-06-22 | 2 | -13/+89 |
| | |||||
* | readded local_credential_store | Martin Willi | 2006-06-20 | 5 | -78/+242 |
| | | | | | | added sendcert policy to connection some other cleanups | ||||
* | implemented rereadcrls rereadcacerts | Andreas Steffen | 2006-06-20 | 2 | -0/+669 |
| | |||||
* | removed local_credential_store | Andreas Steffen | 2006-06-20 | 2 | -689/+0 |
| | |||||
* | added crl support | Andreas Steffen | 2006-06-16 | 3 | -15/+188 |
| | |||||
* | fixed aes code, we support now aes128, aes192, aes256 in IKE | Martin Willi | 2006-06-15 | 1 | -2/+0 |
| | |||||
* | added support for "ike" and "esp" keywords | Martin Willi | 2006-06-15 | 3 | -9/+192 |
| | | | | | | | fixed bugs in proposal code algorithm selection for charon works now with ipsec.conf a lot of other fixes | ||||
* | debug and logging improvements | Martin Willi | 2006-06-13 | 3 | -5/+9 |
| | |||||
* | add_certificate() now returns pointer to added cert | Andreas Steffen | 2006-06-12 | 2 | -8/+8 |
| | |||||
* | workaround for peers rekeying at the same time | Martin Willi | 2006-06-12 | 3 | -9/+42 |
| | | | | | loading lifetime policies from ipsec.conf | ||||
* | old child_sa gets deleted after rekeying | Martin Willi | 2006-06-09 | 1 | -3/+3 |
| | | | | | | rekeying almost complete, but: IKE_SA get in an invalid state when both initiate rekeying at the same time, | ||||
* | improved kernel interface logging | Martin Willi | 2006-06-09 | 1 | -3/+3 |
| | |||||
* | fixed clone/destroy behavior when not using CAs | Martin Willi | 2006-06-09 | 1 | -5/+17 |
| | |||||
* | specifying keysize in bits, as it is required in IKEv2 | Martin Willi | 2006-06-09 | 1 | -1/+1 |
| | | | | | | added generic kernel SA algorithm handling, which brings us: aes-128, aes-256, blowfish, des, 3des and null encryption for CHILD_SAs | ||||
* | added support for leftsendcert= and left|rightca= parameters | Andreas Steffen | 2006-06-09 | 2 | -2/+41 |
| | |||||
* | discard cert if CA basic constraints flag is not set and warn if cert is not ↵ | Andreas Steffen | 2006-06-09 | 1 | -5/+16 |
| | | | | valide | ||||
* | fixed compile warnings when using -Wall | Martin Willi | 2006-06-08 | 5 | -8/+12 |
| | | | | | | | | further CHILD_SA rekeying work done: creation of a new CHILD_SA on a expire from a kernel works delete of old CHILD_SA still missing some issues when both initiate rekeing | ||||
* | further work for rekeying: | Martin Willi | 2006-06-07 | 5 | -356/+182 |
| | | | | | | | | | get liftimes from policy added new state initiation of rekeying done proposal redone: removed support for AH+ESP proposals | ||||
* | - fixed some memleaks/freebugs | Martin Willi | 2006-05-31 | 1 | -1/+0 |
| | | | | | - leak detective works almost usable now (?!) | ||||
* | - fixed host-host tunnel traffic selection, host-host works now | Martin Willi | 2006-05-31 | 1 | -6/+24 |
| | |||||
* | full support of ikev1 and ikev2 connection flags | Andreas Steffen | 2006-05-30 | 1 | -6/+7 |
| | |||||
* | new functions to add certificates and retrieve private and public keys | Andreas Steffen | 2006-05-30 | 3 | -120/+182 |
| | |||||
* | changed log level | Andreas Steffen | 2006-05-30 | 1 | -2/+2 |
| | |||||
* | - policies contain a connections name now | Martin Willi | 2006-05-29 | 8 | -257/+340 |
| | | | | | | | | - used for initiate and delete - connections won't get initiated twice anymore - deleting of connections is now possible, which allows us to use ipsec update and ipsec reload | ||||
* | - show connection templates in status & statusall | Martin Willi | 2006-05-23 | 2 | -0/+55 |
| | | | | | - don't complain on termination of IKEv1 connections | ||||
* | - changed config load strategy: | Martin Willi | 2006-05-23 | 2 | -3/+33 |
| | | | | | | | starter loads both connections in charon & pluto, charon ignores anything with keyexchange!=ikev2. pluto needs the same behavior. | ||||
* | - applied patch from andreas, which allows certificate listing via stroke | Martin Willi | 2006-05-19 | 3 | -5/+40 |
| | |||||
* | - applied andreas's patch | Martin Willi | 2006-05-18 | 1 | -41/+56 |
| | | | | | | | - logger output improvements - testin gupdates - and a lot more | ||||
* | - introduced autotools | Martin Willi | 2006-05-16 | 4 | -100/+0 |
| | | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups | ||||
* | (no commit message) | Martin Willi | 2006-05-10 | 23 | -0/+4423 |