William Wilson

Results 10 issues of William Wilson

Go 1.18 has support for fuzzing built in. This causes the builds to fail with Go 1.18 because it expects the function signature of "Fuzz" to be different. Using build...

Per the Go 1.18 release notes: "crypto/x509 will now reject certificates signed with the SHA-1 hash function. This doesn't apply to self-signed root certificates. Practical attacks against SHA-1 [have been...

This bug is present with commit hash 9f7b277231e81a5529f560c0389d764cc0ac7de3 (latest master as of this writing). Per the Go 1.18 release notes: "crypto/x509 will now reject certificates signed with the SHA-1 hash...

Per the Go 1.18 release notes: "crypto/x509 will now reject certificates signed with the SHA-1 hash function. This doesn't apply to self-signed root certificates. Practical attacks against SHA-1 [have been...

We had a discussion today about leaving space for organic growth of the initrd and the fact that changing compression sizes has led to larger initrd images.

As of go 1.17, the net/http and net/url packages no longer accept ';' as a valid separator. See https://golang.org/doc/go1.17#semicolons for more information. In order to build this package with go...

Per the Go 1.18 release notes: "crypto/x509 will now reject certificates signed with the SHA-1 hash function. This doesn't apply to self-signed root certificates. Practical attacks against SHA-1 [have been...

Go 1.18 is more strict about unused variables. These variables need to be removed to keep the project building with Go 1.18.

Closes https://github.com/dinedal/textql/issues/135