[go-nuts] TLS 1.3 Implementation Ignores Key Usage

2023-05-04 Thread 'Eno Compton' via golang-nuts
Doing some work with TLS 1.3 in both Go and Java, I recently found that Go ignores Key Usage status flags . On the other hand, Java's implementation checks key usage following the RFC. I'm thinking in particular abou

[go-nuts] Re: are Go generics more like C++ or more like Java?

2022-02-24 Thread 'Eno Compton' via golang-nuts
Based on what I've seen, the implementation of generics *may* slow down the compilation. See https://github.com/golang/go/issues/49569. On Wednesday, February 23, 2022 at 5:50:52 PM UTC-7 Jason E. Aten wrote: > There was nothing in the tutorial, and I see that the design declines to > commit,