boulder/sa
Daniel McCarney c490ec457f SA: statusForOrder shouldn't fetch authzs for expired orders. (#3843)
If an order is expired the status is invalid and we don't need to get any of the order's authorizations. Its important to exit early in this case because expired authorizations may be purged from the DB. Fetching the authz's for an expired order may return less authz objects than expected, triggering a 500 error response.

Resolves https://github.com/letsencrypt/boulder/issues/3839
2018-09-05 11:52:28 -07:00
..
_db Change pendingAuthorizations indexes for better performance. (#3775) 2018-06-26 10:49:20 -07:00
_db-next Ungate config-next for wfe2 and Wildcards. 2018-03-14 13:18:37 -07:00
proto Excise code relating to pre-SCT embedding issuance flow (#3769) 2018-06-28 08:33:05 -04:00
satest Replace go-jose v1 with go-jose v2. (#2899) 2017-07-26 10:55:14 -07:00
authz.go Batch fetching of existing authorizations and creation of pending authorizations (#3058) 2017-09-25 09:10:59 -07:00
database.go Provide formatting logger functions. (#3699) 2018-05-10 11:06:29 -07:00
database_test.go remove prefixdb and replace with mysql driver params (#2871) 2017-07-17 16:40:56 -07:00
ip_range_test.go Remove all stray copyright headers and appends the initial line to LICENSE.txt (#1853) 2016-05-31 12:32:04 -07:00
model.go Enforce new orders per acct per window rate limit. (#3501) 2018-03-02 10:47:39 -08:00
model_test.go Consolidate registration model (#3064) 2017-09-12 12:35:40 -04:00
rollback.go Only wrap error given to `Rollback` when `tx.Rollback()` fails. (#3025) 2017-08-31 14:44:25 -04:00
rollback_test.go Only wrap error given to `Rollback` when `tx.Rollback()` fails. (#3025) 2017-08-31 14:44:25 -04:00
sa.go SA: statusForOrder shouldn't fetch authzs for expired orders. (#3843) 2018-09-05 11:52:28 -07:00
sa_test.go SA: statusForOrder shouldn't fetch authzs for expired orders. (#3843) 2018-09-05 11:52:28 -07:00
test-cert.der Store a DB of issued names. 2015-09-28 19:37:50 -07:00
test-cert2.der Implement rate limiting by domain name. 2015-10-04 21:04:26 -07:00
type-converter.go Replace go-jose v1 with go-jose v2. (#2899) 2017-07-26 10:55:14 -07:00
type-converter_test.go Replace go-jose v1 with go-jose v2. (#2899) 2017-07-26 10:55:14 -07:00
www.eff.org.der Add initial certificate status in SA. 2015-04-23 19:52:34 -07:00