remove extraneous integrity algos from AEAD ciphers (#439)

In reference to
https://github.com/trailofbits/algo/issues/9#issuecomment-294370560
pull/447/head
Dan Guido 7 years ago committed by GitHub
parent 14e8f309fe
commit 8e5e6d5088

@ -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!

Loading…
Cancel
Save