summaryrefslogtreecommitdiff
path: root/test/tpm_test
Commit message (Expand)AuthorAgeFilesLines
* tpm_test: fix python3 includestabilize-rust-13562.B-cr50_stabMary Ruthven2020-10-271-3/+3
* ecc: fix padding for ECDSA sign and verify, add more test vectorsVadim Sukhomlinov2020-06-251-30/+76
* fips_rand: FIPS-compliant way to generate randomsVadim Sukhomlinov2020-06-241-2/+3
* cr50: use NIST-compliant configuration of TRNGVadim Sukhomlinov2020-06-173-44/+141
* test/tpm_test/hash_test.py: add testing of long HMAC keysVadim Sukhomlinov2020-06-121-0/+7
* test/tpm_test: update for Python3Vadim Sukhomlinov2020-06-1112-290/+228
* test/tpm_test: fix cros lint complainsVadim Sukhomlinov2020-06-1013-1040/+1062
* test/ecc_test.py: fix hash code constantVadim Sukhomlinov2020-06-101-1/+1
* cr50: add functionality for ACVP tests of elliptic curve implementationstabilize-lazor-13278.B-cr50_stabVadim Sukhomlinov2020-06-051-32/+156
* tpmtest/ftdi: improved stability and support for ISERIALVadim Sukhomlinov2020-06-042-4/+11
* tpm_test: update to swig 4.0 for Python3 supportVadim Sukhomlinov2020-06-032-3/+5
* cr50: Add support for ACVP tests of HMAC implementationsVadim Sukhomlinov2020-06-021-43/+86
* tpmtest: added more corner case, make it work again with OpenSSL 1.1Vadim Sukhomlinov2020-06-022-34/+315
* Makefile: enforce target name in generated dependenciesVadim Bendebury2020-02-071-1/+1
* cr50: Add support for ACVP tests of HMAC SHA-256 DRBGVadim Sukhomlinov2019-11-213-6/+117
* cr50: Add TRNG_TEST command to download entropy samples for NIST testsVadim Sukhomlinov2019-11-194-2/+147
* tpmtest.py: update Makefile to correct build of ftdi_spi_tpmVadim Sukhomlinov2019-11-131-0/+1
* Cr50: In hash crypto test, return valid hash for empty input.Gurleen Grewal2019-10-171-0/+2
* Unify #! use in python scriptsStefan Reinauer2019-10-0111-11/+11
* tpmtest: Make it work with current cr50Gurleen Grewal2019-09-182-6/+2
* cleanup: Fix common spelling typos in commentsTom Hughes2019-06-191-1/+1
* tpmtest: make the test work againVadim Bendebury2017-09-264-3/+18
* tpm_test: test counter rollover for AES-CTR modenagendra modadugu2017-02-031-0/+69
* CR50: add support for 4k RSA verifynagendra modadugu2017-01-285-17/+183
* CR50: add a hardware backed GCM implementationnagendra modadugu2017-01-272-7/+293
* CR50: update tpmtest.py to handle a success command codenagendra modadugu2017-01-271-5/+10
* Makefile: Suppress unwanted tpm outputSimon Glass2017-01-131-6/+14
* CR50: add tests for dcrypto bn_modinv_vartimenagendra modadugu2016-09-026-7/+189
* CR50: add tests for AES CBC, CFB and OFBnagendra modadugu2016-08-253-7/+541
* cr50: Rename EXTENSION_EC to EXTENSION_ECCBill Richardson2016-08-072-27/+27
* tpm: TPM_FW_VER returns chip ID and board revisionBill Richardson2016-08-021-1/+1
* CR50: re-enable rsa 1024-bit keygen testnagendra modadugu2016-07-281-2/+1
* g: Improve version info for dual RO & RW imagesBill Richardson2016-07-261-0/+32
* tpm test: use proper locality zero SPI bus addressesnagendra modadugu2016-06-301-5/+7
* CR50: add a golden test for RSA key gen from a fixed seednagendra modadugu2016-06-291-6/+9
* CR50: add a simple ASN.1 parser & certificate verifierstabilize-8447.Bnagendra modadugu2016-06-121-1/+25
* CR50: add tests for 1024-bit RSA.nagendra modadugu2016-06-011-6/+16
* CR50: increment prime generation counternagendra modadugu2016-05-261-6/+10
* CR50: add support for RSA key generationnagendra modadugu2016-04-202-2/+515
* CR50: add support for P256-ECIES (hybrid encryption)nagendra modadugu2016-04-193-0/+236
* CR50: add support for RSA key "testing"nagendra modadugu2016-04-191-1/+28
* CR50: add support for HKDF (RFC 5869)nagendra modadugu2016-04-143-0/+115
* tpmtest: support FTDI SPI on UltraDebugVadim Bendebury2016-04-131-0/+1
* Cr50: SPI tests need to poke the target to wake it upBill Richardson2016-04-061-0/+15
* CR50: add NULL padding support for RSA encrypt/decryptnagendra modadugu2016-03-311-1/+11
* CR50: add support for RSA PKCS1-PSS paddingnagendra modadugu2016-03-301-1/+3
* cr50: test: do not leave the bootsrtap pin in the wrong stateVadim Bendebury2016-02-221-3/+1
* cr50: add firmware upgrade testVadim Bendebury2016-02-173-2/+71
* cr50: modify mpsse to work with the new deviceVadim Bendebury2016-02-132-3/+7
* cr50: test: consolidate test exceptionsVadim Bendebury2016-02-116-63/+53