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-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
2023-07-31
ssh: ignore invalid MACs and KEXs just like we do for ciphers
Nicola Murino
2023-07-25
x509roots/fallback: update bundle
Gopher Robot
2023-07-18
internal/wycheproof: skip all tests in short test mode
Dmitri Shuralyov
2023-07-14
ssh: prefer sha256 based RSA key algorithms
Nicola Murino
2023-07-13
ssh: disable client agent tests on Windows
Nicola Murino
2023-07-11
fix TestValidTerminalMode: missing output from echo SHELL $SHELL
Boshi Lian
2023-07-10
ssh: fix RSA certificate and public key authentication with older clients
Nicola Murino
2023-07-05
ssh: prefer sha256 based MAC algorithms
Nicola Murino
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
[next]