aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-06-05ssh/test: skip KEX test if unsupported by system SSH clientv0.39.0Nicola Murino
2025-06-05go.mod: update golang.org/x dependenciesGopher Robot
2025-05-31x509roots/fallback: add init time benchmarkMateusz Poliwczak
2025-05-31x509roots/fallback: move parsing code to a non-generated fileMateusz Poliwczak
2025-05-29acme: return err from deprecated TLS-SNI-[01|02] functionsDaniel McCarney
2025-05-28acme: remove dead codeDaniel McCarney
2025-05-15ssh: add server side support for Diffie Hellman Group ExchangeNicola Murino
2025-05-15ssh: expose negotiated algorithmsNicola Murino
2025-05-15ssh: automatically add curve25519-sha256@libssh.org KEX aliasNicola Murino
2025-05-15ssh: export supported algorithmsNicola Murino
2025-05-12bcrypt: update InvalidCostError message to describe cost range inclusiveredwrasse
2025-05-12x509roots/fallback: update bundleGopher Robot
2025-05-05go.mod: update golang.org/x dependenciesv0.38.0Gopher Robot
2025-04-18ssh/test: reset the random source before capturing a recordingNicola Murino
2025-04-18ssh/test: enable Diffie-Hellman key exchange algorithmsNicola Murino
2025-04-17acme: return error from pre-authorization when unsupportedIan Stapleton Cordasco
2025-04-16ssh/test: skip unsupported tests on js/wasmNicola Murino
2025-04-16acme/autocert: use standard functions to pick the cache directoryAlberto Bertogli
2025-04-16Revert "chacha20: add loong64 SIMD implementation"Michael Pratt
2025-04-16Revert "salsa20: add loong64 SIMD implementation"Michael Pratt
2025-04-16Revert "argon2: add loong64 SIMD implementation"Michael Pratt
2025-04-14Revert "blake2s: add loong64 SIMD implementation"Michael Pratt
2025-04-13argon2: add loong64 SIMD implementationXiaolin Zhao
2025-04-13chacha20: add loong64 SIMD implementationXiaolin Zhao
2025-04-11salsa20: add loong64 SIMD implementationXiaolin Zhao
2025-04-11blake2s: add loong64 SIMD implementationXiaolin Zhao
2025-04-11acme: use built-in max/min to simplify the codecuishuang
2025-04-11ssh: add mlkem768x25519-sha256 Key Exchange algorithmNicola Murino
2025-04-11ssh: add integration tests against a reference implementationNicola Murino
2025-04-06go.mod: update golang.org/x dependenciesv0.37.0Gopher Robot
2025-04-03ssh: use the configured rand in kex initNicola Murino
2025-03-17cryptobyte: fix typo 'octects' into 'octets' for asn1.goSimon Josefsson
2025-03-17acme: remove unnecessary []byte conversionMateusz Poliwczak
2025-03-13x509roots: support constrained rootsRoland Shoemaker
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