aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
4 hoursMerge remote-tracking branch 'up/master'HEADmainShulhan
30 hoursx509roots/fallback: update bundleGopher Robot
5 daysgo.mod: update golang.org/x dependenciesv0.50.0Gopher Robot
2026-03-27ssh/knownhosts: implements DB interfaceShulhan
2026-03-27all: add makefile for common tasksShulhan
2026-03-27ssh: implement Session Run with contextShulhan
2026-03-27ssh: implement method Is in PassphraseMissingErrorShulhan
2026-03-23ssh: respect signer's algorithm preference in pickSignatureAlgorithmNicola Murino
2026-03-20ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLengthRob Picard
2026-03-11go.mod: update golang.org/x dependenciesv0.49.0Gopher Robot
2026-03-10ssh,acme: clean up tautological/impossible nil conditionsNeal Patel
2026-02-13acme: only require prompt if server has terms of serviceSean Liao
2026-02-11all: upgrade go directive to at least 1.25.0 [generated]Gopher Robot
2026-02-09x509roots/fallback: update bundleGopher Robot
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