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

Rob Crittenden rcritten at redhat.com
Wed May 18 15:21:38 UTC 2011


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-arranges a bit of code to pull some certificate-specific 
functions out of ipalib/plugins/service.py into ipalib/x509.py.

This also tries to use variable names to indicate what format the 
certificate is in at any given point:

dercert: DER
cert: PEM
nsscert: a python-nss Certificate object
rawcert: unknown format

ticket 32

rob
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-rcrit-785-pem.patch
Type: application/mbox
Size: 30854 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20110518/55d87de1/attachment.mbox>


More information about the Freeipa-devel mailing list