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 070a18a507
commit 3aa3339b22

View file

@ -25,5 +25,5 @@ ciphers:
ike: aes128gcm16-prfsha512-ecp256! ike: aes128gcm16-prfsha512-ecp256!
esp: aes128gcm16-ecp256! esp: aes128gcm16-ecp256!
compat: compat:
ike: aes128gcm16-prfsha512-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_512-prfsha512-modp2048! esp: aes128gcm16-ecp256,aes128-sha2_512-prfsha512-ecp256,aes128-sha2_256-prfsha256-modp2048!