boulder/grpc
Roland Bracewell Shoemaker 9c9e944759 Add SCT embedding (#3521)
Adds SCT embedding to the certificate issuance flow. When a issuance is requested a precertificate (the requested certificate but poisoned with the critical CT extension) is issued and submitted to the required CT logs. Once the SCTs for the precertificate have been collected a new certificate is issued with the poison extension replace with a SCT list extension containing the retrieved SCTs.

Fixes #2244, fixes #3492 and fixes #3429.
2018-03-12 11:58:30 -07:00
..
creds Don't wrap errors we return from boulder/grpc/creds.ClientHandshake (#2590) 2017-03-01 11:27:03 -08:00
test_proto Switch to using go 1.9 (#3047) 2017-09-06 16:30:13 -04:00
balancer.go Allow gRPC clients to connect to multiple backends (#1918) 2016-06-15 16:50:56 -07:00
balancer_test.go Allow gRPC clients to connect to multiple backends (#1918) 2016-06-15 16:50:56 -07:00
ca-wrappers.go Add SCT embedding (#3521) 2018-03-12 11:58:30 -07:00
client.go Restore gRPC metrics (#3265) 2017-12-07 15:44:55 -08:00
errors.go Remove superfluous gRPC error encodings (#3048) 2017-09-06 12:38:10 -07:00
errors_test.go Restore gRPC metrics (#3265) 2017-12-07 15:44:55 -08:00
interceptors.go Restore gRPC metrics (#3265) 2017-12-07 15:44:55 -08:00
interceptors_test.go Restore gRPC metrics (#3265) 2017-12-07 15:44:55 -08:00
pb-marshalling.go Add SCT embedding (#3521) 2018-03-12 11:58:30 -07:00
pb-marshalling_test.go Add SCT embedding (#3521) 2018-03-12 11:58:30 -07:00
publisher-wrappers.go Add inital CTPolicy impl (#3414) 2018-02-06 10:52:20 -08:00
ra-wrappers.go Add SCT embedding (#3521) 2018-03-12 11:58:30 -07:00
sa-wrappers.go Add SCT embedding (#3521) 2018-03-12 11:58:30 -07:00
server.go Restore gRPC metrics (#3265) 2017-12-07 15:44:55 -08:00
va-wrappers.go Split grpc/wrappers.go into several files (#2392) 2016-12-06 15:45:31 -08:00