dskvr / opkg

Automatically exported from code.google.com/p/opkg
0 stars 0 forks source link

Support ASCII-armored gpg signatures #133

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We currently only support binary '.sig' gpg signatures.

We should also support ASCII-armored '.asc' gpg signatures as they are equally 
valid.

This will require a config option to be added to control the extension which is 
added to a filename to determine the signature filename and will require the 
gpg signature verification code to be tested with ASCII-armored signatures. If 
the current code doesn't support these signatures it will need extending to do 
so.

Original issue reported on code.google.com by paul.betafive on 8 May 2014 at 2:59

GoogleCodeExporter commented 8 years ago
This has been added on master when the config option "signature_type" is set to 
"gpg-asc".

Original comment by paul.betafive on 30 May 2014 at 9:51