boulder/wfe2
Kleber Correia 51d56023e8 wfe2: Do not return existing deactivated accts from NewAccount (#4187)
According to the current draft, "Once an account is deactivated, the server MUST NOT accept further requests authorized by that account's key."
This commit, implements the correct behavior by returning unauthorized problem for newAccount POSTs matching deactivated accounts.
2019-05-02 14:17:20 -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: Add badSignatureAlgorithm and badPublicKey. (#4105) 2019-03-11 12:22:31 -04:00
verify_test.go wfe2: Add badSignatureAlgorithm and badPublicKey. (#4105) 2019-03-11 12:22:31 -04:00
wfe.go wfe2: Do not return existing deactivated accts from NewAccount (#4187) 2019-05-02 14:17:20 -04:00
wfe_test.go wfe2: Do not return existing deactivated accts from NewAccount (#4187) 2019-05-02 14:17:20 -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.