aboutsummaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Expand)Author
2023-10-11all: update go directive to 1.18Dmitri Shuralyov
2023-09-27all: use crypto/ed25519 instead of golang.org/x/crypto/ed25519Sebastiaan van Stijn
2023-07-18internal/wycheproof: skip all tests in short test modeDmitri Shuralyov
2023-06-15ssh/test: set a timeout and WaitDelay on sshd subcommandsBryan C. Mills
2022-12-21internal/wycheproof: also use Verify in TestECDSARoland Shoemaker
2022-11-16internal/wycheproof: update Go 1.20 crypto/ecdh APIv0.3.0Filippo Valsorda
2022-09-19all: replace io/ioutil with io and os packagecui fliter
2022-08-29internal/wycheproof: add crypto/ecdh testsRoland Shoemaker
2022-08-17internal/subtle: rename to internal/aliasRuss Cox
2022-05-07internal/wycheproof: skip truncated SHA-512 RSAPSS tests for boringRoland Shoemaker
2022-04-27internal/wycheproof: add ECDH tests, including point decompressionFilippo Valsorda
2022-04-11all: gofmtRuss Cox
2021-12-09internal/wycheproof: skip on builders with flaky network connectionsBryan C. Mills
2021-09-20all: fix typosYasuhiro Matsumoto
2021-09-15poly1305: deprecate public packageFilippo Valsorda
2021-02-20all: go fmt ./...Russ Cox
2020-12-03all: build tags: appengine,!gccgo => purego,gcTamir Duberstein
2020-10-02internal/wycheproof: add RSA OAEP decryption testsRoland Shoemaker
2020-07-28internal/wycheproof: add generic AEAD testRoland Shoemaker
2020-06-04internal/wycheproof: add tests for hmac generationRoland Shoemaker
2020-03-20internal/wycheproof: update TestEcdsa to use ecdsa.VerifyASN1Katie Hockman
2020-02-21internal/wycheproof: add test for ChaCha20-Poly1305 AEAD encryption/decryptionKatie Hockman
2020-02-19internal/wycheproof: add test for CBC decryption with PKCS#5 paddingKatie Hockman
2020-02-06internal/wycheproof: add test for hkdf key extractionKatie Hockman
2020-01-28cryptobyte: fix panic due to malformed ASN.1 inputs on 32-bit archsFilippo Valsorda
2019-12-27internal/wycheproof: skip failing test on 32-bit armKatie Hockman
2019-12-06internal/wycheproof: add Wycheproof tests for verifying signaturesKatie Hockman
2019-11-11chacha20: expose internal/chacha20 packageFilippo Valsorda
2019-11-11internal/chacha20: cache first round across XORKeyStream invocationsFilippo Valsorda
2019-11-11internal/chacha20: refactor for readability and consistencyFilippo Valsorda
2019-11-06internal/chacha20: fix minor naming issueLynn Boger
2019-10-10internal/chacha20: improve chacha20 performance on ppc64leLynn Boger
2019-06-11internal/chacha20: fix variable namingCarlos Eduardo Seo
2019-05-30internal/chacha20: improve performance for ppc64leCarlos Eduardo Seo
2019-02-28internal/chacha20: use x/sys/cpu for s390x feature detectionMichael Munday
2019-02-11internal/chacha20: add SIMD implementation on arm64Meng Zhuo
2018-08-06chacha20poly1305: add XChaCha20-Poly1305Filippo Valsorda
2018-06-19internal/subtle: add Google App Engine supportAlex Vaghin
2018-06-13internal/subtle: add Any/InexactOverlap (new package) and apply them across p...Filippo Valsorda
2018-04-26internal/chacha20: add s390x SIMD implementationMichael Munday
2018-04-26internal/chacha20: implement the cipher.Stream interface and optimizeMichael Munday
2018-01-10internal/chacha20: move up from chacha20poly1305/internal/chacha20Han-Wen Nienhuys