Rob Stradling

Results 8 issues of Rob Stradling

The WARN_POLICY_QUALIFIER_NOT_CPS lint currently triggers when a subscriber certificate contains the User Notice qualifier (id-qt 2 in RFC5280). 95% of the linting records on https://crt.sh/ are due to this lint,...

RFC6962 notes that "In order to avoid logs being spammed into uselessness, it is required that each chain is rooted in a known CA certificate." If a log accepts certificates...

ZLint throws a fatal error for this certificate: https://crt.sh/?id=628153824&opt=zlint The problem is that the public exponent is DER-encoded as 0x020400010001 instead of 0x0203010001. Whilst I'd expect the Go standard library's...

I'm about to migrate a project (from godror to go-ora) that currently uses godror's [NewQueue](https://github.com/godror/godror/blob/v0.37.0/queue.go#L66) and [Dequeue](https://github.com/godror/godror/blob/v0.37.0/queue.go#L206) functions. Do you have any plans to implement equivalent API functions in go-ora?...

enhancement

Hi @rspeer. Many thanks for creating and maintaining FTFY! We're using it at Sectigo to help prevent mojibake from finding its way into string fields in the digital certificates that...

This PR is based on Trillian's existing MySQL quota manager and storage backend. The first several commits were auto-generated by [this script](https://gist.github.com/robstradling/e6685c10534ca21bb10b2871c8a154c0), which forked the existing MySQL code into different...

Here's a snippet from the output of `go test -v ./storage/mysql`: ``` === RUN TestNodeRoundTrip/store-all-read-all-norevisions E1028 16:50:59.282101 144538 subtree_cache.go:122] PopulateLogTile(): log repop got: 254 internal nodes, want: 0 === RUN...

bug
Low Priority

On https://googlechrome.github.io/CertificateTransparency/log_policy.html, clicking the link to https://issues.chromium.org/u/1/issues/new?component=1456813&template=0 gets an HTTP 400 error page. This link appears to be the correct one now: https://issues.chromium.org/issues/new?component=1456813&template=0