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
/
wycheproof
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
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-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
2021-12-09
internal/wycheproof: skip on builders with flaky network connections
Bryan C. Mills
2021-09-20
all: fix typos
Yasuhiro Matsumoto
2021-02-20
all: go fmt ./...
Russ Cox
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