cli/third-party/github.com/letsencrypt/boulder/wfe2
2025-07-02 14:56:58 +02:00
..
cache.go Update 3rd party license information 2025-05-30 12:50:20 -04:00
cache_test.go Update 3rd party license information 2025-05-30 12:50:20 -04:00
README.md Update 3rd party license information 2025-05-30 12:50:20 -04:00
stats.go Update 3rd party license information 2025-05-30 12:50:20 -04:00
verify.go Bump all dependencies except dev-tunnels 2025-07-02 14:56:58 +02:00
verify_test.go Bump all dependencies except dev-tunnels 2025-07-02 14:56:58 +02:00
wfe.go Bump all dependencies except dev-tunnels 2025-07-02 14:56:58 +02:00
wfe_test.go Bump all dependencies except dev-tunnels 2025-07-02 14:56:58 +02:00

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.