aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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