aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-08go.mod: update golang.org/x dependenciesv0.42.0Gopher Robot
2025-09-04acme: include order problem in OrderErrorDaniel McCarney
2025-08-26ssh: remove Go 1.24 build tag for ML-KEM kexNicola Murino
2025-08-19ssh/knownhosts: improve IPv6 support in NormalizeNicola Murino
2025-08-19curve25519: include potential fips140=only error in panic messageFilippo Valsorda
2025-08-19ssh: use curve25519.X25519 instead of curve25519.ScalarMultFilippo Valsorda
2025-08-13all: upgrade go directive to at least 1.24.0 [generated]Gopher Robot
2025-08-07go.mod: update golang.org/x dependenciesv0.41.0Gopher Robot
2025-08-06acme: fix pebble subprocess output data raceDaniel McCarney
2025-08-03x509roots/fallback: store bundle certs directly in DERMateusz Poliwczak
2025-08-01acme: increase pebble test waitForServer attemptsDaniel McCarney
2025-07-30x509roots/fallback: update bundleGopher Robot
2025-07-11acme: capture pebble test subprocess stdout/stderrDaniel McCarney
2025-07-10go.mod: update golang.org/x dependenciesv0.40.0Gopher Robot
2025-07-09ssh: add AlgorithmNegotiationErrorNicola Murino
2025-06-30acme: fix TLSALPN01ChallengeCert for IP address identifiersDaniel McCarney
2025-06-30acme: add Pebble integration testingDaniel McCarney
2025-06-30blake2b: implement hash.XOFqiulaidongfeng
2025-06-30x509roots/fallback: update bundleGopher Robot
2025-06-30ssh: refuse to parse certificates that use a certificate as signing keyNicola Murino
2025-06-30ssh: reject certificate keys used as signature keys for SSH certsNicola Murino
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