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.
The Chromium implementation of CT is limited in support of public keys to the set of public keys it accepts for the Web PKI:
The Chromium implementation does not explicitly support Curve25519, although it could, and does not support other forms of EC keys.