boulder/features
Roland Bracewell Shoemaker 56898e8953
Log RSA key sizes in WFE/WFE2 and add feature to restrict them (#4839)
Currently 99.99% of RSA keys we see in certificates at Let's Encrypt are
either 2048, 3072, or 4096 bits, but we support every 8 bit increment
between 2048 and 4096. Supporting these uncommon key sizes opens us up to
having to block much larger ranges of keys when dealing with something
like the Debian weak keys incident. Instead we should just reduce the
set of key sizes we support down to what people actually use.

Fixes #4835.
2020-06-08 11:23:27 -07:00
..
featureflag_string.go Log RSA key sizes in WFE/WFE2 and add feature to restrict them (#4839) 2020-06-08 11:23:27 -07:00
features.go Log RSA key sizes in WFE/WFE2 and add feature to restrict them (#4839) 2020-06-08 11:23:27 -07:00
features_test.go Remove export of feature flags. (#3210) 2017-11-02 07:07:02 -07:00