Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure we use TLS 1.2/1.3 with secure cipher suites #14

Open
bsanchezmir opened this issue Sep 26, 2023 · 0 comments
Open

Ensure we use TLS 1.2/1.3 with secure cipher suites #14

bsanchezmir opened this issue Sep 26, 2023 · 0 comments

Comments

@bsanchezmir
Copy link
Contributor

We need to enhance the security of our application by ensuring that it exclusively uses TLS 1.2 and TLS 1.3, I propose using the following cipher suites:

  • tls.TLS_AES_256_GCM_SHA384
  • tls.TLS_CHACHA20_POLY1305_SHA256
  • tls.TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
  • tls.TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
  • tls.TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
  • tls.TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA

By enforcing the use of TLS 1.2 and TLS 1.3 with these specific cipher suites, we can significantly enhance the security of our application. These cipher suites offer a high level of encryption strength and resistance to attacks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant