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 |
||
---|---|---|
.. | ||
issuers_test.go | ||
rocsp_config.go |