aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-04-11all: gofmtRuss Cox
2022-04-08acme/autocert: support External Account Binding (EAB) tokensBen Burkert
2022-03-31ocsp: add Response.RawRoland Shoemaker
2022-03-21ssh: send ext-info-c only oncePeter Verraedt
2022-03-15ssh: support rsa-sha2-256/512 for client certificatesFilippo Valsorda
2022-03-14ssh: support rsa-sha2-256/512 for client authenticationFilippo Valsorda
2022-03-14ssh: send (and rename) keyboard-interactive name field to the clientFilippo Valsorda
2022-03-14ssh: don't advertise rsa-sha2 algorithms if we can't use themFilippo Valsorda
2022-03-14ssh: deprecate and replace SigAlgo constantsFilippo Valsorda
2022-03-14ssh: fix diffie-hellman-group-exchange g and K bounds checksFilippo Valsorda
2022-03-14ssh: add diffie-hellman-group14-sha256 kexFilippo Valsorda
2022-03-14ssh: support new curve25519-sha256 kex nameМихаил Патин
2022-03-13ssh: add IUTF8 constant from RFC 8160Brad Fitzpatrick
2022-03-12ssh: ignore MAC if AEAD ciphers negotiatedRoland Shoemaker
2022-03-07ssh: fix typocuishuang
2022-02-14acme/autocert: skip renewal tests broken on windows/arm64Bryan C. Mills
2022-02-13crypto/ssh: don't send the last auth failure message if disconnectingRoland Shoemaker
2022-02-10acme/autocert: fix races in renewal testsBryan C. Mills
2022-02-09ssh: accept WSAECONNABORTED in TestClientAuthMaxAuthTriesPublicKeyIan Lance Taylor
2022-02-09acme/autocert: include email in exampleJacob Hoffman-Andrews
2022-02-09acme, sha3, ssh: fix the typosHowJmay
2022-02-09acme: remove support for pre-RFC 8555 ACME specBen Burkert
2022-02-08ocsp: fix typoDan Kortschak
2022-02-08ed25519: drop Go 1.12 compatibilityFilippo Valsorda