summaryrefslogtreecommitdiffstats
path: root/spec/unit/ssl/host.rb
Commit message (Expand)AuthorAgeFilesLines
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-231-707/+0
* Fixing tests broken by Luke's CRL flag patch.Markus Roberts2010-02-171-0/+1
* Revert the guts of #2890Markus Roberts2010-02-171-17/+55
* Bug #3400 Bad mocks causing failing testsJesse Wolfe2010-03-221-1/+3
* Merge branch '0.25.x'James Turnbull2010-01-131-57/+19
|\
| * Fix for #2890 (the cached certificates that would not die)Markus Roberts2009-12-191-57/+19
| * Fix #2923 failing tests in spec/unit/ssl/host.rbJesse Wolfe2009-12-171-2/+2
* | Always using the CA_name constant instead of "ca"Luke Kanies2009-11-201-5/+5
|/
* Removed extra whitespace from end of linesIan Taylor2009-06-061-1/+1
* Fixing #2028 - Better failures when a cert is found with no keyLuke Kanies2009-02-281-1/+77
* 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-0/+23
* Fixing #1729 - puppetmasterd can now read certs at startupLuke Kanies2008-12-181-0/+64
* Retrieving the CA certificate before the client certificate.Luke Kanies2008-11-031-8/+27
* Fixing the SSL::Host#waitforcert method.Luke Kanies2008-08-071-13/+37
* Certificates now work over REST.Luke Kanies2008-08-071-0/+8
* Adding wait_for_cert functionality to the ssl host class.Luke Kanies2008-08-041-0/+42
* Fixing #1168 for REST -- all ssl classes downcase their names.Luke Kanies2008-06-151-0/+9
* The CRL is now automatically used or ignored.Luke Kanies2008-05-071-8/+1
* Fixing a critical problem in how CRLs were saved and moving SSL Store respons...Luke Kanies2008-05-051-0/+55
* The SSL::Host class now uses the CA to generate its certificate when appropri...Luke Kanies2008-05-051-3/+24
* Interim commit, since I want to work but have no network available.Luke Kanies2008-04-281-0/+45
* Renaming the 'ca_file' ssl terminus type to 'ca'.Luke Kanies2008-04-211-4/+4
* Making the SSL::Host's destroy method a class method,Luke Kanies2008-04-191-16/+30
* Finishing the interface between the CA and the CRL.Luke Kanies2008-04-191-16/+11
* Switching the SSL::Host class to return Puppet instances.Luke Kanies2008-04-171-20/+20
* Adding integration tests for a lot of the SSL code.Luke Kanies2008-04-171-3/+3
* Moving the password file handling into the SSL::Key class.Luke Kanies2008-04-171-15/+0
* Adding SSL::Host-level support for managing the terminus andLuke Kanies2008-04-171-0/+97
* Changing all of the SSL terminus classes to treat CA files specially.Luke Kanies2008-04-171-1/+16
* Removing all the cases where the ssl host specifiesLuke Kanies2008-04-161-128/+6
* Adding a :search method to the ssl_file terminus typeLuke Kanies2008-04-151-0/+70
* Fixing a failing test that had not been updated from previous codingLuke Kanies2008-04-151-1/+1
* We have a basically functional CA -- it can signLuke Kanies2008-04-151-5/+82
* It looks like all of the new ssl classes for managingLuke Kanies2008-04-151-47/+107
* The new SSL classes basically work, but they're notLuke Kanies2008-04-151-0/+126