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
2024-02-26
all: update go.mod x/net dependency
v0.20.0
Roland Shoemaker
2024-02-18
ocsp: don't use iota for externally defined constants
Brad Fitzpatrick
2024-02-15
x/crypto/internal/poly1305: improve sum_ppc64le.s
Lynn Boger
2024-02-14
ssh/test: don't use DSA keys in integrations tests, update test RSA key
Nicola Murino
2024-02-08
x509roots/nss: manually exclude a confusingly constrained root
Roland Shoemaker
2024-02-07
go.mod: update golang.org/x dependencies
v0.19.0
Gopher Robot
2024-02-07
x509roots/fallback: update bundle
Gopher Robot
2024-01-08
ssh/test: skip tests on darwin that fail on the darwin-amd64-longtest LUCI bu...
v0.18.0
Bryan C. Mills
2024-01-08
ssh/test: avoid leaking a net.UnixConn in server.TryDialWithAddr
Bryan C. Mills
2024-01-04
go.mod: update golang.org/x dependencies
Gopher Robot
2024-01-02
internal/poly1305: drop Go 1.12 compatibility
Sebastiaan van Stijn
2023-12-18
ssh: implement strict KEX protocol changes
v0.17.0
Roland Shoemaker
2023-12-14
ssh: close net.Conn on all NewServerConn errors
Edoardo Spadolini
2023-11-29
x509roots/fallback: update bundle
Gopher Robot
2023-11-27
ssh: defer channel window adjustment
Will Mortensen
2023-11-27
blake2b: drop Go 1.6, Go 1.8 compatibility
Sebastiaan van Stijn
2023-11-27
ssh: wrap errors from client handshake
Pavel Repin
2023-11-27
argon2: avoid clobbering BP
Egon Elbre
2023-11-27
ssh/test: skip TestSSHCLIAuth on Windows
v0.16.0
Heschi Kreinick
2023-11-27
go.mod: update golang.org/x dependencies
Gopher Robot
2023-11-27
ssh: add (*Client).DialContext method
Randy Reddig
2023-11-23
ssh: fix certificate authentication with OpenSSH 7.2-7.7
Nicola Murino
2023-11-21
curve25519/internal/field/_asm: go mod tidy to fix x/sys version
Sebastiaan van Stijn
2023-11-11
ssh: use the correct token from the client
Matt Dainty
2023-11-09
cryptobyte: fix ReadOptionalASN1Boolean
Roland Shoemaker
2023-11-09
ssh: eliminate some goroutine leaks in tests and examples
Bryan C. Mills
2023-11-08
ssh: allow to configure public key auth algorithms on the server side
v0.15.0
Nicola Murino
2023-11-08
ssh: try harder to detect incorrect passwords for legacy PEM encryption
Nicola Murino
2023-11-08
go.mod: update golang.org/x dependencies
Gopher Robot
2023-11-07
chacha20poly1305: guard PSHUFB usage with GOAMD64_v2
Mauri de Souza Meneguzzo
2023-10-30
crypto/hkdf: remove useless call to Reset
Eric Lagergren
2023-10-24
ssh: add test case against ssh CLI
Nicola Murino
2023-10-23
x509roots: catch the zero-roots case when generating the bundle
Roland Shoemaker
2023-10-21
x509roots: check HTTP response status code and media type
Dmitri Shuralyov
2023-10-11
all: update go directive to 1.18
Dmitri Shuralyov
2023-10-11
ssh: add support for SSH_AGENT_CONSTRAIN_EXTENSION with id 255
Nicola Murino
2023-10-05
go.mod: update golang.org/x dependencies
v0.14.0
Gopher Robot
2023-10-04
ssh: add server side support for ping@openssh.com protocol extension
Nicola Murino
2023-09-28
chacha20: drop Go 1.10 compatibility for arm64
Sebastiaan van Stijn
2023-09-27
all: use crypto/ed25519 instead of golang.org/x/crypto/ed25519
Sebastiaan van Stijn
2023-09-20
ssh: add test cases for compatibility with old (buggy) clients
Nicola Murino
2023-09-20
ssh: add MultiAlgorithmSigner
Nicola Murino
2023-09-10
sha3: have ShakeHash extend hash.Hash
Matthew Dempsky
2023-09-07
cryptobyte: add uint48 methods
Daniel Mangum
2023-09-05
ssh: support for marshaling keys using the OpenSSH format
Mariano Cano
2023-09-05
ssh: check the declared public key algo against decoded one
Nicola Murino
2023-09-05
go.mod: update golang.org/x dependencies
v0.13.0
Gopher Robot
2023-08-04
go.mod: update golang.org/x dependencies
v0.12.0
Gopher Robot
2023-07-31
ssh: fix call to Fatalf from a non-test goroutine
Nicola Murino
2023-07-31
ssh: add diffie-hellman-group16-sha512 kex
Nicola Murino
[next]