]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Use 128 bit security in README.pod examples
authorAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 18 Dec 2015 14:08:33 +0000 (15:08 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 18 Dec 2015 14:08:33 +0000 (15:08 +0100)
src/libcharon/plugins/vici/perl/Vici-Session/README.pod

index de73a03f8145cb7e6f19be06c9378db6681a214c..de374aa11fa7a242630a9722f2ec453325879ae6 100644 (file)
@@ -242,7 +242,7 @@ with the same name gets updated or replaced.
 
   my @l_ts = ( '10.1.0.0/16' );
   my @r_ts = ( '10.2.0.0/16' );
-  my @esp  = ( 'aes128gcm128-modp2048' );
+  my @esp  = ( 'aes128gcm128-modp3072' );
 
   my %child = (
       local_ts  => \@l_ts,
@@ -257,7 +257,7 @@ with the same name gets updated or replaced.
   my %l = ( auth => 'pubkey', id => 'moon.strongswan.org',
             certs => \@l_certs );
   my %r = ( auth => 'pubkey', id => 'sun.strongswan.org');
-  my @ike = ( 'aes128-sha256-modp2048' );
+  my @ike = ( 'aes128-sha256-modp3072' );
 
   my %gw = (
       version => 2,
@@ -278,7 +278,7 @@ with the same name gets updated or replaced.
 print "----- load-conn -----\n";
 my @l_ts = ( '10.1.0.0/16' );
 my @r_ts = ( '10.2.0.0/16' );
-my @esp  = ( 'aes128gcm128-modp2048' );
+my @esp  = ( 'aes128gcm128-modp3072' );
 my %child = (
     local_ts  => \@l_ts,
     remote_ts => \@r_ts,
@@ -290,7 +290,7 @@ my @r_addrs = ( '192.168.0.2' );
 my @l_certs = ( $moon_cert );
 my %l = ( auth => 'pubkey', id => 'moon.strongswan.org', certs => \@l_certs );
 my %r = ( auth => 'pubkey', id => 'sun.strongswan.org');
-my @ike = ( 'aes128-sha256-modp2048' );
+my @ike = ( 'aes128-sha256-modp3072' );
 my %gw = (
     version => 2,
     mobike => 'no',