Re: [Freeipa-devel] [PATCH] 785 data type of certificates

2011-06-22 Thread Rob Crittenden
Jan Cholasta wrote: On 8.6.2011 16:56, Rob Crittenden wrote: Jan Cholasta wrote: On 18.5.2011 17:21, Rob Crittenden wrote: Make data type of certificates more obvious/predictable internally. For the most part certificates will be treated as being in DER format. When we load a certificate we w

Re: [Freeipa-devel] [PATCH] 785 data type of certificates

2011-06-22 Thread Jan Cholasta
On 8.6.2011 16:56, Rob Crittenden wrote: Jan Cholasta wrote: On 18.5.2011 17:21, Rob Crittenden wrote: Make data type of certificates more obvious/predictable internally. For the most part certificates will be treated as being in DER format. When we load a certificate we will generally accept

Re: [Freeipa-devel] [PATCH] 785 data type of certificates

2011-06-08 Thread Rob Crittenden
Jan Cholasta wrote: On 18.5.2011 17:21, Rob Crittenden wrote: Make data type of certificates more obvious/predictable internally. For the most part certificates will be treated as being in DER format. When we load a certificate we will generally accept it in any format but will convert it to DE

Re: [Freeipa-devel] [PATCH] 785 data type of certificates

2011-06-08 Thread Jan Cholasta
On 18.5.2011 17:21, Rob Crittenden wrote: Make data type of certificates more obvious/predictable internally. For the most part certificates will be treated as being in DER format. When we load a certificate we will generally accept it in any format but will convert it to DER before proceeding i

[Freeipa-devel] [PATCH] 785 data type of certificates

2011-05-18 Thread Rob Crittenden
Make data type of certificates more obvious/predictable internally. For the most part certificates will be treated as being in DER format. When we load a certificate we will generally accept it in any format but will convert it to DER before proceeding in normalize_certificate(). This also re