aboutsummaryrefslogtreecommitdiff
path: root/util/fipstools/acvp
AgeCommit message (Expand)AuthorFilesLines
2024-06-19Add EDDSA support for fetching and uploading vectorsSven Biebaut1-0/+1
2024-05-14ACVP updates.Adam Langley1-8/+29
2024-03-29Reflect latest FIPS updates, including 186-5.Adam Langley1-56/+3
2024-01-12acvp: test with internal nonce generation.Adam Langley5-18/+92
2023-09-06acvptool: create fresh variables in loops.Adam Langley17-0/+48
2023-07-11[acvptool] skip connection to the server if input json or regdump is onYurii Shutkin1-22/+22
2023-07-11Use std::make_unique when possibleDavid Benjamin1-1/+1
2023-05-23acvptool: clean up better.Adam Langley2-11/+8
2023-05-11acvptool: implement pipelining.Adam Langley22-308/+667
2023-05-02Replace interface{} with anyDavid Benjamin20-60/+60
2023-04-25Re-add go:build ignore linesDavid Benjamin2-0/+4
2023-04-17Switch to new ACVP test for TLS 1.2 KDF.Adam Langley7-57/+24
2023-04-17Move TLS 1.3 KDF functions into the FIPS module.Adam Langley7-1/+306
2023-04-14Move HKDF into the FIPS module.Adam Langley5-0/+62
2023-02-22acvp: update test expectationsAdam Langley30-0/+0
2023-02-22acvp: write updated tests without `.bz2` suffixAdam Langley1-0/+1
2023-02-22acvp: fix testsAdam Langley1-1/+12
2023-02-16Revert go:build ignore linesDavid Benjamin2-4/+0
2023-02-14Remove global_target from build.David Benjamin1-1/+0
2023-02-14Specify -Iinclude with the crypto target.David Benjamin1-4/+0
2023-01-31Mark standalone Go scripts with go:build ignoreDavid Benjamin2-0/+4
2023-01-26Remove ppc64le delocate and FIPS build.David Benjamin1-2/+0
2022-12-12acvptool: add support for uploading results.Adam Langley2-12/+95
2022-12-09acvptool: factor out getResultsWithRetryAdam Langley1-21/+30
2022-12-09acvptool: factor out logic for connecting to the serverAdam Langley1-78/+88
2022-12-09acvptool: factor out uploadResultAdam Langley1-47/+52
2022-12-07acvptool: KDA replaces KAS-KDF for HKDF.Adam Langley8-50/+21
2022-11-21Migrate io/ioutil uses to new APIs.David Benjamin4-16/+12
2022-10-22Make EVP_PKEY_*_tls_encodedpoint work with EVP_PKEY_EC.David Benjamin1-10/+2
2022-10-14Remove CMake install command for modulewrapper.David Benjamin1-1/+0
2022-10-08acvp: support fetching expected results.Adam Langley2-106/+145
2022-07-26Expose the CTR_DRBG API.Adam Langley1-0/+1
2022-07-26Don't try and test 3DES with ACVP.Adam Langley3-2/+0
2022-07-19Mostly Revert 52426 - Drop AVCP support for 3DESBob Beck7-0/+132
2022-06-10Add SHA3 supportSureshbhai Dave1-0/+8
2022-06-02Increase ACVP sizes.Adam Langley2-22/+33
2022-05-05acvp: test CTR-DRBG with reseed in modulewrapper.Adam Langley4-6/+25
2022-05-05Do pending `go fmt` updates.Adam Langley3-1/+3
2022-05-05acvp: test SHA-512/256 with HMAC, RSA (PSS), and ECDSA.Adam Langley5-32/+72
2022-05-05Add PSS to the AVCP regcap.Adam Langley1-0/+18
2022-05-05Drop ACVP support for 3DES.Adam Langley8-146/+0
2022-04-14Add CMake install rules.Daniel Thornburgh1-0/+1
2022-02-14acvp: don't send the Authorization header when renewing tokensAdam Langley1-4/+6
2021-09-28Add log tag for Trusty.Pete Bentley1-0/+1
2021-09-16acvptool: add CS3 support.Adam Langley7-31/+267
2021-09-07acvptool: add hmacDRBG supportAdam Langley8-38/+378
2021-07-29acvp: recognise another style of JSON.Adam Langley3-5/+7
2021-07-23acvp: add HKDF support.Adam Langley7-0/+264
2021-05-10Update ACVP URLs.Adam Langley12-33/+21
2021-05-06acvp: move hash iterations into modulewrapper.Adam Langley3-21/+48