summaryrefslogtreecommitdiffstats
path: root/spec/unit/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixing #1557 - Environments are now in REST URIsLuke Kanies2009-03-202-8/+0
* Fixing #2028 - Better failures when a cert is found with no keyLuke Kanies2009-02-281-1/+77
* Removing a test that was too dependant on order.Luke Kanies2009-02-141-4/+0
* 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
* Merge branch '0.24.x'Luke Kanies2008-12-021-1/+2
* Changing the Cacher.invalidate method to Cacher.expire.Luke Kanies2008-11-111-1/+1
* Retrieving the CA certificate before the client certificate.Luke Kanies2008-11-031-8/+27
* Handling the case where a symbol (e.g., :ca) is used for a certificate name.Luke Kanies2008-11-031-2/+2
* Fixing CertificateRequest#save to accept arguments.Luke Kanies2008-11-031-0/+7
* Fixing the String format (fixes #1522).Luke Kanies2008-08-201-10/+34
* Fixing the SSL::Host#waitforcert method.Luke Kanies2008-08-071-13/+37
* Certificates now work over REST.Luke Kanies2008-08-074-3/+53
* Caching the SSL store for the SSL Host.Luke Kanies2008-08-071-1/+1
* Making all certificates only support the plaintext format.Luke Kanies2008-08-044-0/+16
* 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-154-0/+21
* Fixing #1256 -- CA tests now work with no ~/.puppet.Luke Kanies2008-05-251-21/+18
* Fixing another failing test -- the new CA tests correctly clear the cache.Luke Kanies2008-05-251-1/+2
* The CRL is now automatically used or ignored.Luke Kanies2008-05-072-49/+19
* The master and client now successfully speak xmlrpc using the new system.Luke Kanies2008-05-071-1/+1
* Adding autosigning to the new CA.Luke Kanies2008-05-062-10/+103
* Moving the CA Interface class to a separate file.Luke Kanies2008-05-062-255/+270
* The Certificate Authority now automatically creates a CRL when appropriate.Luke Kanies2008-05-051-15/+40
* Fixing a critical problem in how CRLs were saved and moving SSL Store respons...Luke Kanies2008-05-052-6/+85
* 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
* I think I've now got the Webrick SSL support working.Luke Kanies2008-04-281-5/+6
* 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
* 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