mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
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:
parent
14e8f309fe
commit
8e5e6d5088
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue