Skip to content

crypto/tls: missing some cipher suite constants #14370

Description

@rutledgechinfeman

This file has a list of constants for TLS cipher suites:

https://golang.org/src/crypto/tls/cipher_suites.go

The list is incomplete, for example the ChaCha20-Poly1305 ciphers are missing. It would be useful to either (a) complete the list of ciphers and, or (b) document how the list of ciphers is curated.

If (a), there should also be some mechanism to keep the list up-to-date over time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions