aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-08-17acme: gofmt code with Go 1.19 gofmtRuss Cox
2022-08-17internal/subtle: rename to internal/aliasRuss Cox
2022-07-22A+C: delete AUTHORS and CONTRIBUTORSRuss Cox
2022-06-22curve25519: remove dependency on fmtAaqa Ishtyaq
2022-05-25acme/autocert: properly clean DirCache pathsRoland Shoemaker
2022-05-18acme: DeactivateReg fix panicJason Baker
2022-05-17curve25519/internal/field: update generator to avo v0.4.0Tobias Klauser
2022-05-16acme: add AccountKeyRolloverJason Baker
2022-05-13ssh/agent: fix non-RSA certificatesFilippo Valsorda
2022-05-11acme/autocert/internal/acmetest: don't validate in goroutineRoland Shoemaker
2022-05-07internal/wycheproof: skip truncated SHA-512 RSAPSS tests for boringRoland Shoemaker
2022-04-27internal/wycheproof: add ECDH tests, including point decompressionFilippo Valsorda