Conversation
|
I've got a fork of |
|
Replacement orders are now supported |
|
There's a race condition in vs EDIT: This whole entire detour was actually an implementation bug in my eggsampler fork. 🤦🏼 |
…r which we know is way to big
beautifulentropy
left a comment
There was a problem hiding this comment.
Thanks for taking the time to get this added to Pebble!
Some nits regarding contexts that we're dropping, but nothing that means we can't merge. I think these are just some contexts params from the Boulder implementation which aren't necessary in the Pebble implementation?
5940490
|
it's sad that this mission latest release by just a day 😢 |
|
We'll make a new release soon.
…On Sat, May 25, 2024, 7:10 AM orangepizza ***@***.***> wrote:
it's sad that this mission latest release by just a day 😢
—
Reply to this email directly, view it on GitHub
<#461 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASFVZLU66RJQX3LJ6TGHWTZEBWQ7AVCNFSM6AAAAABHEL4TVWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZRGIYTOMBVGE>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
* 'main' of https://github.com/letsencrypt/pebble: (35 commits) add overriding of ARI response (letsencrypt#501) wfe: fix a race in `orderForDisplay` (letsencrypt#500) Bump golang.org/x/ dependencies (letsencrypt#499) currectly triggers BadSignatureAlgorithmProblem at JWS parse time (letsencrypt#492) use newer validation subdomain for dns-account-01 (fix CI eggsampler/acme error) (letsencrypt#498) Orders don't have a "deactivated" status. (letsencrypt#301) Update golangci-lint (letsencrypt#488) build(deps): bump github.com/go-jose/go-jose/v4 from 4.0.4 to 4.0.5 (letsencrypt#487) Truncate ARI timestamps to millisecond resolution (letsencrypt#485) return logical and compliant ARI windows for expiring certs (letsencrypt#484) Update dependencies (letsencrypt#481) docs: rm mention of subproblems being unimpl'd (letsencrypt#479) Fix(NOISSUE): Fix docker compose file example in README.md (letsencrypt#475) Add support for ACME Profiles (letsencrypt#473) Simplify KU, EKU, and SKID fields of issued certs (letsencrypt#472) Update golangci-lint to 1.60.2 (letsencrypt#474) Update /x/net for compatibility with go1.23 (letsencrypt#470) Reject extra command line args and fix README invocation (letsencrypt#467) Document exposing API and management ports when not using docker-compose.yaml (letsencrypt#465) Implement latest draft-ietf-acme-ari spec (letsencrypt#461) ...
The draft spec version at the time of this PR was draft-ietf-acme-ari-03, but failed replacement order handling is from the yet-to-be-released draft-ietf-acme-ari-04.
renewalInfoentry to the directory object which provides the base URL for ARI requests.renewalInfofor determining when the client should attempt renewal of a certificate.replaced. Replacement orders can be chained, but there can be no duplicate replacement of orders, just like boulder.Fixes #403