aboutsummaryrefslogtreecommitdiff
path: root/test/py/tests/test_vboot.py
AgeCommit message (Expand)AuthorFilesLines
2022-03-31test: py: vboot: add test for global image signaturePhilippe Reynes1-16/+132
2022-02-11test/py: Add test case for mkimage -o argumentJan Kiszka1-16/+17
2022-01-28rsa: adds rsa3072 algorithmJamin Lin1-2/+10
2021-10-05test: Allow vboot tests to run in parallelSimon Glass1-13/+16
2021-02-15image: Check for unit addresses in FITsSimon Glass1-4/+5
2021-02-15libfdt: Check for multiple/invalid root nodesSimon Glass1-1/+2
2021-02-15test: Add tests for the 'evil' vboot attacksSimon Glass1-28/+65
2020-10-12test: vboot: add tests for multiple required keysThirupathaiah Annapureddy1-2/+44
2020-05-01test/py: vboot: add a test to check fit signature on fit with paddingPhilippe Reynes1-19/+33
2020-04-01test: vboot: Reduce fake kernel size to 500 bytesSimon Glass1-1/+1
2020-04-01test: vboot: Move key creation into a functionSimon Glass1-21/+18
2020-04-01test: vboot: Fix pylint errorsSimon Glass1-34/+19
2020-04-01test: vboot: Tidy up the code a littleSimon Glass1-13/+21
2020-04-01test: vboot: Parameterise the testSimon Glass1-6/+14
2020-04-01test: vboot: Add a test for a forged configurationSimon Glass1-1/+17
2020-04-01test: vboot: Drop unnecessary parameter for fit_check_signSimon Glass1-2/+1
2019-10-15pytest: vboot: add a test for required keyPhilippe Reynes1-0/+57
2018-12-03test: vboot: clean its filePhilippe Reynes1-1/+1
2018-12-03test: vboot: add padding pss for rsa signaturePhilippe Reynes1-5/+7
2018-11-26sandbox: Drop the deprecated 'sb' commandSimon Glass1-1/+1
2018-07-11Merge git://git.denx.de/u-boot-dmTom Rini1-2/+2
2018-07-10vboot: Add FIT_SIGNATURE_MAX_SIZE protectionTeddy Reed1-0/+33
2018-07-10test/py: vboot: Remove stderr redirect from openssl commandPaul Burton1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-09-29test/py: add skip marker for reliance on toolsStephen Warren1-0/+4
2016-09-22test/py/tests/test_vboot.py: Add check that we boot the imageTom Rini1-6/+10
2016-08-05test: Adjust run_command_list() to return a list of stringsSimon Glass1-1/+1
2016-08-05test: Add a function to restart U-BootSimon Glass1-2/+3
2016-08-05test: vboot: Put each test variant in its own sectionSimon Glass1-5/+5
2016-08-05test: Rename sha to sha_algo and pass it aroundSimon Glass1-25/+28
2016-08-05test: Drop the cmd() functionSimon Glass1-10/+12
2016-08-05test: Fix typos in commentsSimon Glass1-6/+6
2016-08-05test: Fix typos and tidy upSimon Glass1-2/+4
2016-07-22test/py: vboot can be run only at SandboxMichal Simek1-0/+1
2016-07-22test/py: use absolute dts path in vboot testStephen Warren1-1/+1
2016-07-14test: Convert the vboot test to test/pySimon Glass1-0/+185