Re: Error in CERT_ImportCerts

2008-09-24 Thread Nelson B Bolyard
brianhks wrote, On 2008-09-24 08:16: > The following is my code to import a der encoded CA certificate. I'm > getting a memory access down in CERT_ImportCerts. It looks like it is > trying to access a pointer that is set to 0x3 instead of a valid > pointer. > > So I have two questions is this co

Error in CERT_ImportCerts

2008-09-24 Thread brianhks
The following is my code to import a der encoded CA certificate. I'm getting a memory access down in CERT_ImportCerts. It looks like it is trying to access a pointer that is set to 0x3 instead of a valid pointer. So I have two questions is this code the correct way of doing it? Does anyone have