[go-nuts] Does crypto/AES work on hardware that doesn't have the aes instruction set? Hello, Will crypto/aes, cipher/GCM work on hardware without embedded aes support?

2021-12-02 Thread Sean
Hello, Will **crypto/aes**, **cipher/GCM** work on hardware without embedded aes support? What I want to know is how these packages respond in cases where there is no embedded AES support (fast is not important). -- You received this message because you are subscribed to the Google Groups "g

[go-nuts] Go 1.17.4 and Go 1.16.11 are released

2021-12-02 Thread Michael Knyszek
Hello gophers, We have just released Go versions 1.17.4 and 1.16.11, minor point releases. View the release notes for more information: https://go.dev/doc/devel/release#go1.17.minor You can download binary and source distributions from the Go web site: https://go.dev/dl/ To compile from

[go-nuts] DumpRequestOut and RoundTripper

2021-12-02 Thread Jason Meckley
We have a lot of service to service calls in our application, and throughout our code we have blocks of code to add http headers for tracing and authentication, we are now adding debug logs to dump the request and the response. The documentation states "do not modify the request"

[go-nuts] [security] Vulnerability in golang.org/x/crypto/ssh

2021-12-02 Thread Roland Shoemaker
Hello gophers, Version v0.0.0-20211202192323-5770296d904e of golang.org/x/crypto fixes a vulnerability in the golang.org/x/crypto/ssh package which allowed unauthenticated clients to cause a panic in SSH servers. This issue was discovered and reported by Rod Hynes, Psiphon Inc., and is tracked as

Re: [go-nuts] nil

2021-12-02 Thread Marcin Romaszewicz
I updated your example with a couple of nil checks which work in this situation, so have a look after reading that nil error link above. https://go.dev/play/p/lsc72BWP-SO On Thu, Dec 2, 2021 at 1:17 AM Jan Mercl <0xj...@gmail.com> wrote: > On Thu, Dec 2, 2021 at 10:13 AM Денис Мухортов > wrote:

Re: [go-nuts] nil

2021-12-02 Thread Jan Mercl
On Thu, Dec 2, 2021 at 10:13 AM Денис Мухортов wrote: > How can the output of the program be explained? Why checking for nil gives > false?? Because it is not nil: https://go.dev/doc/faq#nil_error -- You received this message because you are subscribed to the Google Groups "golang-nuts" grou

[go-nuts] nil

2021-12-02 Thread Денис Мухортов
How can the output of the program be explained? Why checking for nil gives false?? https://go.dev/play/p/9O1nNgCHg2c -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email