Skip to content

Commit

Permalink
modify ciphers #247
Browse files Browse the repository at this point in the history
  • Loading branch information
jackivanov committed Apr 10, 2017
1 parent 92b07aa commit c7fead5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
11 changes: 4 additions & 7 deletions roles/vpn/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@ strongswan_enabled_plugins:
- x509

ciphers:
old:
ike: aes128gcm16-sha2_256-prfsha256-ecp256!
esp: aes128gcm16-sha2_256-ecp256!
defaults:
ike: aes192gcm16-prfsha512-ecp521!
esp: aes192gcm16-ecp521!
ike: aes128gcm16-sha2_512-prfsha512-ecp256!
esp: aes128gcm16-sha2_512-ecp256!
windows:
ike: aes128gcm16-sha2_256-prfsha256-ecp256,aes256-sha2_256-prfsha256-modp2048!
esp: aes128gcm16-sha2_256-ecp256,aes256-sha2_256-modp2048!
ike: aes128gcm16-sha2_512-prfsha512-ecp256,aes128-sha2_256-prfsha256-modp2048!
esp: aes128gcm16-sha2_512-ecp256,aes128-sha2_256-modp2048!
4 changes: 2 additions & 2 deletions roles/vpn/templates/mobileconfig.j2
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<key>EncryptionAlgorithm</key>
<string>AES-128-GCM</string>
<key>IntegrityAlgorithm</key>
<string>SHA2-256</string>
<string>SHA2-512</string>
<key>LifeTimeInMinutes</key>
<integer>20</integer>
</dict>
Expand All @@ -85,7 +85,7 @@
<key>EncryptionAlgorithm</key>
<string>AES-128-GCM</string>
<key>IntegrityAlgorithm</key>
<string>SHA2-256</string>
<string>SHA2-512</string>
<key>LifeTimeInMinutes</key>
<integer>20</integer>
</dict>
Expand Down

0 comments on commit c7fead5

Please sign in to comment.