mozilla / ssl-config-generator

Mozilla SSL Configuration Generator
https://ssl-config.mozilla.org/
Mozilla Public License 2.0
358 stars 59 forks source link

Update Go generator #101

Closed FiloSottile closed 4 years ago

FiloSottile commented 4 years ago

The Old config also prioritizes some cipher suites that we disable by default because they don't implement any Lucky13 countermeasures.

https://pkg.go.dev/crypto/tls?tab=doc#pkg-note-BUG

AFAIK they don't really move the needle in terms of compatibility so you could remove them, but at least they should be sorted last. Is there interest in making a custom order for Go?

april commented 4 years ago

@FiloSottile, thanks so much!