summaryrefslogtreecommitdiffstats
path: root/spec/unit/ssl
Commit message (Collapse)AuthorAgeFilesLines
...
* Making the first pass at using requests instead ofLuke Kanies2008-04-153-87/+0
| | | | | specifying the terminus class. The individual ssl classes now work, but the ssl host class doesn't yet.
* Adding a :to_text method that will convert the containedLuke Kanies2008-04-153-0/+21
| | | | thing to readable human text.
* Actually signing the certificates in the CA.Luke Kanies2008-04-151-1/+39
|
* Adding the first attempt at managing the certificateLuke Kanies2008-04-151-0/+167
| | | | revocation list.
* Adding a :search method to the ssl_file terminus typeLuke Kanies2008-04-151-0/+70
| | | | and the SSL::Host class.
* 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-153-33/+132
| | | | | | requests and return certificates. There's still plenty more work to do, but I'm probably not much more than a day away from redoing puppetca to use this code.
* Adding tests for the easy bits of the CertificateFactory.Luke Kanies2008-04-151-0/+107
| | | | | | I probably am going to skip the tests for the rest, since the code is unlikely to ever change, and it's going to be a royal pain to test.
* Adding tests for the certificate serial numbersLuke Kanies2008-04-151-0/+184
|
* The certificate authority is now functional and tested.Luke Kanies2008-04-152-3/+122
|
* refactoring the cert request test a bitLuke Kanies2008-04-151-37/+29
|
* This is a first pass at the certificate authority.Luke Kanies2008-04-152-0/+31
| | | | | The tests are basically entirely absent still, but the structure is all there.
* It looks like all of the new ssl classes for managingLuke Kanies2008-04-154-52/+227
| | | | | | | keys, certificates, and requests now work, including talking to the certificate authority. Now we just need the authority itself, along with the necessary REST terminii.
* Adding he last of the indirection classes for the sslLuke Kanies2008-04-152-0/+9
| | | | classes, finally including the certificate requests.
* The basics for the certificate and certificate requestLuke Kanies2008-04-153-3/+74
| | | | | indirection terminii are done. I need to move most of the test code to a shared behaviour now.
* The new SSL classes basically work, but they're notLuke Kanies2008-04-153-0/+174
| | | | functionally connected to any kind of indirection.
* Finished the certificate request wrapper class.Luke Kanies2008-04-151-0/+68
|
* First stage of cert refactoring: PrivateLuke Kanies2008-04-151-0/+64
keys kind of work.