Andrew Gabbitas

Results 3 issues of Andrew Gabbitas

From some proof of concept tests, we could save ~30% on memory requirements for storing OCSP responses in Redis if we compress the responses using the compress/flate package.

In the SubmittedCerts table the timestamp field is a bigint(20). Is there a reason this couldn't be a datetime like the Seen field?

PR #128 introduces some gosec lint exclusion. We should research and fix the violations of these rules if possible. If the exclusion can't or won't be fixed then add lint...