google / certificate-transparency

Auditing for TLS certificates.
https://certificate.transparency.dev
Apache License 2.0
869 stars 283 forks source link

Do not treat loading an empty certificate file as an error #1342

Closed RJPercival closed 8 years ago

RJPercival commented 8 years ago

This will cause CertChecker::LoadTrustedCertificatesFromBIO to return true when loading an empty file. It previously returned false, indicating an error.