boulder/ca
Jacob Hoffman-Andrews cfe943fea5
Factor out idForIssuer. (#5102)
This was already part done: There is an ID() method in issuance. This
change extends that by:
 - Defining a type alias indicating something is an IssuerID.
 - Defining issuance.Certificate, which also has an ID() method,
   so that components that aren't the CA can load certificates and
   use the type system to mark them as issuers (and get their IDs).
 - Converting akamai-purger and ca to use the new types.
 - Removing idForIssuer from ca.go.
2020-10-06 15:04:43 -07:00
..
proto Update CA RPC interface to proto3 (#4983) 2020-07-31 13:23:55 -07:00
testdata CA: Test that the CT poison extension in CSRs is ignored. (#2915) 2017-07-28 10:51:46 -07:00
ca.go Factor out idForIssuer. (#5102) 2020-10-06 15:04:43 -07:00
ca_test.go Factor out idForIssuer. (#5102) 2020-10-06 15:04:43 -07:00