-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some tarballs have extra compression on top after making the signature, which eventually leads to failing of signature check. So new changes are made which take care of decompressing the tarball to correct level where the tarball can be verified by its signature. Checks also has been added to look for valid tarball signature pair, so that processing can be terminated earlier if invalid pair found. Test cases are added for followling scenarios: 1. Right decompression of tarball to match its signature 2. Mismatch check in tarbal and its signautre naming i.e., either wrong sig file is provided or naming convention is not followed Fixes: BUG1000391
- Loading branch information
1 parent
7374f58
commit e7a4f64
Showing
8 changed files
with
119 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters