letsencrypt / boulder

An ACME-based certificate authority, written in Go.
Mozilla Public License 2.0
5.06k stars 593 forks source link

WFE: Normalize SANs in NewOrder request #7554

Closed pgporada closed 1 week ago

pgporada commented 1 week ago

In #7530, wfe.NewOrder began constructing a rate limit transaction with a precondition that all names must be lower-cased, however the actual implementation of the precondition was accidentally overlooked. This fix corrects that and adds a unit test to prevent a future regression.

Other changes: