letsencrypt / boulder

An ACME-based certificate authority, written in Go.
Mozilla Public License 2.0
5.21k stars 607 forks source link

Use new sapb.Authorizations.Authzs field in RA #7650

Closed aarongable closed 3 months ago

aarongable commented 3 months ago

This is a followup to https://github.com/letsencrypt/boulder/pull/7646, updating two other RA methods (RevokeCertByApplicant and NewOrder) which call different SA methods (GetValidAuthorizations2 and GetAuthorizations2) but receive the same return type (sapb.Authorizations) from the SA to use that type's new field.