chiark / gitweb /
site: support multiple transforms
[secnet.git] / test-example / common.conf
index 64bfc819436c1c1cd9bd67ad476ad28f60b12f65..b849052b78064662433b5feddb0401873c204470 100644 (file)
@@ -8,8 +8,6 @@ resolver adns {
 };
 log-events "all";
 random randomfile("/dev/urandom",no);
-transform serpent256-cbc {
-        max-sequence-skew 10;
-};
+transform eax-serpent { }, serpent256-cbc { };
 include test-example/sites.conf
 sites map(site,vpn/test-example/all-sites);