Filippo Valsorda

Results 377 comments of Filippo Valsorda

Based on some testing, experimenting, and reports, the cross-session PIN caching only works on macOS, for firmware version 5. (I also tested patching out the Serial call, as on firmware...

The command line tool has indeed a inverted convention :( Couldn't change website too because of cached js around.

CORS issue is probably your side

Is there a way to convert the constants to a named type within the Go 1 Compatibility Promise?

The unhingedness of cryptographers knows no limits.

I'm seeing this a lot only recently. My best guess is that it is a smart firewall kicking in.

Server-side support for rsa-sha2-256/512 is now in master, and available as version v0.2.1-0.20221112162523-6fad3dfc1891. @golang/release, can we get a v0.2.1 tag, since this fixes compatibility with a wide range of clients?

Yeah, that sounds right to me. Eventually we might define a ECDH or KEM interface in the standard library if we need to consume it, but in the meantime hardware...

Currying is technically possible, and creating a new Config for each connection is a pretty established pattern through GetConfigForClient, but I can see that being cumbersome when operating through net/http,...