aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-01-31acme: expose Client KID fieldRoland Shoemaker
2022-01-28acme/autocert: replace all ACME server stubs with acmetestFilippo Valsorda
2022-01-26acme/autocert: renew Let's Encrypt certificates likely to get revokedFilippo Valsorda
2022-01-26ssh/agent: fix TestMalformedRequestsRoland Shoemaker
2022-01-12acme: in TestFetchCertCancel, do not reply before the cancellation propagatesBryan C. Mills
2021-12-15cryptobyte: fix parsing of large ASN.1 OIDsumlublin
2021-12-09internal/wycheproof: skip on builders with flaky network connectionsBryan C. Mills
2021-12-02ssh: don't assume packet plaintext sizeRoland Shoemaker
2021-11-17all: upgrade x/net to latestDamien Neil
2021-11-15ssh: support RSA SHA-2 (RFC8332) signaturesHans Nielsen
2021-11-08ocsp: rewrite tests that rely on SHA1-RSARoland Shoemaker
2021-09-21acme: implement Client.ListCertAlternatesJames Hartig
2021-09-20all: fix typosYasuhiro Matsumoto
2021-09-15poly1305: deprecate public packageFilippo Valsorda
2021-08-17acme: fix deadlock when Client.Key is nilRoland Shoemaker
2021-08-13openpgp: fix deprecation messageRoland Shoemaker