sassoftware / relic

Relic is a service and a tool for adding digital signatures to operating system packages for Linux and Windows
Apache License 2.0
151 stars 41 forks source link

save raw pkcs7 blob during verification process #10

Closed bobcallaway closed 3 years ago

bobcallaway commented 3 years ago

The timestamp returned for signjar's Verify method does not have the Raw [] byte content set, even though it is part of the struct and readily accessible. This PR simply ensures the value is copied into the returned struct.

Signed-off-by: Bob Callaway bob.callaway@gmail.com