GoogleChrome / GoogleChrome/CertificateTransparency
Define accepted log public keys
Open
- Dominant language
- HTML
- Stars
- 198
- Forks
- 104
- Avg merge
- 3d 48m
- Merged PRs (30d)
- 4
Description
The Chromium implementation of CT is limited in support of public keys to the set of public keys it accepts for the Web PKI:
* RSA (nominally, 2048, 3072, 4096)
* ECC using NIST P-256, P-384
The Chromium implementation does not explicitly support Curve25519, although it could, and does not support other forms of EC keys.
Contributor guide
Assessment
This issue has not been assessed yet.