aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/config
Commit message (Collapse)AuthorAgeFilesLines
...
* specifying keysize in bits, as it is required in IKEv2Martin Willi2006-06-091-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= parametersAndreas Steffen2006-06-092-2/+41
|
* discard cert if CA basic constraints flag is not set and warn if cert is not ↵Andreas Steffen2006-06-091-5/+16
| | | | valide
* fixed compile warnings when using -WallMartin Willi2006-06-085-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 Willi2006-06-075-356/+182
| | | | | | | | | get liftimes from policy added new state initiation of rekeying done proposal redone: removed support for AH+ESP proposals
* - fixed some memleaks/freebugsMartin Willi2006-05-311-1/+0
| | | | | - leak detective works almost usable now (?!)
* - fixed host-host tunnel traffic selection, host-host works nowMartin Willi2006-05-311-6/+24
|
* full support of ikev1 and ikev2 connection flagsAndreas Steffen2006-05-301-6/+7
|
* new functions to add certificates and retrieve private and public keysAndreas Steffen2006-05-303-120/+182
|
* changed log levelAndreas Steffen2006-05-301-2/+2
|
* - policies contain a connections name nowMartin Willi2006-05-298-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 & statusallMartin Willi2006-05-232-0/+55
| | | | | - don't complain on termination of IKEv1 connections
* - changed config load strategy:Martin Willi2006-05-232-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 strokeMartin Willi2006-05-193-5/+40
|
* - applied andreas's patchMartin Willi2006-05-181-41/+56
| | | | | | | - logger output improvements - testin gupdates - and a lot more
* - introduced autotoolsMartin Willi2006-05-164-100/+0
| | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups
* (no commit message)Martin Willi2006-05-1023-0/+4423