boulder/wfe2
Roland Bracewell Shoemaker 6962bfe1a6 WFE2 new-order implementation (#2981)
Limited tests, since we don't do any integration tests for wfe2 this could still not be perfect.

Fixes #2930.
2017-08-16 12:40:56 -07:00
..
test Duplicate WFE to WFE2. (#2839) 2017-07-05 13:32:45 -07:00
README.md Duplicate WFE to WFE2. (#2839) 2017-07-05 13:32:45 -07:00
context.go Duplicate WFE to WFE2. (#2839) 2017-07-05 13:32:45 -07:00
probs.go Implement ACMEv2 style request validation for WFEv2 (#2935) 2017-08-08 17:27:35 -07:00
probs_test.go Implement ACMEv2 style request validation for WFEv2 (#2935) 2017-08-08 17:27:35 -07:00
verify.go Update WFE2 verify to reject multisig JWS before parsing. (#2979) 2017-08-16 12:17:01 -07:00
verify_test.go Update WFE2 verify to reject multisig JWS before parsing. (#2979) 2017-08-16 12:17:01 -07:00
wfe.go WFE2 new-order implementation (#2981) 2017-08-16 12:40:56 -07:00
wfe_test.go WFE2 new-order implementation (#2981) 2017-08-16 12:40:56 -07: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.