Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Adding tests for the certificate serial numbers | Luke Kanies | 2008-04-15 | 1 | -10/+10 | |
| | ||||||
* | The certificate authority is now functional and tested. | Luke Kanies | 2008-04-15 | 2 | -26/+27 | |
| | ||||||
* | This is a first pass at the certificate authority. | Luke Kanies | 2008-04-15 | 4 | -48/+356 | |
| | | | | | 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 | 5 | -15/+100 | |
| | | | | | | | 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 | 3 | -5/+4 | |
| | | | | classes, finally including the certificate requests. | |||||
* | The basics for the certificate and certificate request | Luke Kanies | 2008-04-15 | 4 | -27/+53 | |
| | | | | | 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 | 4 | -1/+87 | |
| | | | | functionally connected to any kind of indirection. | |||||
* | Finished the certificate request wrapper class. | Luke Kanies | 2008-04-15 | 1 | -0/+27 | |
| | ||||||
* | First stage of cert refactoring: Private | Luke Kanies | 2008-04-15 | 1 | -0/+21 | |
keys kind of work. |