Files
freeipa/ipalib/plugins
Rob Crittenden dd69c7dbe6 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
2011-06-21 19:09:50 -04:00
..
2010-12-20 17:19:53 -05:00
2011-05-10 08:46:57 +02:00
2011-06-15 09:02:09 +02:00
2011-02-16 10:39:16 -05:00
2011-05-26 14:53:40 -04:00
2010-12-20 17:19:53 -05:00
2011-03-18 16:52:10 -04:00
2010-12-20 17:19:53 -05:00