summaryrefslogtreecommitdiffstats
path: root/lib/puppet/ssl/certificate_authority.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove Util::Cacher usage from SSL::CertificateAuthorityNick Lewis2011-07-211-5/+7
* Maint: Modified uses of indirector.save to call the indirection directly.Paul Berry2010-11-301-2/+2
* Maint: Refactor code to use <class>.indirection.<method>Paul Berry2010-11-291-11/+11
* Fix for #4210 -- missing require in CAMarkus Roberts2010-07-111-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-213/+213
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-2/+2
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-091-1/+0
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-6/+6
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-10/+2
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-18/+6
* Code smell: Use string interpolationMarkus Roberts2010-07-091-8/+8
* [#4090] Rename mode (:master, :agent, :user) to run_modeMatt Robinson2010-07-011-1/+1
* Feature #2935 Puppet::Mode#master?Jesse Wolfe2010-02-171-1/+1
* WIP - trying to fix #3460Luke Kanies2010-02-171-1/+1
* 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