boulder/ca
Aaron Gable 8da52f74c3
Remove v1 `NewCertificate` code path from WFE and RA (#5842)
The NewCertificate codepath was the ACME v1 API's equivalent of
the modern Finalize endpoint. Remove the bodies of the WFE's and
the RA's `NewCertificate` functions. Remove the functions which were
called only from those functions. One of the removed functions is the
old `checkAuthorizations`, so update some tests which were calling
that directly to instead use different entry points.

Part of #5681
2021-12-13 17:45:45 -08:00
..
proto Update TODOs for Issue #5152 (#5591) 2021-08-19 14:31:09 -07:00
testdata Remove unused testdata files (#5804) 2021-11-17 17:12:25 -08:00
ca.go Remove v1 `NewCertificate` code path from WFE and RA (#5842) 2021-12-13 17:45:45 -08:00
ca_test.go Remove sa-wrappers.go (#5663) 2021-09-27 13:25:41 -07:00
ecdsa_allow_list.go CA: Deprecate field ECDSAAllowedAccounts (#5477) 2021-06-11 12:13:01 -07:00
ecdsa_allow_list_test.go CA: Deprecate field ECDSAAllowedAccounts (#5477) 2021-06-11 12:13:01 -07:00
ocsp.go Compute OCSP validity interval correctly (#5680) 2021-09-30 11:00:24 -07:00
ocsp_test.go Move OCSP gRPC service to separate file and struct (#5402) 2021-04-29 14:20:39 -07:00