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-11-07
go.mod: update golang.org/x dependencies
v0.29.0
Gopher Robot
2024-11-04
README: don't recommend go get
Ian Lance Taylor
2024-10-22
sha3: add MarshalBinary, AppendBinary, and UnmarshalBinary
Filippo Valsorda
2024-10-22
sha3: avoid trailing permutation
Filippo Valsorda
2024-10-22
sha3: fix padding for long cSHAKE parameters
Filippo Valsorda
2024-10-21
sha3: avoid buffer copy
Filippo Valsorda
2024-10-16
ssh: return unexpected msg error when server fails keyboard-interactive auth ...
samiponkanen
2024-10-11
chacha20: extend ppc64le support to ppc64
Paul E. Murphy
2024-10-04
internal/poly1305: extend ppc64le support to ppc64
Paul E. Murphy
2024-10-04
go.mod: update golang.org/x dependencies
v0.28.0
Gopher Robot
2024-09-30
sha3: fix cSHAKE initialization for extremely large N and or S
Yawning Angel
2024-09-16
ssh: return ServerAuthError after too many auth failures
Nicola Murino
2024-09-10
bn256: add missing symbols in comment
cuishuang
2024-09-04
all: fix printf(var) mistakes detected by latest printf checker
v0.27.0
Dmitri Shuralyov
2024-09-04
go.mod: update golang.org/x dependencies
Gopher Robot
2024-09-04
internal/poly1305: Port sum_amd64.s to Avo
Garrett Bodley
2024-09-04
chacha20poly1305: Avo port of chacha20poly1305_amd64.s
Garrett Bodley
2024-09-04
salsa20/salsa: Port salsa20_amd64.s to Avo
Garrett Bodley
2024-09-04
blake2b: port blake2b_amd64.s to Avo
Garrett Bodley
2024-09-04
blake2b: port blake2bAVX2_amd64.s to Avo
Garrett Bodley
2024-09-04
blake2s: port blake2s_amd64.s to Avo
Garrett Bodley
2024-09-04
argon2: Avo port of blamka_amd64.s
Garrett Bodley
2024-09-03
x509roots/fallback: update bundle
Gopher Robot
2024-08-06
ssh/agent: ensure to not add duplicated keys
Nicola Murino
2024-08-06
go.mod: update golang.org/x dependencies
v0.26.0
Gopher Robot
2024-07-26
ssh: add support for unpadded RSA signatures
Ilia Mirkin
2024-07-22
ssh: don't use dsa keys in integration tests
Nicola Murino
2024-07-17
ssh: remove go 1.21+ dependency on slices
Ilia Mirkin
2024-07-16
sha3: Avo port of keccakf_amd64.s
Garrett Bodley
2024-07-16
LICENSE: update per Google Legal
Russ Cox
2024-07-16
x509roots/fallback/internal/goissue52287: delete
Dmitri Shuralyov
2024-07-09
x509roots/fallback: update bundle
Gopher Robot
2024-07-05
go.mod: update golang.org/x dependencies
v0.25.0
Gopher Robot
2024-06-26
all: bump go.mod version and drop compatibility shims
Filippo Valsorda
2024-06-24
ssh/test: make struct comment match struct name
cuishuang
2024-06-04
ssh: fail client auth immediately on receiving disconnect message
samiponkanen
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
[next]