Re: [Freeipa-devel] [PATCH] 488 use the python-nss CertificateRequest object

2010-07-29 Thread Rob Crittenden
Adam Young wrote: On 07/20/2010 02:12 PM, Rob Crittenden wrote: This drops our own PKCS#10 parser and uses the one from python-nss. I had to bump up the minimum required version of python-nss to pick up some new API for this. This introduces some new challenges for us. NSS needs to be

Re: [Freeipa-devel] [PATCH] 488 use the python-nss CertificateRequest object

2010-07-28 Thread Adam Young
On 07/20/2010 02:12 PM, Rob Crittenden wrote: This drops our own PKCS#10 parser and uses the one from python-nss. I had to bump up the minimum required version of python-nss to pick up some new API for this. This introduces some new challenges for us. NSS needs to be initialized for you to

Re: [Freeipa-devel] [PATCH] 488 use the python-nss CertificateRequest object

2010-07-23 Thread John Dennis
On 07/20/2010 02:21 PM, Rich Megginson wrote: Does python-nss expose the NSS_InitContext api? Not at the moment but if you ask nicely I'll add it :-) I've got my hands full at the moment working on Certificate Sever but I'll try to sneak in some time to add this. -- John Dennis

Re: [Freeipa-devel] [PATCH] 488 use the python-nss CertificateRequest object

2010-07-23 Thread Rich Megginson
John Dennis wrote: On 07/20/2010 02:21 PM, Rich Megginson wrote: Does python-nss expose the NSS_InitContext api? Not at the moment but if you ask nicely I'll add it :-) I've got my hands full at the moment working on Certificate Sever but I'll try to sneak in some time to add this.

Re: [Freeipa-devel] [PATCH] 488 use the python-nss CertificateRequest object

2010-07-21 Thread Rob Crittenden
Rich Megginson wrote: Rob Crittenden wrote: This drops our own PKCS#10 parser and uses the one from python-nss. I had to bump up the minimum required version of python-nss to pick up some new API for this. This introduces some new challenges for us. NSS needs to be initialized for you to do

Re: [Freeipa-devel] [PATCH] 488 use the python-nss CertificateRequest object

2010-07-21 Thread Rich Megginson
Rob Crittenden wrote: Rich Megginson wrote: Rob Crittenden wrote: This drops our own PKCS#10 parser and uses the one from python-nss. I had to bump up the minimum required version of python-nss to pick up some new API for this. This introduces some new challenges for us. NSS needs to be

[Freeipa-devel] [PATCH] 488 use the python-nss CertificateRequest object

2010-07-20 Thread Rob Crittenden
This drops our own PKCS#10 parser and uses the one from python-nss. I had to bump up the minimum required version of python-nss to pick up some new API for this. This introduces some new challenges for us. NSS needs to be initialized for you to do any sort of operations otherwise you get ugly