why PKCS12_parse() returns 0?

2000-10-23 Thread Pietro
Hello everybody, I have a problem using PKCS12_parse that returns 0, meaning something goes wrong. I am using MS VisualC++ 6.0 on a Windows2000 (Intel) machine. I'm writing a simple application just to understand some the libeay library calls, but I can't figure out what's wrong with my code.

Re: why PKCS12_parse() returns 0?

2000-10-23 Thread Dr S N Henson
Pietro wrote: Hello everybody, I have a problem using PKCS12_parse that returns 0, meaning something goes wrong. I am using MS VisualC++ 6.0 on a Windows2000 (Intel) machine. I'm writing a simple application just to understand some the libeay library calls, but I can't figure out what's