AppImageCommunity / libappimage

Implements functionality for dealing with AppImage files
https://appimage.org
Other
46 stars 29 forks source link

Method for checking the signature of an AppImage #139

Open probonopd opened 5 years ago

probonopd commented 5 years ago

Is there a method for checking the signature of an AppImage? A quick search of the API documentation for "signature" did not turn up anything useful.

It would be great to have a "hello world" example of a C command line tool that verifies the signature of an AppImage given in the first argument. Along the lines of AppImageKit verify but using libappimage.