aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-11crypto/internal/poly1305: implement function update in assembly on loong64Xiaolin Zhao
2025-03-06ssh/knownhosts: check more than one keyCarlos A Becker
2025-03-05go.mod: update golang.org/x dependenciesv0.36.0Gopher Robot
2025-03-03ssh: add decode support for bannersIlia Mirkin
2025-02-28ssh: use a more straightforward return valuecuishuang
2025-02-24ssh: limit the size of the internal packet queue while waiting for KEXv0.35.0Nicola Murino
2025-02-21acme/autocert: check host policy before probing the cachev0.34.0Roland Shoemaker
2025-02-21x509roots/fallback: drop obsolete build constraintDmitri Shuralyov
2025-02-14all: bump golang.org/x/crypto dependencies of asm generatorsRoland Shoemaker
2025-02-14all: upgrade go directive to at least 1.23.0 [generated]Gopher Robot
2025-02-10all: update certs for go1.24Sean Liao
2025-02-04go.mod: update golang.org/x dependenciesv0.33.0Gopher Robot
2025-02-03x509roots/fallback: update bundleGopher Robot
2025-01-18ssh: add ServerConfig.PreAuthConnCallback, ServerPreAuthConn (banner) interfaceBrad Fitzpatrick
2025-01-16acme: support challenges that require the ACME client to send a non-empty JSO...Evgeny Shatokhin
2025-01-06go.mod: update golang.org/x dependenciesv0.32.0Gopher Robot
2025-01-02all: make function and struct comments match the namescuishuang
2024-12-11ssh: make the public key cache a 1-entry FIFO cachev0.31.0Roland Shoemaker
2024-12-04openpgp/clearsign: just use rand.Reader in testsv0.30.0Roland Shoemaker
2024-12-04go.mod: update golang.org/x dependenciesGopher Robot
2024-11-27x509roots/fallback: update bundleGopher Robot
2024-11-07go.mod: update golang.org/x dependenciesv0.29.0Gopher Robot
2024-11-04README: don't recommend go getIan Lance Taylor
2024-10-22sha3: add MarshalBinary, AppendBinary, and UnmarshalBinaryFilippo Valsorda
2024-10-22sha3: avoid trailing permutationFilippo Valsorda
2024-10-22sha3: fix padding for long cSHAKE parametersFilippo Valsorda
2024-10-21sha3: avoid buffer copyFilippo Valsorda
2024-10-16ssh: return unexpected msg error when server fails keyboard-interactive auth ...samiponkanen
2024-10-11chacha20: extend ppc64le support to ppc64Paul E. Murphy
2024-10-04internal/poly1305: extend ppc64le support to ppc64Paul E. Murphy
2024-10-04go.mod: update golang.org/x dependenciesv0.28.0Gopher Robot
2024-09-30sha3: fix cSHAKE initialization for extremely large N and or SYawning Angel
2024-09-16ssh: return ServerAuthError after too many auth failuresNicola Murino
2024-09-10bn256: add missing symbols in commentcuishuang
2024-09-04all: fix printf(var) mistakes detected by latest printf checkerv0.27.0Dmitri Shuralyov
2024-09-04go.mod: update golang.org/x dependenciesGopher Robot
2024-09-04internal/poly1305: Port sum_amd64.s to AvoGarrett Bodley
2024-09-04chacha20poly1305: Avo port of chacha20poly1305_amd64.sGarrett Bodley
2024-09-04salsa20/salsa: Port salsa20_amd64.s to AvoGarrett Bodley
2024-09-04blake2b: port blake2b_amd64.s to AvoGarrett Bodley
2024-09-04blake2b: port blake2bAVX2_amd64.s to AvoGarrett Bodley
2024-09-04blake2s: port blake2s_amd64.s to AvoGarrett Bodley
2024-09-04argon2: Avo port of blamka_amd64.sGarrett Bodley
2024-09-03x509roots/fallback: update bundleGopher Robot
2024-08-06ssh/agent: ensure to not add duplicated keysNicola Murino
2024-08-06go.mod: update golang.org/x dependenciesv0.26.0Gopher Robot
2024-07-26ssh: add support for unpadded RSA signaturesIlia Mirkin
2024-07-22ssh: don't use dsa keys in integration testsNicola Murino
2024-07-17ssh: remove go 1.21+ dependency on slicesIlia Mirkin
2024-07-16sha3: Avo port of keccakf_amd64.sGarrett Bodley