aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-04go.mod: update golang.org/x dependenciesv0.24.0Gopher Robot
2024-06-03x509roots/fallback: update bundleGopher Robot
2024-05-29ssh: implement CryptoPublicKey on sk keysMariano Cano
2024-05-22ssh: allow server auth callbacks to send additional bannersAndrew Lytvynov
2024-05-07sha3: reenable s390x assemblyMauri de Souza Meneguzzo
2024-05-07sha3: make APIs usable with zero allocationsFilippo Valsorda
2024-05-07sha3: disable s390x assemblyFilippo Valsorda
2024-05-06sha3: simplify XOR functionsFilippo Valsorda
2024-05-06go.mod: update golang.org/x dependenciesv0.23.0Gopher Robot
2024-05-03ssh: validate key type in SSH_MSG_USERAUTH_PK_OK responseNicola Murino
2024-04-16openpgp: fix function name in commentcuishuang
2024-04-15sha3: fix Sum results for SHAKE functions on s390xMichael Munday
2024-04-04go.mod: update golang.org/x dependenciesv0.22.0Gopher Robot
2024-04-04ssh: respect MaxAuthTries also for "none" auth attemptsNicola Murino
2024-04-03ssh: add server side multi-step authenticationNicola Murino
2024-03-26x/crypto/chacha20: cleanup chacha_ppc64le.sJayanth Krishnamurthy
2024-03-18all: remove redundant words in comments and fix some typoscui fliter
2024-03-04go.mod: update golang.org/x dependenciesv0.21.0Gopher Robot
2024-02-28ssh/test: work around for TestCiphers failures on macOSNicola Murino
2024-02-26all: update go.mod x/net dependencyv0.20.0Roland Shoemaker
2024-02-18ocsp: don't use iota for externally defined constantsBrad Fitzpatrick
2024-02-15x/crypto/internal/poly1305: improve sum_ppc64le.sLynn Boger
2024-02-14ssh/test: don't use DSA keys in integrations tests, update test RSA keyNicola Murino
2024-02-08x509roots/nss: manually exclude a confusingly constrained rootRoland Shoemaker
2024-02-07go.mod: update golang.org/x dependenciesv0.19.0Gopher Robot
2024-02-07x509roots/fallback: update bundleGopher Robot
2024-01-08ssh/test: skip tests on darwin that fail on the darwin-amd64-longtest LUCI bu...v0.18.0Bryan C. Mills
2024-01-08ssh/test: avoid leaking a net.UnixConn in server.TryDialWithAddrBryan C. Mills
2024-01-04go.mod: update golang.org/x dependenciesGopher Robot
2024-01-02internal/poly1305: drop Go 1.12 compatibilitySebastiaan van Stijn
2023-12-18ssh: implement strict KEX protocol changesv0.17.0Roland Shoemaker
2023-12-14ssh: close net.Conn on all NewServerConn errorsEdoardo Spadolini
2023-11-29x509roots/fallback: update bundleGopher Robot
2023-11-27ssh: defer channel window adjustmentWill Mortensen
2023-11-27blake2b: drop Go 1.6, Go 1.8 compatibilitySebastiaan van Stijn
2023-11-27ssh: wrap errors from client handshakePavel Repin
2023-11-27argon2: avoid clobbering BPEgon Elbre
2023-11-27ssh/test: skip TestSSHCLIAuth on Windowsv0.16.0Heschi Kreinick
2023-11-27go.mod: update golang.org/x dependenciesGopher Robot
2023-11-27ssh: add (*Client).DialContext methodRandy Reddig
2023-11-23ssh: fix certificate authentication with OpenSSH 7.2-7.7Nicola Murino
2023-11-21curve25519/internal/field/_asm: go mod tidy to fix x/sys versionSebastiaan van Stijn
2023-11-11ssh: use the correct token from the clientMatt Dainty
2023-11-09cryptobyte: fix ReadOptionalASN1BooleanRoland Shoemaker
2023-11-09ssh: eliminate some goroutine leaks in tests and examplesBryan C. Mills
2023-11-08ssh: allow to configure public key auth algorithms on the server sidev0.15.0Nicola Murino
2023-11-08ssh: try harder to detect incorrect passwords for legacy PEM encryptionNicola Murino
2023-11-08go.mod: update golang.org/x dependenciesGopher Robot
2023-11-07chacha20poly1305: guard PSHUFB usage with GOAMD64_v2Mauri de Souza Meneguzzo
2023-10-30crypto/hkdf: remove useless call to ResetEric Lagergren