aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-09go.mod: update golang.org/x dependenciesv0.48.0Gopher Robot
2026-01-13scrypt: fix panic on parameters <= 0Juergen Graf
2026-01-12go.mod: update golang.org/x dependenciesv0.47.0Gopher Robot
2025-12-10chacha20poly1305: error out in fips140=only modeFilippo Valsorda
2025-12-08go.mod: update golang.org/x dependenciesv0.46.0Gopher Robot
2025-12-03x509roots/fallback: update bundleGopher Robot
2025-12-02ssh/agent: fix flaky test by ensuring a writeable home directoryMichael Stapelberg
2025-11-19go.mod: update golang.org/x dependenciesv0.45.0Gopher Robot
2025-11-19ssh: curb GSSAPI DoS risk by limiting number of specified OIDsNeal Patel
2025-11-19ssh/agent: prevent panic on malformed constraintNeal Patel
2025-11-17acme/autocert: let automatic renewal work with short lifetime certsSean Liao
2025-11-12acme: pass context to requestSean Liao
2025-11-12ssh: fix error message on unsupported cipherSanthanam
2025-11-12ssh: allow to bind to a hostname in remote forwardingNicola Murino
2025-11-11go.mod: update golang.org/x dependenciesv0.44.0Gopher Robot
2025-10-28all: eliminate vet diagnosticsSean Liao
2025-10-27all: fix some commentscuishuang
2025-10-22chacha20poly1305: panic on dst and additionalData overlapSean Liao
2025-10-22sha3: make it mostly a wrapper around crypto/sha3Filippo Valsorda
2025-10-09ssh: use reflect.TypeFor instead of reflect.TypeOfcuishuang
2025-10-08all: fix some typos in commentcuishuang
2025-10-08go.mod: update golang.org/x dependenciesv0.43.0Gopher Robot
2025-10-08acme: fix autocert TestHTTPHandlerDefaultFallbackDaniel McCarney
2025-10-08x509roots/fallback: update bundleGopher Robot
2025-09-27ssh: add VerifiedPublicKeyCallbackNicola Murino
2025-09-27ssh: add support for FIPS modeNicola Murino
2025-09-15ssh: remove custom contains, use slices.ContainsNicola Murino
2025-09-15ssh: return clearer error when signature algorithm is used as key formatNicola Murino
2025-09-11x509roots/fallback/bundle: add bundle package to export root certsMichael Stapelberg
2025-09-09all: freeze and deprecate more packagesFilippo Valsorda
2025-09-09ssh/agent: return an error for unexpected message typesNicola Murino
2025-09-08go.mod: update golang.org/x dependenciesv0.42.0Gopher Robot
2025-09-04acme: include order problem in OrderErrorDaniel McCarney
2025-08-26ssh: remove Go 1.24 build tag for ML-KEM kexNicola Murino
2025-08-19ssh/knownhosts: improve IPv6 support in NormalizeNicola Murino
2025-08-19curve25519: include potential fips140=only error in panic messageFilippo Valsorda
2025-08-19ssh: use curve25519.X25519 instead of curve25519.ScalarMultFilippo Valsorda
2025-08-13all: upgrade go directive to at least 1.24.0 [generated]Gopher Robot
2025-08-07go.mod: update golang.org/x dependenciesv0.41.0Gopher Robot
2025-08-06acme: fix pebble subprocess output data raceDaniel McCarney
2025-08-03x509roots/fallback: store bundle certs directly in DERMateusz Poliwczak
2025-08-01acme: increase pebble test waitForServer attemptsDaniel McCarney
2025-07-30x509roots/fallback: update bundleGopher Robot
2025-07-11acme: capture pebble test subprocess stdout/stderrDaniel McCarney
2025-07-10go.mod: update golang.org/x dependenciesv0.40.0Gopher Robot
2025-07-09ssh: add AlgorithmNegotiationErrorNicola Murino
2025-06-30acme: fix TLSALPN01ChallengeCert for IP address identifiersDaniel McCarney
2025-06-30acme: add Pebble integration testingDaniel McCarney
2025-06-30blake2b: implement hash.XOFqiulaidongfeng
2025-06-30x509roots/fallback: update bundleGopher Robot