summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* ecc: fix padding for ECDSA sign and verify, add more test vectorsVadim Sukhomlinov2020-08-111-30/+76
* fips_rand: FIPS-compliant way to generate randomsVadim Sukhomlinov2020-08-111-2/+3
* cr50: use NIST-compliant configuration of TRNGVadim Sukhomlinov2020-08-113-44/+141
* test/tpm_test/hash_test.py: add testing of long HMAC keysVadim Sukhomlinov2020-08-111-0/+7
* test/tpm_test: update for Python3Vadim Sukhomlinov2020-08-1112-290/+228
* test/tpm_test: fix cros lint complainsVadim Sukhomlinov2020-08-1113-1040/+1062
* tpmtest/ftdi: improved stability and support for ISERIALVadim Sukhomlinov2020-08-112-4/+11
* tpm_test: update to swig 4.0 for Python3 supportVadim Sukhomlinov2020-08-112-3/+5
* tpmtest: added more corner case, make it work again with OpenSSL 1.1Vadim Sukhomlinov2020-08-112-34/+315
* tpmtest.py: update Makefile to correct build of ftdi_spi_tpmVadim Sukhomlinov2020-08-111-0/+1
* Unify #! use in python scriptsStefan Reinauer2020-08-1111-11/+11
* tpmtest: Make it work with current cr50Gurleen Grewal2020-08-112-6/+2
* tpmtest: make the test work againVadim Bendebury2020-08-114-3/+18
* test/ecc_test.py: fix hash code constantVadim Sukhomlinov2020-06-241-1/+1
* cr50: add functionality for ACVP tests of elliptic curve implementationVadim Sukhomlinov2020-06-241-32/+156
* cr50: Add support for ACVP tests of HMAC implementationsVadim Sukhomlinov2020-06-241-43/+86
* crypto_api: use const voidVadim Bendebury2020-06-241-3/+3
* util: Add function to check whether a buffer is trivial (all 0x00 or all 0xff)Yicheng Li2020-06-241-14/+34
* Revert "step back to 0.3.26 state"Mary Ruthven2020-05-214-0/+390
* step back to 0.3.26 stateVadim Bendebury2020-05-084-390/+0
* introducing an unittest of EC-EFSNamyoon Woo2020-04-244-0/+390
* optimize read_tpm_nvmem()Namyoon Woo2020-03-031-1/+1
* Makefile: enforce target name in generated dependenciesVadim Bendebury2020-03-031-1/+1
* cr50: Add support for ACVP tests of HMAC SHA-256 DRBGVadim Sukhomlinov2020-01-283-6/+117
* cr50: Add TRNG_TEST command to download entropy samples for NIST testsVadim Sukhomlinov2020-01-284-2/+147
* Cr50: In hash crypto test, return valid hash for empty input.Gurleen Grewal2019-12-101-0/+2
* Remove uses of %lEvan Green2019-12-101-1/+1
* printf: Add support for %zEvan Green2019-12-103-10/+10
* builtin: Introduce and use inttypes.hEvan Green2019-12-101-6/+6
* printf: Fix up %p to %pPEvan Green2019-12-103-9/+9
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-12-101-2/+2
* nvmem: reinitialize on catastrophic errorsVadim Bendebury2019-08-261-0/+13
* nvmem: recover from failure saving object spanning flash pagesVadim Bendebury2019-08-262-1/+24
* nvmem: make page header checksums different between prod and devVadim Bendebury2019-07-171-1/+1
* nvmem: do not run when crypto is disabledVadim Bendebury2019-07-171-0/+5
* flash_log: add api for setting base timestampVadim Bendebury2019-07-171-0/+58
* host: Add dcrypto definitions that can be used by fuzzing targets. (take two)Allen Webb2019-07-171-0/+1
* nvmem: populate default tpm objects after wipeout (take two)Vadim Bendebury2019-07-171-2/+2
* nvmem: add test of recovery from interrupted saves (take two)Vadim Bendebury2019-07-172-1/+16
* nvmem: fix delimiter creation during setvar() (take two)Vadim Bendebury2019-07-172-6/+104
* nvmem: test modifications to support the new scheme (take two)Vadim Bendebury2019-07-177-597/+1478
* cr50: complete support of the new NVMEM structure (take two)Vadim Bendebury2019-07-172-544/+1197
* common: add flash event log facility (take two)Vadim Bendebury2019-07-174-0/+246
* reduce set of test run during buildall (take two)Vadim Bendebury2019-07-171-22/+0
* cr50: clear TPM NVMEM cache when entering Alt OSVadim Bendebury2019-04-011-0/+4
* cr50: provide DCRYPTO_ladder_is_enabled() for test and fuzz buildsVadim Bendebury2019-04-011-0/+5
* Cr50: Add valid PCR value for pinweaverIgor2019-04-011-28/+210
* test/rma_auth: Pad authcode before passing it to rma_try_authcodeNicolas Boichat2018-08-031-5/+19
* Cr50: Add logging functionality to PinWeaver.Allen Webb2018-05-312-16/+764
* Cr50: Added Pinweaver base implementation.Allen Webb2018-05-314-0/+1763