mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-09 00:00:53 -04:00
applied aes-xcbc-96 to ike as well
This commit is contained in:
parent
2e77a49c8c
commit
6878fa738a
4
testing/tests/ikev2/alg-aes-xcbc/description.txt
Normal file
4
testing/tests/ikev2/alg-aes-xcbc/description.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
Roadwarrior <b>carol</b> proposes to gateway <b>moon</b> the ESP cipher suite
|
||||||
|
<b>AES_CBC-256/AES_XCBC_96</b> by defining <b>esp=aes256-aesxcbc-modp2048</b>
|
||||||
|
in ipsec.conf. The same cipher suite is used for IKE: <b>ike=aes256-aesxcbc-modp2048</b>.
|
||||||
|
A ping from <b>carol</b> to <b>alice</b> successfully checks the established tunnel.
|
@ -11,7 +11,7 @@ conn %default
|
|||||||
rekeymargin=3m
|
rekeymargin=3m
|
||||||
keyingtries=1
|
keyingtries=1
|
||||||
keyexchange=ikev2
|
keyexchange=ikev2
|
||||||
ike=aes256-sha256-modp2048!
|
ike=aes256-aesxcbc-modp2048!
|
||||||
esp=aes256-aesxcbc-modp2048!
|
esp=aes256-aesxcbc-modp2048!
|
||||||
|
|
||||||
conn home
|
conn home
|
@ -11,7 +11,7 @@ conn %default
|
|||||||
rekeymargin=3m
|
rekeymargin=3m
|
||||||
keyingtries=1
|
keyingtries=1
|
||||||
keyexchange=ikev2
|
keyexchange=ikev2
|
||||||
ike=aes256-sha256-modp2048!
|
ike=aes256-aesxcbc-modp2048!
|
||||||
esp=aes256-aesxcbc-modp2048!
|
esp=aes256-aesxcbc-modp2048!
|
||||||
|
|
||||||
conn rw
|
conn rw
|
@ -1,4 +0,0 @@
|
|||||||
Roadwarrior <b>carol</b> proposes to gateway <b>moon</b> the ESP cipher suite
|
|
||||||
<b>AES_CBC-256/AES_XCBC_96</b> by defining <b>esp=aes256-aesxcbc-modp2048</b>
|
|
||||||
in ipsec.conf. A ping from <b>carol</b> to <b>alice</b> successfully checks
|
|
||||||
the established tunnel.
|
|
Loading…
x
Reference in New Issue
Block a user