summaryrefslogtreecommitdiffstats
path: root/lib/puppet/ssl
Commit message (Expand)AuthorAgeFilesLines
* Fix #2082 - puppetca shouldn't list revoked certificatesBrice Figureau2009-07-072-2/+19
* Removed extra whitespace from end of linesIan Taylor2009-06-063-4/+4
* JRuby OpenSSL implementation is more strict than real ruby one andJames Turnbull2009-05-301-1/+1
* Fixing #2028 - Better failures when a cert is found with no keyLuke Kanies2009-02-281-1/+14
* Resetting SSL cache terminii to nil when only using the caLuke Kanies2009-02-061-0/+8
* Cleaning up SSL instances that can't be savedLuke Kanies2009-02-061-2/+13
* Fixing #1729 - puppetmasterd can now read certs at startupLuke Kanies2008-12-181-20/+30
* Refactoring the Cacher interface to always require attribute declaration.Luke Kanies2008-11-111-2/+6
* Retrieving the CA certificate before the client certificate.Luke Kanies2008-11-031-4/+10
* Handling the case where a symbol (e.g., :ca) is used for a certificate name.Luke Kanies2008-11-031-1/+1
* Fixing CertificateRequest#save to accept arguments.Luke Kanies2008-11-031-1/+1
* Fixing the String format (fixes #1522).Luke Kanies2008-08-201-0/+11
* Fixing the SSL::Host#waitforcert method.Luke Kanies2008-08-071-10/+26
* Certificates now work over REST.Luke Kanies2008-08-074-4/+30
* Caching the SSL store for the SSL Host.Luke Kanies2008-08-071-8/+11
* Making all certificates only support the plaintext format.Luke Kanies2008-08-044-0/+24
* Adding wait_for_cert functionality to the ssl host class.Luke Kanies2008-08-041-0/+19
* Fixing #1168 for REST -- all ssl classes downcase their names.Luke Kanies2008-06-152-2/+2
* 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-072-10/+2
* The master and client now successfully speak xmlrpc using the new system.Luke Kanies2008-05-072-6/+17
* Adding autosigning to the new CA.Luke Kanies2008-05-062-23/+39
* Moving the CA Interface class to a separate file.Luke Kanies2008-05-062-109/+144
* The Certificate Authority now automatically creates a CRL when appropriate.Luke Kanies2008-05-051-3/+6
* Fixing a critical problem in how CRLs were saved and moving SSL Store respons...Luke Kanies2008-05-052-1/+30
* The SSL::Host class now uses the CA to generate its certificate when appropri...Luke Kanies2008-05-051-3/+8
* 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
* Interim commit, since I want to work but have no network available.Luke Kanies2008-04-281-2/+12
* Renaming the 'ca_file' ssl terminus type to 'ca'.Luke Kanies2008-04-211-1/+1
* 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-192-0/+122
* Making the SSL::Host's destroy method a class method,Luke Kanies2008-04-191-7/+10
* 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-194-50/+128
* Adding inventory support to the new certificate authority.Luke Kanies2008-04-182-2/+10
* Adding support within the inventory for real certs or Puppet cert wrappers.Luke Kanies2008-04-181-0/+2
* Changing the Inventory class to rebuild when theLuke Kanies2008-04-181-2/+3
* Adding a comment to the inventory class.Luke Kanies2008-04-181-1/+1
* Adding an SSl::Inventory class for managing the ssl inventory.Luke Kanies2008-04-181-0/+38
* Switching the SSL::Host class to return Puppet instances.Luke Kanies2008-04-173-13/+14
* Setting the expiration date of certificate objects to the expiry of the actualLuke Kanies2008-04-171-0/+5
* Adding integration tests for a lot of the SSL code.Luke Kanies2008-04-172-3/+4
* Moving the password file handling into the SSL::Key class.Luke Kanies2008-04-174-15/+21
* Adding SSL::Host-level support for managing the terminus andLuke Kanies2008-04-175-19/+60
* 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
* Changing all of the SSL terminus classes to treat CA files specially.Luke Kanies2008-04-172-40/+38
* Removing all the cases where the ssl host specifiesLuke Kanies2008-04-161-70/+18
* Making the first pass at using requests instead ofLuke Kanies2008-04-155-42/+8