slayercat / verify-sigs

Automatically exported from code.google.com/p/verify-sigs
Apache License 2.0
0 stars 0 forks source link

fingerprint.py fails to return authenticode information on Ubuntu 12. #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run fingerprint.py on Ubuntu 12.x
2.
3.

What is the expected output? What do you see instead?
The expected output is the Authenticode output:

Program: Windows Internet Explorer 9, URL: http://www.microsoft.com/windows/ie 
Countersignature is present. Timestamp: Sat Jun  2 09:11:39 2012 UTC
Binary is signed with cert issued by:
("{'CN': 'Microsoft Code Signing PCA', 'C': 'US', 'L': 'Redmond', 'O': 
'Microsoft Corporation', 'ST': 'Washington'}",
 458545458566207933251686L)

However, on Ubuntu this is not available.

What version of the product are you using? On what operating system?

1.2 on Ubuntu 12

Please provide any additional information below.

The openssl implementation on Ubuntu 12 has disabled SSL V2 for security 
reasons. M2Crypto will build but will not run with this version of openssl. The 
version available via pip or apt-get seems to have disabled the SSL V2 call.

fingerprint.py silently fails to parse the Authenicode segment because of this.

Original issue reported on code.google.com by dko...@gmail.com on 18 Aug 2012 at 2:20