Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Making the first pass at using requests instead of | Luke Kanies | 2008-04-15 | 3 | -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 contained | Luke Kanies | 2008-04-15 | 3 | -0/+21 | |
| | | | | thing to readable human text. | |||||
* | Actually signing the certificates in the CA. | Luke Kanies | 2008-04-15 | 1 | -1/+39 | |
| | ||||||
* | Adding the first attempt at managing the certificate | Luke Kanies | 2008-04-15 | 1 | -0/+167 | |
| | | | | revocation list. | |||||
* | Adding a :search method to the ssl_file terminus type | Luke Kanies | 2008-04-15 | 1 | -0/+70 | |
| | | | | and the SSL::Host class. | |||||
* | Fixing a failing test that had not been updated from previous coding | Luke Kanies | 2008-04-15 | 1 | -1/+1 | |
| | ||||||
* | We have a basically functional CA -- it can sign | Luke Kanies | 2008-04-15 | 3 | -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 Kanies | 2008-04-15 | 1 | -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 numbers | Luke Kanies | 2008-04-15 | 1 | -0/+184 | |
| | ||||||
* | The certificate authority is now functional and tested. | Luke Kanies | 2008-04-15 | 2 | -3/+122 | |
| | ||||||
* | refactoring the cert request test a bit | Luke Kanies | 2008-04-15 | 1 | -37/+29 | |
| | ||||||
* | This is a first pass at the certificate authority. | Luke Kanies | 2008-04-15 | 2 | -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 managing | Luke Kanies | 2008-04-15 | 4 | -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 ssl | Luke Kanies | 2008-04-15 | 2 | -0/+9 | |
| | | | | classes, finally including the certificate requests. | |||||
* | The basics for the certificate and certificate request | Luke Kanies | 2008-04-15 | 3 | -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 not | Luke Kanies | 2008-04-15 | 3 | -0/+174 | |
| | | | | functionally connected to any kind of indirection. | |||||
* | Finished the certificate request wrapper class. | Luke Kanies | 2008-04-15 | 1 | -0/+68 | |
| | ||||||
* | First stage of cert refactoring: Private | Luke Kanies | 2008-04-15 | 1 | -0/+64 | |
keys kind of work. |