- ed322d7 util/fipstools: add EDDSA ACVP support by Daniel McCarney · 5 months ago
- 2587c49 utils/fipstools: add PBKDF ACVP support by Daniel McCarney · 5 months ago
- ba5e1a2 utils/fipstools: fix ACVP test data comments by Daniel McCarney · 5 months ago
- 0fa9014 util/fipstools: SHA2-512-224 ACVP.md updates by Daniel McCarney · 5 months ago
- fc03aae util/fipstools: SHA2-512-224 ACVP primitives by Daniel McCarney · 5 months ago
- 84dc9bb Add EDDSA support for fetching and uploading vectors by Sven Biebaut · 9 months ago
- b8912d7 ACVP updates. by Adam Langley · 10 months ago
- 43cec43 Reflect latest FIPS updates, including 186-5. by Adam Langley · 1 year ago
- 8f4e9d4 acvp: test with internal nonce generation. by Adam Langley · 1 year, 2 months ago
- be84aee acvptool: create fresh variables in loops. by Adam Langley · 1 year, 6 months ago
- ac6793a [acvptool] skip connection to the server if input json or regdump is on by Yurii Shutkin · 1 year, 9 months ago
- a36ac0a Use std::make_unique when possible by David Benjamin · 1 year, 9 months ago
- cf3851c acvptool: clean up better. by Adam Langley · 1 year, 10 months ago
- e24491a acvptool: implement pipelining. by Adam Langley · 2 years, 4 months ago
- 77b6f25 Replace interface{} with any by David Benjamin · 1 year, 11 months ago
- ece1f86 Re-add go:build ignore lines by David Benjamin · 1 year, 11 months ago
- 6e1e367 Switch to new ACVP test for TLS 1.2 KDF. by Adam Langley · 1 year, 11 months ago
- 480344d Move TLS 1.3 KDF functions into the FIPS module. by Adam Langley · 1 year, 11 months ago
- d3acd45 Move HKDF into the FIPS module. by Adam Langley · 1 year, 11 months ago
- 583c60b acvp: update test expectations by Adam Langley · 2 years, 1 month ago
- f39826d acvp: write updated tests without `.bz2` suffix by Adam Langley · 2 years, 1 month ago
- 016de5a acvp: fix tests by Adam Langley · 2 years, 1 month ago
- bab2f96 Revert go:build ignore lines by David Benjamin · 2 years, 1 month ago
- 8c75ed0 Remove global_target from build. by David Benjamin · 2 years, 1 month ago
- 0e68520 Specify -Iinclude with the crypto target. by David Benjamin · 2 years, 1 month ago
- 54b04fd Mark standalone Go scripts with go:build ignore by David Benjamin · 2 years, 2 months ago
- cbccae5 Remove ppc64le delocate and FIPS build. by David Benjamin · 2 years, 2 months ago
- 1740ff9 acvptool: add support for uploading results. by Adam Langley · 2 years, 3 months ago
- d77fdbf acvptool: factor out getResultsWithRetry by Adam Langley · 2 years, 3 months ago
- 02397c7 acvptool: factor out logic for connecting to the server by Adam Langley · 2 years, 3 months ago
- 047ec2c6 acvptool: factor out uploadResult by Adam Langley · 2 years, 3 months ago
- 726585c acvptool: KDA replaces KAS-KDF for HKDF. by Adam Langley · 2 years, 3 months ago
- 5511fa8 Migrate io/ioutil uses to new APIs. by David Benjamin · 2 years, 4 months ago
- 671ccb1 Make EVP_PKEY_*_tls_encodedpoint work with EVP_PKEY_EC. by David Benjamin · 2 years, 5 months ago
- 14aa0de Remove CMake install command for modulewrapper. by David Benjamin · 2 years, 5 months ago
- 8927cb8 acvp: support fetching expected results. by Adam Langley · 2 years, 5 months ago
- 24c0186 Expose the CTR_DRBG API. by Adam Langley · 2 years, 10 months ago
- f4cdf91 Don't try and test 3DES with ACVP. by Adam Langley · 2 years, 8 months ago
- b951243 Mostly Revert 52426 - Drop AVCP support for 3DES by Bob Beck · 2 years, 8 months ago
- 7c23238 Add SHA3 support by Sureshbhai Dave · 2 years, 9 months ago
- 828b2d2 Increase ACVP sizes. by Adam Langley · 2 years, 10 months ago
- 735a868 acvp: test CTR-DRBG with reseed in modulewrapper. by Adam Langley · 2 years, 11 months ago
- 25e5b06 Do pending `go fmt` updates. by Adam Langley · 2 years, 11 months ago
- 097ffe1 acvp: test SHA-512/256 with HMAC, RSA (PSS), and ECDSA. by Adam Langley · 2 years, 11 months ago
- 1a541d4 Add PSS to the AVCP regcap. by Adam Langley · 2 years, 11 months ago
- 8241345 Drop ACVP support for 3DES. by Adam Langley · 2 years, 11 months ago
- 2fc6d38 Add CMake install rules. by Daniel Thornburgh · 3 years ago
- 44a141f acvp: don't send the Authorization header when renewing tokens by Adam Langley · 3 years, 1 month ago
- cc509bd Add log tag for Trusty. by Pete Bentley · 3 years, 6 months ago
- f3e5941 acvptool: add CS3 support. by Adam Langley · 3 years, 6 months ago
- 2577343 acvptool: add hmacDRBG support by Adam Langley · 3 years, 6 months ago
- 5799ebf acvp: recognise another style of JSON. by Adam Langley · 3 years, 8 months ago
- c1571fe acvp: add HKDF support. by Adam Langley · 3 years, 8 months ago
- f0e5ea2 Update ACVP URLs. by Adam Langley · 3 years, 10 months ago
- 9fc6174 acvp: move hash iterations into modulewrapper. by Adam Langley · 3 years, 10 months ago
- 853ca1e Remove non-deterministic bits from ECDSA ACVP test. by Adam Langley · 3 years, 11 months ago fips-20210429
- c5dc278 avcp: SHA-1 for ECDSA _verification_ is still supported by NIST. by Adam Langley · 3 years, 11 months ago
- 68a799a acvptool: Fix typo hard-coding the HTTP method. by Gurleen Grewal · 4 years ago
- 7a1986c acvp: support GMAC as an algorithm. by Adam Langley · 4 years ago
- 09f71c1 acvp: support KAS-ECC-SSC staticUnified mode. by Adam Langley · 4 years ago
- 3af8854 Fix ppc64le build. by Adam Langley · 4 years ago
- 1a93f4f modulewrapper: add option to print build information. by Adam Langley · 4 years ago
- bc0a4f1 acvp: split ACVP modulewrapper for reuse by Trusty by Stephen Crane · 4 years, 1 month ago
- 3b7029a acvp: detect header element in JSON. by Adam Langley · 4 years, 1 month ago
- fc23300 acvp: don't include CMAC-AES in regcap dump. by Adam Langley · 4 years, 1 month ago
- 4d3e540 acvp: fix CMAC verify by Adam Langley · 4 years, 1 month ago
- 4a196cc acvp: move CMAC verification into the module wrapper. by Adam Langley · 4 years, 2 months ago
- d09962d acvp: update to newer FFDH test. by Adam Langley · 4 years, 2 months ago
- 16c42cc acvp: check that the payloadLen of cipher tests is correct. by Adam Langley · 4 years, 2 months ago
- 1fa6b7f acvp: update test expectations in light of 8dcdcb39a7 by Adam Langley · 4 years, 2 months ago
- 8dcdcb3 acvp: drop 3DES fields from output when unused. by Adam Langley · 4 years, 2 months ago
- 0f0e2bc acvp: don't advertise SHA-1 RSA signature generation. by Adam Langley · 4 years, 2 months ago
- 2f2d27e acvp: add XTS support. by Adam Langley · 4 years, 2 months ago
- ab6a8f4 acvp: drop subprocess_test.go by Adam Langley · 4 years, 3 months ago
- 4f75b76 acvp: add tests by Adam Langley · 4 years, 3 months ago
- 78f15a6 Gerrit ignores <sup>; use Unicode superscript instead. by Adam Langley · 4 years, 3 months ago
- e02dd70 acvp: better document the subprocess protocol. by Adam Langley · 4 years, 3 months ago
- 4ab14ea acvp: fix silly errors. by Adam Langley · 4 years, 3 months ago
- 8685482 acvp: load config later. by Adam Langley · 4 years, 3 months ago
- 28cab64 acvp: add support for finite-field Diffie–Hellman. by Adam Langley · 4 years, 3 months ago
- 0898b07 acvp: add support for KAS by Adam Langley · 4 years, 3 months ago
- f040001 acvp: add TLS KDF support by Adam Langley · 4 years, 3 months ago
- 9ac743e acvp: tweak config by Adam Langley · 4 years, 3 months ago
- 329c0cb acvp: fix subprocess_test.go by Adam Langley · 4 years, 3 months ago
- bb6f9c4 util/fipstools/acvp/acvptool: buffer signal channel to avoid losing signal by Emmanuel T Odeke · 4 years, 4 months ago
- 806c505 acvp: add SHA-512/256 support. by Adam Langley · 4 years, 4 months ago
- 1607f54 acvp: move inner MCT loops into subprocess. by Adam Langley · 4 years, 4 months ago
- 777e1ff acvp: RSA signature verification tests. by Adam Langley · 4 years, 5 months ago
- e44d977 acvp: RSA signature generation tests. by Adam Langley · 4 years, 5 months ago
- 2e22d1b acvp: support RSA key generation tests. by Adam Langley · 4 years, 5 months ago
- 9c12f01 acvp: add 3DES-CBC support by Adam Langley · 4 years, 5 months ago
- e796cc6 acvp: add 3DES-ECB support by Adam Langley · 4 years, 5 months ago
- fd83592 Silence some linter checks. by David Benjamin · 4 years, 5 months ago
- 9d1bca3 acvp: update subprocess_test.go by Adam Langley · 4 years, 5 months ago
- 6d2c799 acvp: abstract out MCT iteration functions. by Adam Langley · 4 years, 5 months ago
- f94e6d7 acvp: add AES-CCM support. by Adam Langley · 4 years, 6 months ago
- 56b28d8 acvp: highlight that the TOTP secret goes in the config file. by Adam Langley · 4 years, 5 months ago
- 048f354 acvp: handle more private key formats. by Adam Langley · 4 years, 5 months ago
- b117a3a acvp: add AES-KWP support. by Adam Langley · 4 years, 6 months ago
- 81658a9 acvp: add AES-KW support. by Adam Langley · 4 years, 6 months ago