summaryrefslogtreecommitdiffstats
path: root/certmaster/certs.py
Commit message (Collapse)AuthorAgeFilesLines
* change the default messageDigest to sha1 from md5.alikins-develAdrian Likins2008-06-271-1/+1
|
* first set of patches trying to cleanup some of the ssl stuff thatAdrian Likins2008-06-271-12/+32
| | | | | | | | | | | | | | Nalin Dahyabhai <nalin@redhat.com> suggested When creating certs, there is no reason to populate the country/state/local info with bogus data. It's redundant, and unneed, so remote it. Attempt to add support for adding the proper X509 extensions to indicate what is or is not a CA cert. On my test machine, this seems to segfault, so it's commented out at the moment. Set CA key serial number to be a hash of the subject name. Better than just the static '0' we were using, but still needs work.
* Trimming more stuff out.Michael DeHaan2008-02-071-3/+3
|
* Carving away at func some more to just get down to cert items, still lotsMichael DeHaan2008-02-071-0/+139
more to do.