globaleaks / APAF

Anonymous Python Application Framework
33 stars 15 forks source link

Support Windows PE Executable signature #28

Open fpietrosanti opened 12 years ago

fpietrosanti commented 12 years ago

This Ticket for the implementation of support in APAF, to document and facilitate the signing of resulting PE executable with a X509v3 digital certificate.

The Signing verification must work on:

cc @hellais @mmaker @mogui

fpietrosanti commented 12 years ago

It seems a non easy issue for py2exe:

fpietrosanti commented 12 years ago

As noted by Rigel, this ticket may conflict with #21 and it may require some serious hacking to avoid the issues of timestamp variation applied by signing process.

fpietrosanti commented 12 years ago

Pyinstaller support Digital Signature of .exe generated http://www.pyinstaller.org/wiki/Features/WindowsCodeSigning