You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add TLS1.3 ciphers to default server_cipher_suites
In 2835ba2 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.
0 commit comments