aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-28crypto/ssh: return error from NewClientConn with "%w"client-wrap-error.mailedShulhan
2023-08-04go.mod: update golang.org/x dependenciesv0.12.0Gopher Robot
2023-07-31ssh: fix call to Fatalf from a non-test goroutineNicola Murino
2023-07-31ssh: add diffie-hellman-group16-sha512 kexNicola Murino
2023-07-31ssh: ignore invalid MACs and KEXs just like we do for ciphersNicola Murino
2023-07-25x509roots/fallback: update bundleGopher Robot
2023-07-18internal/wycheproof: skip all tests in short test modeDmitri Shuralyov
2023-07-14ssh: prefer sha256 based RSA key algorithmsNicola Murino
2023-07-13ssh: disable client agent tests on WindowsNicola Murino
2023-07-11fix TestValidTerminalMode: missing output from echo SHELL $SHELLBoshi Lian
2023-07-10ssh: fix RSA certificate and public key authentication with older clientsNicola Murino
2023-07-05ssh: prefer sha256 based MAC algorithmsNicola Murino
2023-07-05go.mod: update golang.org/x dependenciesv0.11.0Gopher Robot
2023-06-23x509roots: generate a stable sort, for real this timeRoland Shoemaker
2023-06-23x509roots/fallback: add //go:build go1.20 to bundle.goDmitri Shuralyov
2023-06-22ssh: add hmac-sha2-512Stan Hu
2023-06-20x509roots: remove list hash and generation date, change orderingRoland Shoemaker
2023-06-20x509roots: fix generate script argument checkingRoland Shoemaker
2023-06-20x509roots: use "generate" build tagRoland Shoemaker
2023-06-15ssh/test: set a timeout and WaitDelay on sshd subcommandsBryan C. Mills
2023-06-12go.mod: update golang.org/x dependenciesv0.10.0Gopher Robot
2023-06-12go.mod: tell x repo tagging to ignore dep on netHeschi Kreinick
2023-06-09x509roots: add new moduleRoland Shoemaker
2023-06-05Add support for "hmac-sha2-512-etm@openssh.com"Stefan Klein
2023-05-08go.mod: update golang.org/x dependenciesv0.9.0Gopher Robot
2023-05-04ssh/test: enable on solarisTobias Klauser
2023-04-18ssh: skip unsupported tests on wasip1Tobias Klauser
2023-04-17ssh/test: skip TestValidTerminalMode on non-Bourne shellsBryan C. Mills
2023-04-12cryptobyte: reject Object Identifiers with leading 0x80Mateusz Poliwczak
2023-04-06go.mod: update golang.org/x dependenciesv0.8.0Gopher Robot
2023-03-20all: fix some commentscui fliter
2023-03-13curve25519: use crypto/ecdh on Go 1.20Filippo Valsorda
2023-03-13ssh: document that ParseRawPrivateKey supports Ed25519 keysAnmol Sethi
2023-03-05go.mod: update golang.org/x dependenciesv0.7.0Gopher Robot
2023-02-15ssh: add support for aes256-gcm@openssh.comNicola Murino
2023-02-08go.mod: update golang.org/x dependenciesv0.6.0Gopher Robot
2023-02-03cryptobyte: reject negative Unwrite argumentAlexander Yastrebov
2023-01-30all: fix some commentscui fliter
2023-01-04go.mod: update golang.org/x dependenciesv0.5.0Gopher Robot
2022-12-21bcrypt: reject passwords longer than 72 bytesRoland Shoemaker
2022-12-21internal/wycheproof: also use Verify in TestECDSARoland Shoemaker
2022-12-12ssh: ensure that handshakeTransport goroutines have finished before Close ret...Bryan C. Mills
2022-12-08acme: eliminate arbitrary timeouts in testsBryan C. Mills
2022-12-06go.mod: update golang.org/x dependenciesv0.4.0Gopher Robot
2022-11-17cryptobyte: add support for ReadASN1Integer into []byteFilippo Valsorda
2022-11-16internal/wycheproof: update Go 1.20 crypto/ecdh APIv0.3.0Filippo Valsorda
2022-11-12ssh: support rsa-sha2-256/512 on the server sideFilippo Valsorda
2022-11-09all: remove redundant type conversioncui fliter
2022-11-08go.mod: update golang.org/x dependenciesv0.2.0Gopher Robot
2022-11-04ssh: fix typoPark Zhou