summaryrefslogtreecommitdiffstats
path: root/spec/unit/ssl
Commit message (Expand)AuthorAgeFilesLines
* Disable spec tests for unsupported functionality on WindowsJosh Cooper2011-07-261-1/+1
* Update certificate spec tests for WindowsJosh Cooper2011-07-261-1/+10
* Remove use of Puppet::Util::Cacher in Puppet::SSL::HostNick Lewis2011-07-211-11/+1
* Remove Util::Cacher usage from SSL::CertificateAuthorityNick Lewis2011-07-211-2/+2
* Maint: Tagged spec tests that are known to fail on WindowsJosh Cooper2011-07-192-2/+2
* (#7224) Add a helper to Puppet::SSL::Certificate to retrieve alternate namesNick Lewis2011-06-141-0/+25
* (#7507) Add ability to filter Ruby 1.9 spec failuresMatt Robinson2011-05-172-2/+2
* maint: use the exit_with helper everywhere...Daniel Pittman2011-04-221-4/+2
* maint: clean up the spec test headers in bulk.Daniel Pittman2011-04-1310-20/+10
* maint: just require 'spec_helper', thanks rspec2Daniel Pittman2011-04-0810-11/+11
* (#5528) Add REST API for signing, revoking, retrieving, cleaning certsMax Martin2011-04-051-54/+138
* Merge branch '2.6.x' into nextNick Lewis2011-01-061-1/+1
|\
| * (#5771) Upgrade rspec to version 2Matt Robinson2011-01-041-1/+1
* | maint: Use expand_path when requiring spec_helper or puppettestMatt Robinson2010-12-0610-10/+10
* | maint: Fix more order dependent test failuresMatt Robinson2010-12-061-2/+2
* | Maint: Modified uses of indirector.save to call the indirection directly.Paul Berry2010-11-302-3/+3
* | Maint: Modified tests of indirector.save to call the indirection directly.Paul Berry2010-11-304-29/+28
* | Maint: Moved auto-signing logic into an indirector extensionPaul Berry2010-11-301-2/+6
* | Maint: Swap the order of arguments to Indirection#savePaul Berry2010-11-301-2/+2
* | Maint: Refactor tests to use <class>.indirection.<method>Paul Berry2010-11-293-106/+106
|/
* Code smell: Two space indentationMarkus Roberts2010-07-0910-2101/+2101
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-1/+1
* [#4090] Change how RunMode instances are created so that an object for each R...Matt Robinson2010-07-011-1/+1
* [#4090] Rename mode (:master, :agent, :user) to run_modeMatt Robinson2010-07-011-5/+5
* [#3994-part 3] rename spec tests from *_spec_spec to *_spec.rbMarkus Roberts2010-06-2810-0/+0
* [#3994-part 2] rename integration tests to *_spec.rbMarkus Roberts2010-06-2810-0/+0
* [#3994] rename the specs to have _spec.rb at the endMarkus Roberts2010-06-2310-0/+0
* {#3866] Rename the method metaclass to singleton_class to avoid the deprecati...Matt Robinson2010-02-173-3/+3
* Feature #2935 Puppet::Mode#master?Jesse Wolfe2010-02-171-5/+5
* Fixing tests broken by conceptual merge conflictsMarkus Roberts2010-02-171-1/+1
* Fixes #3663 - It should be possible to list signed hosts onlyJames Turnbull2010-02-171-0/+10
* 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
* REST: hide Request objectJesse Wolfe2010-02-171-2/+2
* Bug #3400 Bad mocks causing failing testsJesse Wolfe2010-03-221-1/+3
* Fix #3117 - cert fingerprinting uses a method not available in ruby <= 1.8.6Brice Figureau2010-01-281-2/+5
* Feature #2839 - fingerprint certificateBrice Figureau2010-01-194-34/+171
* Revert "Feature #2839 - fingerprint certificate"James Turnbull2010-01-192-114/+29
* Feature #2839 - fingerprint certificateBrice Figureau2010-01-182-29/+114
* 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
* | Merge branch '0.25.x'Luke Kanies2009-12-211-12/+0
|\|
| * Re-fixed #2750 - Stop disabling the CRL or checking for a disabled CRLJohn A. Barbuto2009-10-271-12/+0
* | Fixing #1507 - Adding a :ca_name settingLuke Kanies2009-11-201-0/+15
* | Always using the CA_name constant instead of "ca"Luke Kanies2009-11-201-5/+5
|/
* Fix #2082 - puppetca shouldn't list revoked certificatesBrice Figureau2009-07-072-2/+12
* Removed extra whitespace from end of linesIan Taylor2009-06-064-5/+5
* JRuby OpenSSL implementation is more strict than real ruby one andJames Turnbull2009-05-301-3/+3