|
|
|
|
|
by Deathmax
1130 days ago
|
|
From what I understand, checking that a certificate has been submitted to CT logs should not have privacy implications, only trust in a set of CT logs and their public keys to be able to verify Signed Certificate Timestamps (SCTs). SCTs can be distributed in one of 3 ways: 1. Embedded in the certificate itself - no communication with a third-party 2. Distributed via TLS extension - no communication with a third-party 3. OCSP stapling - the server is the party that initiates a connection with the CA, the client doesn't touch the CA You only need the complete set of CT logs if you want to verify the logs have not been tampered with. |
|
I should get around to making an "Evil-CA" software that explicitly maintains those two logs.