boulder/wfe2
Samantha 25ea9e9cf0
WFE: Implement CertID format as per draft-ietf-acme-ari-02 (#7184)
Add support for draft-ietf-acme-ari-02 format alongside the existing
draft-ietf-acme-ari-01 implementation. Both formats are interchangeable.

Fixes #7037
2023-12-15 14:34:28 -08:00
..
test Fix various WFE2 bugs. (#3292) 2017-12-19 13:13:29 -08:00
README.md Duplicate WFE to WFE2. (#2839) 2017-07-05 13:32:45 -07:00
cache.go Add account cache to WFE (#5855) 2021-12-15 11:10:23 -08:00
cache_test.go Add account cache to WFE (#5855) 2021-12-15 11:10:23 -08:00
prod_aia.go Fixup staticcheck and stylecheck, and violations thereof (#5897) 2022-01-20 16:22:30 -08:00
stale.go Finish migration from int64 timestamps to timestamppb (#7142) 2023-11-27 13:37:31 -08:00
stale_test.go Finish migration from int64 timestamps to timestamppb (#7142) 2023-11-27 13:37:31 -08:00
stats.go WFE: Correct Error Handling for Nonce Redemption RPCs with Unknown Prefixes (#7004) 2023-07-28 12:07:52 -04:00
test_aia.go Remove wfe1 integration tests (#5840) 2021-12-10 12:40:22 -08:00
verify.go wfe2: Check nonce length (#7045) 2023-08-22 09:28:53 -07:00
verify_test.go wfe2: Check nonce length (#7045) 2023-08-22 09:28:53 -07:00
wfe.go WFE: Implement CertID format as per draft-ietf-acme-ari-02 (#7184) 2023-12-15 14:34:28 -08:00
wfe_test.go WFE: Implement CertID format as per draft-ietf-acme-ari-02 (#7184) 2023-12-15 14:34:28 -08:00

README.md

WFE v2

The wfe2 package is copied from the wfe package in order to implement the "ACME v2" API. This design choice was made to facilitate a clean separation between v1 and v2 code and to support running a separate API process on a different port alongside the v1 API process.