Re: [NSS] X509 Certificate Chain Verification Example

2016-02-05 Thread Julien Pierre
Nicholas, It looks like cert_pi_certList is indeed never processed. So that seems to be unimplemented. I'm not quite sure why that is. It's been a long type since I worked on NSS/libpkix. What happens if you remove that parameter from your list ? Once the certs are decoded, presumably in you

Re: [NSS] X509 Certificate Chain Verification Example

2016-02-05 Thread Nicholas Mainardi
Hello, Thank you for your reply. I looked for the function you mentioned and I looked at the usage examples. I edit my previous code to use the function, but I'm getting error invalid_args (-8187). After some trials, I figure out it's caused by the cert_pi_certList t