summaryrefslogtreecommitdiff
path: root/test/tpm_test
Commit message (Expand)AuthorAgeFilesLines
* 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
* cr50: test: use gcc for linkingVadim Bendebury2016-02-101-1/+1
* CR50: Add initial elliptic curve crypto implementation.nagendra modadugu2016-02-083-0/+172
* Fix bug in software sha256_hash()nagendra modadugu2016-01-281-0/+2
* Initial RSA implementation.stabilize-7821.Bnagendra modadugu2016-01-113-2/+177
* Refactor crypto subcommands into their own python module.nagendra modadugu2015-12-173-7/+14
* cr50: test: add hash testing host side implementationVadim Bendebury2015-12-032-1/+121
* cr50: test: move crypto test into its own moduleVadim Bendebury2015-12-033-230/+267
* cr50: test: extended command code does not have to be passed as argumentVadim Bendebury2015-12-011-10/+6
* cr50: Extended command test utilityVadim Bendebury2015-11-2110-0/+2128