mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-05 03:23:14 +02:00
some name fixes
This commit is contained in:
parent
1adf8a24a9
commit
ca026c2768
3 changed files with 7 additions and 7 deletions
|
@ -24,6 +24,6 @@ ciphers:
|
|||
defaults:
|
||||
ike: aes128gcm16-sha2_512-prfsha512-ecp256!
|
||||
esp: aes128gcm16-sha2_512-ecp256!
|
||||
windows:
|
||||
ike: aes128gcm16-sha2_512-prfsha512-ecp256,aes128-sha2_256-prfsha256-modp2048!
|
||||
esp: aes128gcm16-sha2_512-ecp256,aes128-sha2_256-modp2048!
|
||||
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!
|
||||
|
|
|
@ -7,8 +7,8 @@ conn ikev2-{{ IP_subject_alt_name }}
|
|||
dpddelay=35s
|
||||
|
||||
{% if Win10_Enabled is defined and Win10_Enabled == "Y" %}
|
||||
ike={{ ciphers.windows.ike }}
|
||||
esp={{ ciphers.windows.esp }}
|
||||
ike={{ ciphers.compat.ike }}
|
||||
esp={{ ciphers.compat.esp }}
|
||||
{% else %}
|
||||
ike={{ ciphers.defaults.ike }}
|
||||
esp={{ ciphers.defaults.esp }}
|
||||
|
|
|
@ -11,8 +11,8 @@ conn %default
|
|||
dpddelay=35s
|
||||
|
||||
{% if Win10_Enabled is defined and Win10_Enabled == "Y" %}
|
||||
ike={{ ciphers.windows.ike }}
|
||||
esp={{ ciphers.windows.esp }}
|
||||
ike={{ ciphers.compat.ike }}
|
||||
esp={{ ciphers.compat.esp }}
|
||||
{% else %}
|
||||
ike={{ ciphers.defaults.ike }}
|
||||
esp={{ ciphers.defaults.esp }}
|
||||
|
|
Loading…
Add table
Reference in a new issue