Windows needs SHA2-256. Closes #453. (#456)

This commit is contained in:
Dan Guido 2017-04-20 07:26:46 -04:00 committed by GitHub
parent 8173b84ff8
commit 0b05ea19bc

View file

@ -25,5 +25,5 @@ ciphers:
ike: aes128gcm16-prfsha512-ecp256!
esp: aes128gcm16-ecp256!
compat:
ike: aes128gcm16-prfsha512-ecp256,aes128-sha2_512-prfsha512-ecp256,aes128-sha2_512-prfsha512-modp2048!
esp: aes128gcm16-ecp256,aes128-sha2_512-prfsha512-ecp256,aes128-sha2_512-prfsha512-modp2048!
ike: aes128gcm16-prfsha512-ecp256,aes128-sha2_512-prfsha512-ecp256,aes128-sha2_256-prfsha256-modp2048!
esp: aes128gcm16-ecp256,aes128-sha2_512-prfsha512-ecp256,aes128-sha2_256-prfsha256-modp2048!