aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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