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
path:
root
/
internal
Age
Commit message (
Expand
)
Author
2023-10-11
all: update go directive to 1.18
Dmitri Shuralyov
2023-09-27
all: use crypto/ed25519 instead of golang.org/x/crypto/ed25519
Sebastiaan van Stijn
2023-07-18
internal/wycheproof: skip all tests in short test mode
Dmitri Shuralyov
2023-06-15
ssh/test: set a timeout and WaitDelay on sshd subcommands
Bryan C. Mills
2022-12-21
internal/wycheproof: also use Verify in TestECDSA
Roland Shoemaker
2022-11-16
internal/wycheproof: update Go 1.20 crypto/ecdh API
v0.3.0
Filippo Valsorda
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-17
internal/subtle: rename to internal/alias
Russ Cox
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
2021-12-09
internal/wycheproof: skip on builders with flaky network connections
Bryan C. Mills
2021-09-20
all: fix typos
Yasuhiro Matsumoto
2021-09-15
poly1305: deprecate public package
Filippo Valsorda
2021-02-20
all: go fmt ./...
Russ Cox
2020-12-03
all: build tags: appengine,!gccgo => purego,gc
Tamir Duberstein
2020-10-02
internal/wycheproof: add RSA OAEP decryption tests
Roland Shoemaker
2020-07-28
internal/wycheproof: add generic AEAD test
Roland Shoemaker
2020-06-04
internal/wycheproof: add tests for hmac generation
Roland Shoemaker
2020-03-20
internal/wycheproof: update TestEcdsa to use ecdsa.VerifyASN1
Katie Hockman
2020-02-21
internal/wycheproof: add test for ChaCha20-Poly1305 AEAD encryption/decryption
Katie Hockman
2020-02-19
internal/wycheproof: add test for CBC decryption with PKCS#5 padding
Katie Hockman
2020-02-06
internal/wycheproof: add test for hkdf key extraction
Katie Hockman
2020-01-28
cryptobyte: fix panic due to malformed ASN.1 inputs on 32-bit archs
Filippo Valsorda
2019-12-27
internal/wycheproof: skip failing test on 32-bit arm
Katie Hockman
2019-12-06
internal/wycheproof: add Wycheproof tests for verifying signatures
Katie Hockman
2019-11-11
chacha20: expose internal/chacha20 package
Filippo Valsorda
2019-11-11
internal/chacha20: cache first round across XORKeyStream invocations
Filippo Valsorda
2019-11-11
internal/chacha20: refactor for readability and consistency
Filippo Valsorda
2019-11-06
internal/chacha20: fix minor naming issue
Lynn Boger
2019-10-10
internal/chacha20: improve chacha20 performance on ppc64le
Lynn Boger
2019-06-11
internal/chacha20: fix variable naming
Carlos Eduardo Seo
2019-05-30
internal/chacha20: improve performance for ppc64le
Carlos Eduardo Seo
2019-02-28
internal/chacha20: use x/sys/cpu for s390x feature detection
Michael Munday
2019-02-11
internal/chacha20: add SIMD implementation on arm64
Meng Zhuo
2018-08-06
chacha20poly1305: add XChaCha20-Poly1305
Filippo Valsorda
2018-06-19
internal/subtle: add Google App Engine support
Alex Vaghin
2018-06-13
internal/subtle: add Any/InexactOverlap (new package) and apply them across p...
Filippo Valsorda
2018-04-26
internal/chacha20: add s390x SIMD implementation
Michael Munday
2018-04-26
internal/chacha20: implement the cipher.Stream interface and optimize
Michael Munday
2018-01-10
internal/chacha20: move up from chacha20poly1305/internal/chacha20
Han-Wen Nienhuys