Jeff Hodges
Jeff Hodges
(That comment was directed @grahamalama. Edited to be more clear!)
Worthy request! The [vcs lib we use](https://pkg.go.dev/golang.org/x/tools/go/vcs) doesn't provide hooks for this, specifically. It does have a verbose mode we could turn on, but you'd have to add the `-v`...
Oof, the verbose flag does even less than expected. It doesn't get carried through to the underlying shell commands, and is mostly there for debugging the meta tag stuff (which...
We'll wait on this one but I do think it'll be important in the relatively near future. How's My SSL is causing churn in a couple of communities, and I'd...
If you think that's bogus, hit up the [email list](https://groups.google.com/forum/#!forum/howsmyssl-upkeep). I'm trying to get discussions going there.
Oh, a fair idea!
Consider this a copy and paste of my comments on #8.
Ah, one addendum specific to this one.. Go's crypto/tls library, currently, does not have ALPN support. Adding it would is a blocker for this one. [Issue 6736](https://code.google.com/p/go/issues/detail?id=6736) is the one...
The ciphersuite you're asking for isn't supported by the TLS library it uses, so it would be difficult to do so. Can I ask what the use case is here?...