Verifying authenticode signature using openssl API

2014-09-06 Thread Prasad Dabak
Hello, Given a signed Windows portable executable, I want to programmatically verify two things using openssl APIs 1. Verify the digital signature. 2. Confirm that the executable is signed by a specific company using that company's public key. It seems that part (1) can be done by parsing th

RE: The no-stdio and NO_FP_API options

2014-09-06 Thread Salz, Rich
It would be easiest if you attached them to RT 2279. If that’s a hassle, post them or email me. -- Principal Security Engineer Akamai Technologies, Cambridge MA IM: rs...@jabber.me Twitter: RichSalz

Re: The no-stdio and NO_FP_API options

2014-09-06 Thread Jens Maus
That sounds good. How do you want my changes to be submitted? Via an attached diff here or by private mail? regards, Jens -- Jens Maus, Dresden/Germany http://jens-maus.de/ (Please note a real name change effective since 5.9.2013. Previous name: Jens Langner) > Am 05.09.2014 um 13:49 schrieb "

create certificate

2014-09-06 Thread Amir Reda
dear all i'm trying to make my certificate authority which will create certificate when receive certificate signing request i write this code 1- i create the CSR and sign it which created in the node itself 2- i send the CSR to CA to create a certificate for the node which send previous CSR code