- What's new in Go's cryptography libraries: Part 1
- NIST
- FIPS
- Diffie–Hellman key exchange
- FIPS standard 140
- github.com/quic-go/quic-go
- tip.golang.org/src/crypto/tls/quic.go
- pkg.go.dev/crypto/x509
- MultiAlgorithmSigner
- OpenSSH format keys
- Kerberos edge case, use the correct token from the client
- defer channel window adjustment
- Improved test cases (removed t.Fatal calls from goroutines), added test against SSH CLI
- Agent compatibility
- github.com/drakkan/sftpgo