google / certificate-transparency-go

Auditing for TLS certificates (Go code)
https://certificate.transparency.dev
Apache License 2.0
903 stars 232 forks source link

Add new types `PrecertChainEntryHash` and `CertificateChainHash` for TLS marshal/unmarshal in storage saving #1435

Closed roger2hk closed 5 months ago

roger2hk commented 6 months ago

The new CTFE extra data storage saving types contribute to https://github.com/google/certificate-transparency-go/issues/691.

Checklist

roger2hk commented 5 months ago

@phbnf I've rename the fields to IssuanceChainHash. Please take another look, thanks.