summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* cr50: Rename pinweaver codeMary Ruthven2023-03-161-2/+2
* fix ChromiumOS authors and whitespace warningsMary Ruthven2022-09-13129-131/+145
* base64: add implementation for encoding binary into base64Vadim Bendebury2022-06-134-0/+72
* cr50: Add corp format to u2f_attestHoward Yang2022-06-031-4/+17
* u2f: do not commit state changes on TPM command context.Vadim Bendebury2022-03-021-0/+5
* cr50: improve g2f implementationVadim Sukhomlinov2021-12-292-4/+6
* tpm_test: add support for running tests independentlyMary Ruthven2021-12-281-22/+52
* cr50: fix g2f certificate retrievalVadim Sukhomlinov2021-12-281-0/+34
* Revert "console_channel.inc: Add more ifdef to reduce number of channels"Mary Ruthven2021-11-221-4/+4
* coil: replace non-inclusive terms with "placeholder"Mary Ruthven2021-11-196-24/+24
* coil: replace non-inclusive terms with "validity"Mary Ruthven2021-11-191-1/+1
* Revert "rsa: Optimization of multiplications for Cortex-M0"Mary Ruthven2021-11-181-27/+0
* Revert "common: Add uptime host command"Mary Ruthven2021-11-183-85/+0
* Revert "Treat SYSTEM_IMAGE_RW_B also as RW copy"Mary Ruthven2021-11-181-1/+1
* Revert "EFS: Add support for early firmware selection"Mary Ruthven2021-11-181-4/+1
* Revert "rsa: Further optimization of multiplications for Cortex-M0"Mary Ruthven2021-11-181-7/+3
* Revert "util: Add macro to swap two variables"Mary Ruthven2021-11-181-20/+0
* Revert "Align behavior of strtoi() and strtoul() to match Linux manpage descr...Mary Ruthven2021-11-181-97/+0
* Revert "common: queue: Update chunk struct and get read/write logic"Mary Ruthven2021-11-181-61/+17
* Revert "utils: Add strstr"Mary Ruthven2021-11-181-15/+0
* cr50: update U2F_Sign command to hash authentication secretVadim Sukhomlinov2021-10-141-0/+3
* cr50: improve stability and performance of tpmtest on H1 Red boardVadim Sukhomlinov2021-10-112-4/+8
* cr50: fix test/tpm_test makefile to build bn_testVadim Sukhomlinov2021-10-092-1/+10
* cr50: add support for v2 of U2F key handle for WebAuthnstabilize-14267.B-cr50_stabVadim Sukhomlinov2021-10-061-4/+32
* cr50: Update AES public APIsfactory-ambassador-14265.B-cr50_stabVadim Sukhomlinov2021-10-051-5/+6
* cr50: provide public crypto API for HMAC/HASH with error reporting.Vadim Sukhomlinov2021-10-022-9/+15
* cr50: Fix sign comparison warnings (-Wsign-compare)Vadim Sukhomlinov2021-09-242-2/+29
* cr50: switch ECDSA to use enum dcrypto_result, added FIPS checksVadim Sukhomlinov2021-09-241-10/+10
* cr50: detangle public and internal APIs of FIPS moduleVadim Sukhomlinov2021-09-181-0/+3
* cr50: block access to U2F functions in case of FIPS errorsVadim Sukhomlinov2021-09-171-0/+5
* cr50: remove unused and empty struct APPKEY_CTX from APIsVadim Sukhomlinov2021-09-171-2/+2
* cr50: add TRNG testing mode with TRNG restartstabilize-rust-14225.B-cr50_stabVadim Sukhomlinov2021-09-172-3/+12
* cr50: switch to using DRBG for key generation purposes.Vadim Sukhomlinov2021-09-171-2/+4
* cr50: switch to FIPS key gen for U2F and G2FVadim Sukhomlinov2021-09-151-0/+1
* cr50: consolidate FIPS module sources under board/cr50/dcryptoVadim Sukhomlinov2021-09-101-1/+1
* u2f: refactoring to split command processing and cryptoVadim Sukhomlinov2021-09-022-28/+43
* Revert "u2f: refactoring to split command processing and crypto"stabilize-14179.B-cr50_stabstabilize-14178.B-cr50_stabDavid Stevens2021-08-252-43/+28
* u2f: refactoring to split command processing and cryptoVadim Sukhomlinov2021-08-242-28/+43
* cr50: drop cryptoc for SHA1/SHA2 supportstabilize-14150.882.B-cr50_stabstabilize-14150.881.B-cr50_stabstabilize-14150.74.B-cr50_stabstabilize-14150.734.B-cr50_stabstabilize-14150.64.B-cr50_stabstabilize-14150.43.B-cr50_stabstabilize-14150.376.B-cr50_stabrelease-R94-14150.B-cr50_stabrelease-R94-14150.49.B-cr50_stabVadim Sukhomlinov2021-08-123-47/+12
* cr50: fix CRYPTO_TEST=1 broken due to FIPS codeVadim Sukhomlinov2021-08-091-8/+16
* cr50: add basic U2F test to tpmtest, disable eciesVadim Sukhomlinov2021-07-283-10/+128
* cr50: replace call to __aeabi_uldivmod with better implementationVadim Sukhomlinov2021-07-211-2/+9
* cr50: support EC-EFS 2.1Namyoon Woo2021-06-164-34/+256
* tpm_test: drbg_test: add support for using lab vectorsMary Ruthven2021-06-094-33/+245
* tpm_test: add u2f hmac drbg vectorsMary Ruthven2021-06-092-0/+27226
* tpm_test: drbg_test: reformat test to fix too many local variables errorMary Ruthven2021-06-091-27/+76
* tpm_test: drbg_test: save the results in a listMary Ruthven2021-06-091-3/+26
* tpm_test: drbg_test: explicitly state whether to check the resultMary Ruthven2021-06-091-7/+11
* tpm_test: drbg_test: be explicit about output lengthMary Ruthven2021-06-091-6/+7
* host: fixing make runtestsVadim Sukhomlinov2021-06-031-1/+1