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
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
2022-08-17
acme: gofmt code with Go 1.19 gofmt
Russ Cox
2022-08-17
internal/subtle: rename to internal/alias
Russ Cox
2022-07-22
A+C: delete AUTHORS and CONTRIBUTORS
Russ Cox
2022-06-22
curve25519: remove dependency on fmt
Aaqa Ishtyaq
2022-05-25
acme/autocert: properly clean DirCache paths
Roland Shoemaker
2022-05-18
acme: DeactivateReg fix panic
Jason Baker
2022-05-17
curve25519/internal/field: update generator to avo v0.4.0
Tobias Klauser
2022-05-16
acme: add AccountKeyRollover
Jason Baker
2022-05-13
ssh/agent: fix non-RSA certificates
Filippo Valsorda
2022-05-11
acme/autocert/internal/acmetest: don't validate in goroutine
Roland Shoemaker
2022-05-07
internal/wycheproof: skip truncated SHA-512 RSAPSS tests for boring
Roland Shoemaker
2022-04-27
internal/wycheproof: add ECDH tests, including point decompression
Filippo Valsorda
2022-04-11
all: gofmt
Russ Cox
2022-04-08
acme/autocert: support External Account Binding (EAB) tokens
Ben Burkert
2022-03-31
ocsp: add Response.Raw
Roland Shoemaker
2022-03-21
ssh: send ext-info-c only once
Peter Verraedt
2022-03-15
ssh: support rsa-sha2-256/512 for client certificates
Filippo Valsorda
2022-03-14
ssh: support rsa-sha2-256/512 for client authentication
Filippo Valsorda
2022-03-14
ssh: send (and rename) keyboard-interactive name field to the client
Filippo Valsorda
2022-03-14
ssh: don't advertise rsa-sha2 algorithms if we can't use them
Filippo Valsorda
2022-03-14
ssh: deprecate and replace SigAlgo constants
Filippo Valsorda
2022-03-14
ssh: fix diffie-hellman-group-exchange g and K bounds checks
Filippo Valsorda
2022-03-14
ssh: add diffie-hellman-group14-sha256 kex
Filippo Valsorda
2022-03-14
ssh: support new curve25519-sha256 kex name
Михаил Патин
2022-03-13
ssh: add IUTF8 constant from RFC 8160
Brad Fitzpatrick
2022-03-12
ssh: ignore MAC if AEAD ciphers negotiated
Roland Shoemaker
2022-03-07
ssh: fix typo
cuishuang
2022-02-14
acme/autocert: skip renewal tests broken on windows/arm64
Bryan C. Mills
2022-02-13
crypto/ssh: don't send the last auth failure message if disconnecting
Roland Shoemaker
2022-02-10
acme/autocert: fix races in renewal tests
Bryan C. Mills
2022-02-09
ssh: accept WSAECONNABORTED in TestClientAuthMaxAuthTriesPublicKey
Ian Lance Taylor
[next]