summaryrefslogtreecommitdiffstats
path: root/spec/unit/ssl/certificate_authority.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix #2082 - puppetca shouldn't list revoked certificatesBrice Figureau2009-07-071-1/+7
* Removed extra whitespace from end of linesIan Taylor2009-06-061-2/+2
* JRuby OpenSSL implementation is more strict than real ruby one andJames Turnbull2009-05-301-3/+3
* Changing the Cacher.invalidate method to Cacher.expire.Luke Kanies2008-11-111-1/+1
* 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-071-41/+18
* 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-061-10/+78
* Moving the CA Interface class to a separate file.Luke Kanies2008-05-061-255/+5
* The Certificate Authority now automatically creates a CRL when appropriate.Luke Kanies2008-05-051-15/+40
* 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
* 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-191-1/+283
* 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-191-6/+223
* Adding inventory support to the new certificate authority.Luke Kanies2008-04-181-3/+18
* Switching the SSL::Host class to return Puppet instances.Luke Kanies2008-04-171-7/+9
* Adding integration tests for a lot of the SSL code.Luke Kanies2008-04-171-2/+2
* Moving the password file handling into the SSL::Key class.Luke Kanies2008-04-171-13/+12
* 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
* Actually signing the certificates in the CA.Luke Kanies2008-04-151-1/+39
* We have a basically functional CA -- it can signLuke Kanies2008-04-151-2/+12
* Adding tests for the certificate serial numbersLuke Kanies2008-04-151-0/+184
* The certificate authority is now functional and tested.Luke Kanies2008-04-151-3/+92
* This is a first pass at the certificate authority.Luke Kanies2008-04-151-0/+19
* The new SSL classes basically work, but they're notLuke Kanies2008-04-151-0/+8