index
:
go-x-crypto
main
ssh-run-with-context
Fork of golang.org/x/crypto with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-11-11
go.mod: update golang.org/x dependencies
v0.44.0
Gopher Robot
2025-10-28
all: eliminate vet diagnostics
Sean Liao
2025-10-27
all: fix some comments
cuishuang
2025-10-22
chacha20poly1305: panic on dst and additionalData overlap
Sean Liao
2025-10-22
sha3: make it mostly a wrapper around crypto/sha3
Filippo Valsorda
2025-10-09
ssh: use reflect.TypeFor instead of reflect.TypeOf
cuishuang
2025-10-08
all: fix some typos in comment
cuishuang
2025-10-08
go.mod: update golang.org/x dependencies
v0.43.0
Gopher Robot
2025-10-08
acme: fix autocert TestHTTPHandlerDefaultFallback
Daniel McCarney
2025-10-08
x509roots/fallback: update bundle
Gopher Robot
2025-09-27
ssh: add VerifiedPublicKeyCallback
Nicola Murino
2025-09-27
ssh: add support for FIPS mode
Nicola Murino
2025-09-15
ssh: remove custom contains, use slices.Contains
Nicola Murino
2025-09-15
ssh: return clearer error when signature algorithm is used as key format
Nicola Murino
2025-09-11
x509roots/fallback/bundle: add bundle package to export root certs
Michael Stapelberg
2025-09-09
all: freeze and deprecate more packages
Filippo Valsorda
2025-09-09
ssh/agent: return an error for unexpected message types
Nicola Murino
2025-09-08
go.mod: update golang.org/x dependencies
v0.42.0
Gopher Robot
2025-09-04
acme: include order problem in OrderError
Daniel McCarney
2025-08-26
ssh: remove Go 1.24 build tag for ML-KEM kex
Nicola Murino
2025-08-19
ssh/knownhosts: improve IPv6 support in Normalize
Nicola Murino
2025-08-19
curve25519: include potential fips140=only error in panic message
Filippo Valsorda
2025-08-19
ssh: use curve25519.X25519 instead of curve25519.ScalarMult
Filippo Valsorda
2025-08-13
all: upgrade go directive to at least 1.24.0 [generated]
Gopher Robot
2025-08-07
go.mod: update golang.org/x dependencies
v0.41.0
Gopher Robot
2025-08-06
acme: fix pebble subprocess output data race
Daniel McCarney
2025-08-03
x509roots/fallback: store bundle certs directly in DER
Mateusz Poliwczak
2025-08-01
acme: increase pebble test waitForServer attempts
Daniel McCarney
2025-07-30
x509roots/fallback: update bundle
Gopher Robot
2025-07-11
acme: capture pebble test subprocess stdout/stderr
Daniel McCarney
2025-07-10
go.mod: update golang.org/x dependencies
v0.40.0
Gopher Robot
2025-07-09
ssh: add AlgorithmNegotiationError
Nicola Murino
2025-06-30
acme: fix TLSALPN01ChallengeCert for IP address identifiers
Daniel McCarney
2025-06-30
acme: add Pebble integration testing
Daniel McCarney
2025-06-30
blake2b: implement hash.XOF
qiulaidongfeng
2025-06-30
x509roots/fallback: update bundle
Gopher Robot
2025-06-30
ssh: refuse to parse certificates that use a certificate as signing key
Nicola Murino
2025-06-30
ssh: reject certificate keys used as signature keys for SSH certs
Nicola Murino
2025-06-05
ssh/test: skip KEX test if unsupported by system SSH client
v0.39.0
Nicola Murino
2025-06-05
go.mod: update golang.org/x dependencies
Gopher Robot
2025-05-31
x509roots/fallback: add init time benchmark
Mateusz Poliwczak
2025-05-31
x509roots/fallback: move parsing code to a non-generated file
Mateusz Poliwczak
2025-05-29
acme: return err from deprecated TLS-SNI-[01|02] functions
Daniel McCarney
2025-05-28
acme: remove dead code
Daniel McCarney
2025-05-15
ssh: add server side support for Diffie Hellman Group Exchange
Nicola Murino
2025-05-15
ssh: expose negotiated algorithms
Nicola Murino
2025-05-15
ssh: automatically add curve25519-sha256@libssh.org KEX alias
Nicola Murino
2025-05-15
ssh: export supported algorithms
Nicola Murino
2025-05-12
bcrypt: update InvalidCostError message to describe cost range inclusive
redwrasse
2025-05-12
x509roots/fallback: update bundle
Gopher Robot
[next]