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
4 hours
Merge remote-tracking branch 'up/master'
HEAD
main
Shulhan
30 hours
x509roots/fallback: update bundle
Gopher Robot
5 days
go.mod: update golang.org/x dependencies
v0.50.0
Gopher Robot
2026-03-27
ssh/knownhosts: implements DB interface
Shulhan
2026-03-27
all: add makefile for common tasks
Shulhan
2026-03-27
ssh: implement Session Run with context
Shulhan
2026-03-27
ssh: implement method Is in PassphraseMissingError
Shulhan
2026-03-23
ssh: respect signer's algorithm preference in pickSignatureAlgorithm
Nicola Murino
2026-03-20
ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLength
Rob Picard
2026-03-11
go.mod: update golang.org/x dependencies
v0.49.0
Gopher Robot
2026-03-10
ssh,acme: clean up tautological/impossible nil conditions
Neal Patel
2026-02-13
acme: only require prompt if server has terms of service
Sean Liao
2026-02-11
all: upgrade go directive to at least 1.25.0 [generated]
Gopher Robot
2026-02-09
x509roots/fallback: update bundle
Gopher Robot
2026-02-09
go.mod: update golang.org/x dependencies
v0.48.0
Gopher Robot
2026-01-13
scrypt: fix panic on parameters <= 0
Juergen Graf
2026-01-12
go.mod: update golang.org/x dependencies
v0.47.0
Gopher Robot
2025-12-10
chacha20poly1305: error out in fips140=only mode
Filippo Valsorda
2025-12-08
go.mod: update golang.org/x dependencies
v0.46.0
Gopher Robot
2025-12-03
x509roots/fallback: update bundle
Gopher Robot
2025-12-02
ssh/agent: fix flaky test by ensuring a writeable home directory
Michael Stapelberg
2025-11-19
go.mod: update golang.org/x dependencies
v0.45.0
Gopher Robot
2025-11-19
ssh: curb GSSAPI DoS risk by limiting number of specified OIDs
Neal Patel
2025-11-19
ssh/agent: prevent panic on malformed constraint
Neal Patel
2025-11-17
acme/autocert: let automatic renewal work with short lifetime certs
Sean Liao
2025-11-12
acme: pass context to request
Sean Liao
2025-11-12
ssh: fix error message on unsupported cipher
Santhanam
2025-11-12
ssh: allow to bind to a hostname in remote forwarding
Nicola Murino
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
[next]