summaryrefslogtreecommitdiffstats
path: root/lib/puppet/ssl/certificate_authority.rb
Commit message (Expand)AuthorAgeFilesLines
* Feature #2839 - fingerprint certificateBrice Figureau2010-01-191-1/+8
* Revert "Feature #2839 - fingerprint certificate"James Turnbull2010-01-191-22/+1
* Feature #2839 - fingerprint certificateBrice Figureau2010-01-181-1/+22
* Always using the CA_name constant instead of "ca"Luke Kanies2009-11-201-2/+2
* Fix #2082 - puppetca shouldn't list revoked certificatesBrice Figureau2009-07-071-1/+10
* JRuby OpenSSL implementation is more strict than real ruby one andJames Turnbull2009-05-301-1/+1
* Refactoring the Cacher interface to always require attribute declaration.Luke Kanies2008-11-111-2/+6
* Using the new Cacher class for handling cached data.Luke Kanies2008-05-131-5/+4
* The CRL is now automatically used or ignored.Luke Kanies2008-05-071-6/+0
* The master and client now successfully speak xmlrpc using the new system.Luke Kanies2008-05-071-5/+16
* Adding autosigning to the new CA.Luke Kanies2008-05-061-23/+30
* Moving the CA Interface class to a separate file.Luke Kanies2008-05-061-109/+34
* The Certificate Authority now automatically creates a CRL when appropriate.Luke Kanies2008-05-051-3/+6
* The CA now initializes itself.Luke Kanies2008-05-051-2/+23
* I think I've now got the Webrick SSL support working.Luke Kanies2008-04-281-1/+2
* Fixing how the CRL is used for certificate verification.Luke Kanies2008-04-191-1/+1
* Added an Interface class to the CA to model puppetca's usage.Luke Kanies2008-04-191-0/+121
* Adding the last functionality needed for puppetca to use the Indirector.Luke Kanies2008-04-191-0/+14
* Finishing the interface between the CA and the CRL.Luke Kanies2008-04-191-33/+107
* Adding inventory support to the new certificate authority.Luke Kanies2008-04-181-1/+9
* Switching the SSL::Host class to return Puppet instances.Luke Kanies2008-04-171-2/+2
* Adding integration tests for a lot of the SSL code.Luke Kanies2008-04-171-2/+1
* Moving the password file handling into the SSL::Key class.Luke Kanies2008-04-171-2/+3
* Fixing the CA so it actually automatically generates its certificate.Luke Kanies2008-04-171-7/+8
* The certificate authority now uses a Host instance named 'ca'.Luke Kanies2008-04-171-65/+26
* Actually signing the certificates in the CA.Luke Kanies2008-04-151-0/+1
* We have a basically functional CA -- it can signLuke Kanies2008-04-151-4/+8
* Adding tests for the certificate serial numbersLuke Kanies2008-04-151-10/+10
* The certificate authority is now functional and tested.Luke Kanies2008-04-151-18/+8
* This is a first pass at the certificate authority.Luke Kanies2008-04-151-3/+148
* The new SSL classes basically work, but they're notLuke Kanies2008-04-151-0/+5