boulder/policy
Daniel McCarney fde145ab96
RA: implement stricter email validation. (#4574)
Prev. we weren't checking the domain portion of an email contact address
very strictly in the RA. This updates the PA to export a function that
can be used to validate the domain the same way we validate domain
portions of DNS type identifiers for issuance.

This also changes the RA to use the `invalidEmail` error type in more
places.

A new Go integration test is added that checks these errors end-to-end
for both account creation and account update.
2019-11-22 13:39:31 -05:00
..
pa.go RA: implement stricter email validation. (#4574) 2019-11-22 13:39:31 -05:00
pa_test.go PA: remove 230-byte limit on DNS names. (#4537) 2019-11-11 10:06:28 -05:00