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-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
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
[next]