tihmstar / tsschecker

a powerfull tool to check tss signing status of various devices and firmwares
GNU Lesser General Public License v3.0
738 stars 169 forks source link

check all builidentities instead of exiting after failure on first one #162

Closed arx8x closed 4 years ago

arx8x commented 4 years ago

Previous behavior was to exit out of finding buildidentities appropriate for the tss request when the first error is encoutered. But the actually appropirate buildidentity may not contain any errors and might be a few indexes after the one that caused the error. Now, if there's an error on builidentity, it skips the buildidentity. A proper buildidentity to return is only set up on it's exactly matched.

tihmstar commented 4 years ago

Untested merge, please don't break anything :o