aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-07-16LICENSE: update per Google LegalRuss Cox
2024-07-16x509roots/fallback/internal/goissue52287: deleteDmitri Shuralyov
2024-07-09x509roots/fallback: update bundleGopher Robot
2024-07-05go.mod: update golang.org/x dependenciesv0.25.0Gopher Robot
2024-06-26all: bump go.mod version and drop compatibility shimsFilippo Valsorda
2024-06-24ssh/test: make struct comment match struct namecuishuang
2024-06-04ssh: fail client auth immediately on receiving disconnect messagesamiponkanen
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