mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
change the order of ciphers
This commit is contained in:
parent
f300fdb60b
commit
02f363d825
1 changed files with 2 additions and 2 deletions
|
@ -25,5 +25,5 @@ ciphers:
|
|||
ike: aes128gcm16-sha2_512-prfsha512-ecp256!
|
||||
esp: aes128gcm16-sha2_512-ecp256!
|
||||
compat:
|
||||
ike: aes128-sha2_512-prfsha512-ecp256,aes128gcm16-sha2_512-prfsha512-ecp256,aes128-sha2_256-prfsha256-modp2048!
|
||||
esp: aes128-sha2_512-ecp256,aes128gcm16-sha2_512-ecp256,aes128-sha2_256-modp2048!
|
||||
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!
|
||||
|
|
Loading…
Add table
Reference in a new issue