boulder/wfe2
Daniel McCarney 7de72eede6
WFE2: Add unit tests for draft-12/draft-13 intercompat. (#3816)
The implementation of the `features.ACME13KeyRollover` flag was written
with the intent to allow client developers to send both the `"newKey"`
and `"oldKey"` and be interoperable between both feature flag states. We
should have an explicit unit test for this to be sure it works as
intended.
2018-08-10 15:24:45 -04: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
stats.go ACME v2 Finalize order support (#3169) 2017-11-01 12:39:44 -07:00
verify.go WFE2: Implement draft-13 keyrollover with feature flag. (#3813) 2018-08-07 15:27:25 -04:00
verify_test.go WFE2: Include invalid kid in error messages. (#3741) 2018-06-01 10:28:46 -07:00
wfe.go WFE2: Implement draft-13 keyrollover with feature flag. (#3813) 2018-08-07 15:27:25 -04:00
wfe_test.go WFE2: Add unit tests for draft-12/draft-13 intercompat. (#3816) 2018-08-10 15:24:45 -04: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.