remove extraneous integrity algos from AEAD ciphers (#439)

In reference to
https://github.com/trailofbits/algo/issues/9#issuecomment-294370560
This commit is contained in:
Dan Guido 2017-04-18 01:11:56 -04:00 committed by GitHub
parent 14e8f309fe
commit 8e5e6d5088

View file

@ -22,8 +22,8 @@ strongswan_enabled_plugins:
ciphers:
defaults:
ike: aes128gcm16-sha2_512-prfsha512-ecp256!
esp: aes128gcm16-sha2_512-ecp256!
ike: aes128gcm16-prfsha512-ecp256!
esp: aes128gcm16-ecp256!
compat:
ike: aes128gcm16-sha2_512-prfsha512-ecp256,aes128-sha2_512-prfsha512-ecp256,aes128-sha2_256-prfsha256-modp2048!
esp: aes128gcm16-sha2_512-ecp256,aes128-sha2_512-ecp256,aes128-sha2_256-modp2048!
ike: aes128gcm16-prfsha512-ecp256,aes128-sha2_512-prfsha512-ecp256,aes128-sha2_512-prfsha512-modp2048!
esp: aes128gcm16-ecp256,aes128-sha2_512-ecp256,aes128-sha2_512-prfsha512-modp2048!