cashapp / certifikit

Kotlin Certificate processing library.
https://cashapp.github.io/certifikit/
Apache License 2.0
40 stars 11 forks source link

Fetch CRL Info. #104

Open yschimke opened 2 years ago

yschimke commented 2 years ago

Reads the CRL extension and outputs the response size and type.

yschimke commented 2 years ago
OCSP status: GOOD
CRL: http://crl3.digicert.com/DigicertSHA2SecureServerCA-1.crl size: 35805366 size: application/pkix-crl
CRL: http://crl4.digicert.com/DigicertSHA2SecureServerCA-1.crl size: 35805366 size: application/pkix-crl

And offshoot of that nasty conscrypt OOME bug, trying to understand the CRLs, and noticed it is missing.

yschimke commented 2 years ago

@swankjesse feels like I'm close but I'm not familiar enough with the DerAdapters. This isn't urgent or important in any way, but if you have some free time.