subidx/internal/rfc6962
lakshit verma 35c2cb1fa4
Fix staticcheck findings before enabling it in CI
Drop unused test helper asn1MarshalOctetString (U1000) and the
vacuous uint64 >= 0 comparison in the readiness check (SA4003) —
readiness is simply that Total() answers without error.
2026-08-24 01:12:24 +05:30
..
client.go rfc6962: implement Merkle leaf hashes and inclusion proof verification 2026-08-24 01:02:59 +05:30
client_test.go rfc6962: validate STH fields and signature algorithms 2026-08-24 00:43:02 +05:30
leaf.go rfc6962: normalize precert SANs through dedupeLower 2026-08-24 00:43:33 +05:30
leaf_test.go Fix staticcheck findings before enabling it in CI 2026-08-24 01:12:24 +05:30
merkle.go rfc6962: implement Merkle leaf hashes and inclusion proof verification 2026-08-24 01:02:59 +05:30
merkle_test.go rfc6962: implement Merkle leaf hashes and inclusion proof verification 2026-08-24 01:02:59 +05:30
tbs.go rfc6962: parse SCT lists as raw TLS bytes, not DER 2026-08-21 21:24:09 +05:30