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
2023-07-05
go.mod: update golang.org/x dependencies
v0.11.0
Gopher Robot
2023-06-23
x509roots: generate a stable sort, for real this time
Roland Shoemaker
2023-06-23
x509roots/fallback: add //go:build go1.20 to bundle.go
Dmitri Shuralyov
2023-06-22
ssh: add hmac-sha2-512
Stan Hu
2023-06-20
x509roots: remove list hash and generation date, change ordering
Roland Shoemaker
2023-06-20
x509roots: fix generate script argument checking
Roland Shoemaker
2023-06-20
x509roots: use "generate" build tag
Roland Shoemaker
2023-06-15
ssh/test: set a timeout and WaitDelay on sshd subcommands
Bryan C. Mills
2023-06-12
go.mod: update golang.org/x dependencies
v0.10.0
Gopher Robot
2023-06-12
go.mod: tell x repo tagging to ignore dep on net
Heschi Kreinick
2023-06-09
x509roots: add new module
Roland Shoemaker
2023-06-05
Add support for "hmac-sha2-512-etm@openssh.com"
Stefan Klein
2023-05-08
go.mod: update golang.org/x dependencies
v0.9.0
Gopher Robot
2023-05-04
ssh/test: enable on solaris
Tobias Klauser
2023-04-18
ssh: skip unsupported tests on wasip1
Tobias Klauser
2023-04-17
ssh/test: skip TestValidTerminalMode on non-Bourne shells
Bryan C. Mills
2023-04-12
cryptobyte: reject Object Identifiers with leading 0x80
Mateusz Poliwczak
2023-04-06
go.mod: update golang.org/x dependencies
v0.8.0
Gopher Robot
2023-03-20
all: fix some comments
cui fliter
2023-03-13
curve25519: use crypto/ecdh on Go 1.20
Filippo Valsorda
2023-03-13
ssh: document that ParseRawPrivateKey supports Ed25519 keys
Anmol Sethi
2023-03-05
go.mod: update golang.org/x dependencies
v0.7.0
Gopher Robot
2023-02-15
ssh: add support for aes256-gcm@openssh.com
Nicola Murino
2023-02-08
go.mod: update golang.org/x dependencies
v0.6.0
Gopher Robot
2023-02-03
cryptobyte: reject negative Unwrite argument
Alexander Yastrebov
2023-01-30
all: fix some comments
cui fliter
2023-01-04
go.mod: update golang.org/x dependencies
v0.5.0
Gopher Robot
2022-12-21
bcrypt: reject passwords longer than 72 bytes
Roland Shoemaker
2022-12-21
internal/wycheproof: also use Verify in TestECDSA
Roland Shoemaker
2022-12-12
ssh: ensure that handshakeTransport goroutines have finished before Close ret...
Bryan C. Mills
2022-12-08
acme: eliminate arbitrary timeouts in tests
Bryan C. Mills
2022-12-06
go.mod: update golang.org/x dependencies
v0.4.0
Gopher Robot
2022-11-17
cryptobyte: add support for ReadASN1Integer into []byte
Filippo Valsorda
2022-11-16
internal/wycheproof: update Go 1.20 crypto/ecdh API
v0.3.0
Filippo Valsorda
2022-11-12
ssh: support rsa-sha2-256/512 on the server side
Filippo Valsorda
2022-11-09
all: remove redundant type conversion
cui fliter
2022-11-08
go.mod: update golang.org/x dependencies
v0.2.0
Gopher Robot
2022-11-04
ssh: fix typo
Park Zhou
2022-10-24
all: use math/bits.RotateLeft
Alexander Yastrebov
2022-10-19
go.mod: update golang.org/x dependencies
v0.1.0
Gopher Robot
2022-10-12
all: use automatic RFC linking
Axel Wagner
2022-10-12
all: fix a few function names on comments
cui fliter
2022-10-10
ssh: add ServerConfig.NoClientAuthCallback
Brad Fitzpatrick
2022-10-05
all: replace bytes.Compare with bytes.Equal
cui fliter
2022-09-26
acme/autocert: remove TestRenewFromCache skips
Roland Shoemaker
2022-09-24
acme/autocert: fix renewal timer issue
Roland Shoemaker
2022-09-19
all: replace io/ioutil with io and os package
cui fliter
2022-08-29
internal/wycheproof: add crypto/ecdh tests
Roland Shoemaker
2022-08-26
ssh/agent: match OpenSSH extensionAgentMsg, not IETF draft
edef
2022-08-24
cryptobyte: add ReadUint64 and AddUint64
hopehook
[next]