GoogleChrome / CertificateTransparency

Apache License 2.0
146 stars 60 forks source link

Specify a minimum submission size that logs are required to support #31

Open sleevi opened 3 years ago

sleevi commented 3 years ago

@jsha raised this on the ct-policy mailing list , highlighting how TLS allows certificates up to 2^24 bytes (16.7 MB), while it's likely that logs may have a much smaller maximum client body size, or have implementations (e.g. MySQL) which have limits on maximum row size in some design.

Large certificates totally exist, and it should be better specified how to handle these.