Hacker News new | ask | show | jobs
by pxeger1 860 days ago
> the CRL size for the median certificate is 51KB and that half of all CRLs are under 900B.

What? So there are no CRLs between 900B and 51KB, and the first one larger than 51KB just happened to be the median one??

1 comments

Not sure, but: median certificate (so each CRL has a multiplicity of however many certificates would use it, or perhaps of how many times it is actively retrieved) vs median CRL size (each CRL listed once)

Or they meant mean for the first one, I guess.

Edit: it's the former, from the paper:

> We immediately observe that half of all CRLs are under 900 B. However, this statistic is deceiving: if you select a certificate at random from the Leaf Set, it is unlikely to point to a tiny CRL, since the tiny CRLs cover very few certificates.