Project

General

Profile

« Previous | Next » 

Revision af437c66

Added by Alex Fisher 12 months ago

Add TLS1.3 ciphers to default server_cipher_suites

In 2835ba227d5be98d6d7118883c77e7fe9fdd8299 the default
`server_ssl_protocols` was expanded to include TLS 1.3. This had no
affect for users not overriding `server_cipher_suites` though as no TLS
1.3 cipher suites were included by default.

This commit adds `TLS_AES_128_GCM_SHA256` and `TLS_AES_256_GCM_SHA384`
which are both NIST approved.

  • added
  • modified
  • copied
  • renamed
  • deleted