mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-08 06:31:50 +00:00
The only test that is really useful for an OSV is the one that is run first, which assumes all content passed in is correct. If that fails, the content must be bad and an update would fail; if that test passes, then we know at the very least verification and updates would succeed, and the content is what we expect it to be. The tests performed after use combinations of invalid inputs, which of course should all fail, and would raise huge red flags regarding the OpenSSL implementation if they did not - pointing to regressions or bugs in OpenSSL itself. Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>