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,
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,
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,
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',