Re: Cert_DecodeDERCertificate?

2008-02-25 Thread Robert Relyea
. I tried to use the Cert_DecodeDERCertificate() function, and although it exists in cert.h, it wasn't found in the library during linking. After doing a grep strings on libnss, I found it to be __Cert_DecodeDERCertificate. I replaced this in my code, and it works now. Is this the right way

Cert_DecodeDERCertificate?

2008-02-23 Thread Stephen Hamilton
Hi, I'm new to the list, and I've been working with NSS on a project that requires smartcard/CAC interaction. I've pretty much gotten it to work the way I want, but I stumbled on something that doesn't make much sense. I tried to use the Cert_DecodeDERCertificate() function, and although

Re: Cert_DecodeDERCertificate?

2008-02-23 Thread Nelson Bolyard
the Cert_DecodeDERCertificate() function, and although it exists in cert.h, it wasn't found in the library during linking. After doing a grep strings on libnss, I found it to be __Cert_DecodeDERCertificate. I replaced this in my code, and it works now. Is this the right way to do it, or did I do

Re: Cert_DecodeDERCertificate?

2008-02-23 Thread Stephen Hamilton
, On 2008-02-23 10:40: Hi, I'm new to the list, and I've been working with NSS on a project that requires smartcard/CAC interaction. I've pretty much gotten it to work the way I want, but I stumbled on something that doesn't make much sense. I tried to use the Cert_DecodeDERCertificate

Re: Cert_DecodeDERCertificate?

2008-02-23 Thread Wan-Teh Chang
Cert_DecodeDERCertificate. We should export the regular, no-double-underscore CERT_NewTempCertificate function then. Wan-Teh ___ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto