Re: signature verification. VFY_CreateContextWithAlgorithmID help

2010-09-08 Thread tedx
On Sep 8, 3:09 am, Nelson B wrote: > On 2010/09/07 17:08 PDT, tedx wrote: > > >  I've hacked up something to try but I've now encountered a > > compilation error that I don't understand. Has anyone else seen this? > > nss_signing.c: In function ‘spl_nss

Re: signature verification. VFY_CreateContextWithAlgorithmID help

2010-09-07 Thread tedx
/Nelson Bolyard I appreciate your response however I must say that the one example is pretty useless (possibly because this is my first time working with NSS). I've hacked up something to try but I've now encountered a compilation error that I don't understand. Has anyone else seen thi

signature verification. VFY_CreateContextWithAlgorithmID help

2010-09-06 Thread tedx
I'm trying to verify the signature of a file I've signed but I don't understand where to get the sigAlgorithm and hash to pass to VFY_CreateContextWithAlgorithmID. I've googled looking for some sample code using the VFY_ apis to verify signatures but I haven't found anything that I could build off