Re: NSS API documentation - Am I missing something?

2017-03-20 Thread John Dennis
On 03/18/2017 02:36 AM, arequip...@gmail.com wrote: I am trying to create a simple program that does some basic management of an NSS database (add/update/remove) certificates, and I'm having a terrible time finding documentation for even basic stuff. (E.g. how do I iterate through a CERTCertList

NSS API documentation - Am I missing something?

2017-03-20 Thread arequipeno
I am trying to create a simple program that does some basic management of an NSS database (add/update/remove) certificates, and I'm having a terrible time finding documentation for even basic stuff. (E.g. how do I iterate through a CERTCertList?) The documentation on developer.mozilla.org seem

Desperately seeking NSS API documentation

2017-03-20 Thread Ian Pilcher
I am working on a simply program that will do some basic NSS database management -- add/update/remove certificates, etc. I have found that the NSS API documentation on developer.mozilla.com seems to be extremely limited, with many data structures and APIs completely undocumented. Is there a be

Determine if certificate is present (by nickname)

2017-03-20 Thread Ian Pilcher
I working on what should be (or so I thought) a simple program to update a web site certificate in the mod_nss database (when a new certificate is retrieved from Let's Encrypt). The basic process I am using is: 1. Initialize the library 2. Parse the new certificate (from a PEM file) 3. Del