aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-10-24all: use math/bits.RotateLeftAlexander Yastrebov
2022-10-19go.mod: update golang.org/x dependenciesv0.1.0Gopher Robot
2022-10-12all: use automatic RFC linkingAxel Wagner
2022-10-12all: fix a few function names on commentscui fliter
2022-10-10ssh: add ServerConfig.NoClientAuthCallbackBrad Fitzpatrick
2022-10-05all: replace bytes.Compare with bytes.Equalcui fliter
2022-09-26acme/autocert: remove TestRenewFromCache skipsRoland Shoemaker
2022-09-24acme/autocert: fix renewal timer issueRoland Shoemaker
2022-09-19all: replace io/ioutil with io and os packagecui fliter
2022-08-29internal/wycheproof: add crypto/ecdh testsRoland Shoemaker
2022-08-26ssh/agent: match OpenSSH extensionAgentMsg, not IETF draftedef
2022-08-24cryptobyte: add ReadUint64 and AddUint64hopehook