Tags: alexzorin/boulder
Tags
Continue work on more SMTP errors (letsencrypt#4039) Instead of just on 401. Pulled the various error codes from a handful of SMTP docs I could find, they could probably use a second once over by others though.
RA: fix valid authz reuse control for V2 newOrder. (letsencrypt#4027) Before fixing `ra.NewOrder` the `TestNewOrderAuthzReuseDisabled` test from this branch fails as expected based on letsencrypt#4026: ``` === RUN TestNewOrderAuthzReuseDisabled --- FAIL: TestNewOrderAuthzReuseDisabled (0.24s) ra_test.go:2477: "reused-valid-authz" == "reused-valid-authz" FAIL FAIL github.com/letsencrypt/boulder/ra 0.270s ``` Afterwards it passes: ``` === RUN TestNewOrderAuthzReuseDisabled --- PASS: TestNewOrderAuthzReuseDisabled (0.26s) PASS ok github.com/letsencrypt/boulder/ra 1.291s ```
PreviousNext