boulder/csr
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
..
csr.go csr: return berrors in VerifyCSR. (#4473) 2019-10-09 17:11:11 -07:00
csr_test.go RA: implement stricter email validation. (#4574) 2019-11-22 13:39:31 -05:00