summaryrefslogtreecommitdiffstats
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixing a critical problem in how CRLs were saved and moving SSL Store respons...Luke Kanies2008-05-053-67/+89
* | The SSL::Host class now uses the CA to generate its certificate when appropri...Luke Kanies2008-05-051-3/+24
* | The CA now initializes itself.Luke Kanies2008-05-051-11/+78
* | Switched puppetmasterd to use the new-style server plumbing.Luke Kanies2008-05-022-1/+12
* | Adding xmlrpc backward compatibility to the new Mongrel code.Luke Kanies2008-05-021-10/+37
* | Adding xmlrpc support to webrick.Luke Kanies2008-05-021-38/+92
* | Adding configuration support for XMLRPC handlers.Luke Kanies2008-05-021-118/+218
* | I think I've now got the Webrick SSL support working.Luke Kanies2008-04-282-8/+9
* | Interim commit, since I want to work but have no network available.Luke Kanies2008-04-282-15/+169
* | Merge branch '0.24.x'Luke Kanies2008-04-211-8/+8
|\|
| * Fixed some tests broken by #1176James Turnbull2008-04-191-8/+8
* | Changing the File certificate terminus so that itLuke Kanies2008-04-211-2/+2
* | Renaming the 'ca_file' ssl terminus type to 'ca'.Luke Kanies2008-04-215-22/+22
* | Fixing how the CRL is used for certificate verification.Luke Kanies2008-04-191-2/+2
* | Added an Interface class to the CA to model puppetca's usage.Luke Kanies2008-04-192-3/+285
* | Making the SSL::Host's destroy method a class method,Luke Kanies2008-04-191-16/+30
* | Adding the last functionality needed for puppetca to use the Indirector.Luke Kanies2008-04-191-0/+20
* | Finishing the interface between the CA and the CRL.Luke Kanies2008-04-194-27/+262
* | Adding inventory support to the new certificate authority.Luke Kanies2008-04-182-3/+22
* | Adding support within the inventory for real certs or Puppet cert wrappers.Luke Kanies2008-04-181-0/+12
* | Changing the Inventory class to rebuild when theLuke Kanies2008-04-181-40/+45
* | Adding an SSl::Inventory class for managing the ssl inventory.Luke Kanies2008-04-181-0/+136
* | All SSL terminus classes now force the CA information into the right place.Luke Kanies2008-04-182-0/+18
* | Switching the SSL::Host class to return Puppet instances.Luke Kanies2008-04-173-27/+37
* | Setting the expiration date of certificate objects to the expiry of the actualLuke Kanies2008-04-171-0/+15
* | Adding integration tests for a lot of the SSL code.Luke Kanies2008-04-173-7/+7
* | Moving the password file handling into the SSL::Key class.Luke Kanies2008-04-173-32/+57
* | Moving all of the ca-specific settings to the ca_fileLuke Kanies2008-04-174-18/+43
* | Adding SSL::Host-level support for managing the terminus andLuke Kanies2008-04-175-7/+111
* | Fixing the CA so it actually automatically generates its certificate.Luke Kanies2008-04-171-12/+11
* | The certificate authority now uses a Host instance named 'ca'.Luke Kanies2008-04-171-90/+57
* | Changing all of the SSL terminus classes to treat CA files specially.Luke Kanies2008-04-177-120/+258
* | The 'destroy' method for the ssl_file terminus base classLuke Kanies2008-04-161-2/+2
* | Marking a test as pending, because it's not ready yet.Luke Kanies2008-04-161-7/+7
* | Removing all the cases where the ssl host specifiesLuke Kanies2008-04-161-128/+6
* | Making the first pass at using requests instead ofLuke Kanies2008-04-155-101/+17
* | Adding a :to_text method that will convert the containedLuke Kanies2008-04-153-0/+21
* | Actually signing the certificates in the CA.Luke Kanies2008-04-151-1/+39
* | Adding the first attempt at managing the certificateLuke Kanies2008-04-151-0/+167
* | Adding a :search method to the ssl_file terminus typeLuke Kanies2008-04-152-0/+109
* | Fixing a failing test that had not been updated from previous codingLuke Kanies2008-04-152-3/+1
* | We have a basically functional CA -- it can signLuke Kanies2008-04-153-33/+132
* | Adding tests for the easy bits of the CertificateFactory.Luke Kanies2008-04-151-0/+107
* | Adding tests for the certificate serial numbersLuke Kanies2008-04-151-0/+184
* | The certificate authority is now functional and tested.Luke Kanies2008-04-152-3/+122
* | refactoring the cert request test a bitLuke Kanies2008-04-151-37/+29
* | This is a first pass at the certificate authority.Luke Kanies2008-04-152-0/+31
* | It looks like all of the new ssl classes for managingLuke Kanies2008-04-155-55/+230
* | Adding he last of the indirection classes for the sslLuke Kanies2008-04-155-0/+66
* | The certificate and key are now correctly interactingLuke Kanies2008-04-153-216/+171