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.
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.