I am looking for data to see how the mix of different certificate signing algorithms has varied over time. (RSA / EDCSA and key length)
I am trying to figure out how I could query some of the CT logs to parse this information, or at least a large statistical sample. Is there a reasonable way to do this?
(I'm looking at crt.sh and it lets you query by a numerical ID, for example
https://crt.sh/?id=12345678 , but the results are human readable rather than machine readable; if I could access a machine-readable version then I could just start querying a bunch of random IDs over time.)
Has someone already posted such a breakdown of certificates by algorithm and key length?