boulder/rocsp/config
Aaron Gable ab6e023b6f
Simplify issuance.NameID and how it is used (#7260)
Rename "IssuerNameID" to just "NameID". Similarly rename the standalone
functions which compute it to better describe their function. Add a
.NameID() directly to issuance.Issuer, so that callers in other packages
don't have to directly access the .Cert member of an Issuer. Finally,
rearrange the code in issuance.go to be sensibly grouped as concerning
NameIDs, Certificates, or Issuers, rather than all mixed up between the
three.

Fixes https://github.com/letsencrypt/boulder/issues/5152
2024-01-17 12:55:56 -08:00
..
issuers_test.go Remove fallbacks from IssuerNameID to IssuerID (#7259) 2024-01-12 14:03:49 -08:00
rocsp_config.go Simplify issuance.NameID and how it is used (#7260) 2024-01-17 12:55:56 -08:00