summaryrefslogtreecommitdiff
path: root/spec/integration/ssl
AgeCommit message (Expand)AuthorFilesLines
2014-07-24(maint) Remove unnecessary Puppet.settings.clear calls from specsJosh Partlow3-10/+0
2014-06-04(PUP-2569) Revoke all certificate matching a given nameBrice Figureau1-0/+26
2014-01-06(PUP-716) Change Puppet::FileSystem::File to module methodsHenrik Lindberg3-3/+3
2013-12-06(#23369) Handle invalid CSR attribute contentsJosh Cooper1-7/+47
2013-11-19(#23201) Expose custom extensions in the certificateJosh Partlow2-4/+90
2013-11-18(#7244) Consolidate autosign settingJosh Partlow1-1/+1
2013-11-08(#19447) Puppet::FileSystem::File.exist?Ethan J. Brown2-2/+2
2013-10-30(Maint) Properly mark test as unsuitable for windowsAndrew Parker1-1/+1
2013-10-28(#693) Remove race conditions in autosigning codeAndrew Parker1-1/+1
2013-10-28(#693) Test parallel certificate autosigningAndrew Parker1-7/+32
2013-10-28(Maint) Small cleanup to CA tests.Andrew Parker1-66/+38
2012-09-26(Maint) Remove rspec from shebang lineJeff McCune4-4/+4
2012-09-05(#13563) Verify CSRs against the embedded public keyPatrick Carlisle1-0/+18
2012-07-02(maint) Standardize on /usr/bin/env ruby -S rspecJeff McCune4-4/+4
2011-10-03Remove 'fails_on_windows' tag for passing testsJosh Cooper3-6/+3
2011-08-19Update certificate spec tests for WindowsJosh Cooper4-32/+25
2011-08-19Rework Puppet::Util::Cacher to only expire using TTLsNick Lewis1-1/+0
2011-08-19Remove Puppet::Util::Cacher use from Puppet::Indirector::IndirectionNick Lewis2-4/+4
2011-08-19Remove Util::Cacher usage from SSL::CertificateAuthorityNick Lewis1-2/+0
2011-08-19Maint: Tagged spec tests that are known to fail on WindowsJosh Cooper4-4/+4
2011-08-18maint: remove inaccurate copyright and license statements.Daniel Pittman4-16/+0
2011-04-13maint: clean up the spec test headers in bulk.Daniel Pittman4-4/+4
2011-04-08maint: just require 'spec_helper', thanks rspec2Daniel Pittman4-4/+4
2010-12-06maint: Use expand_path when requiring spec_helper or puppettestMatt Robinson4-4/+4
2010-11-30Maint: Modified tests of indirector.save to call the indirection directly.Paul Berry1-3/+3
2010-11-29Maint: Refactor tests to use <class>.indirection.<method>Paul Berry3-9/+9
2010-11-12Fix for #4299 -- Don't require whichMarkus Roberts1-3/+1
2010-08-03[#4284] Fix failing specs run as root due to missing puppet groupNick Lewis4-0/+4
2010-07-09Code smell: Two space indentationMarkus Roberts4-203/+203
2010-07-09Code smell: Use string interpolationMarkus Roberts4-4/+4
2010-07-09Code smell: English names for special globals rather than line-noiseMarkus Roberts1-1/+1
2010-06-28[#3994-part 2] rename integration tests to *_spec.rbMarkus Roberts4-0/+0
2010-01-13Merge branch '0.25.x'James Turnbull1-0/+2
2009-12-11Fixing 2870 Spurious failures in spec/integration/ssl/certificate_request.rbJesse Wolfe1-0/+2
2009-11-20Always using the CA_name constant instead of "ca"Luke Kanies1-1/+1
2009-07-07Fix #2082 - puppetca shouldn't list revoked certificatesBrice Figureau1-5/+3
2009-04-05Fix #2113 - Make temp directoryPaul Nasrat1-0/+2
2008-11-11Changing the Cacher.invalidate method to Cacher.expire.Luke Kanies4-4/+4
2008-05-13Using the new Cacher class for handling cached data.Luke Kanies4-17/+4
2008-05-07The CRL is now automatically used or ignored.Luke Kanies1-8/+1
2008-05-07The master and client now successfully speak xmlrpc using the new system.Luke Kanies1-0/+2
2008-05-06Fixing the HttpPool module to get rid of an infinite loop.Luke Kanies2-3/+20
2008-05-05The Certificate Authority now automatically creates a CRL when appropriate.Luke Kanies1-1/+11
2008-05-05Fixing a critical problem in how CRLs were saved and moving SSL Store respons...Luke Kanies1-0/+45
2008-05-05The CA now initializes itself.Luke Kanies1-0/+2
2008-04-28I think I've now got the Webrick SSL support working.Luke Kanies1-1/+12
2008-04-19Temporarily disabling the revoke/verify test in the CA.Luke Kanies1-3/+5
2008-04-19Finishing the interface between the CA and the CRL.Luke Kanies1-1/+15
2008-04-18All SSL terminus classes now force the CA information into the right place.Luke Kanies1-0/+10
2008-04-17Switching the SSL::Host class to return Puppet instances.Luke Kanies1-1/+1