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-06-04
go.mod: update golang.org/x dependencies
v0.24.0
Gopher Robot
2024-06-03
x509roots/fallback: update bundle
Gopher Robot
2024-05-29
ssh: implement CryptoPublicKey on sk keys
Mariano Cano
2024-05-22
ssh: allow server auth callbacks to send additional banners
Andrew Lytvynov
2024-05-07
sha3: reenable s390x assembly
Mauri de Souza Meneguzzo
2024-05-07
sha3: make APIs usable with zero allocations
Filippo Valsorda
2024-05-07
sha3: disable s390x assembly
Filippo Valsorda
2024-05-06
sha3: simplify XOR functions
Filippo Valsorda
2024-05-06
go.mod: update golang.org/x dependencies
v0.23.0
Gopher Robot
2024-05-03
ssh: validate key type in SSH_MSG_USERAUTH_PK_OK response
Nicola Murino
2024-04-16
openpgp: fix function name in comment
cuishuang
2024-04-15
sha3: fix Sum results for SHAKE functions on s390x
Michael Munday
2024-04-04
go.mod: update golang.org/x dependencies
v0.22.0
Gopher Robot
2024-04-04
ssh: respect MaxAuthTries also for "none" auth attempts
Nicola Murino
2024-04-03
ssh: add server side multi-step authentication
Nicola Murino
2024-03-26
x/crypto/chacha20: cleanup chacha_ppc64le.s
Jayanth Krishnamurthy
2024-03-18
all: remove redundant words in comments and fix some typos
cui fliter
2024-03-04
go.mod: update golang.org/x dependencies
v0.21.0
Gopher Robot
2024-02-28
ssh/test: work around for TestCiphers failures on macOS
Nicola Murino
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
[next]