summaryrefslogtreecommitdiffstats
path: root/lib/puppet/ssl
Commit message (Collapse)AuthorAgeFilesLines
...
* Adding tests for the certificate serial numbersLuke Kanies2008-04-151-10/+10
|
* The certificate authority is now functional and tested.Luke Kanies2008-04-152-26/+27
|
* This is a first pass at the certificate authority.Luke Kanies2008-04-154-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 managingLuke Kanies2008-04-155-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 sslLuke Kanies2008-04-153-5/+4
| | | | classes, finally including the certificate requests.
* The basics for the certificate and certificate requestLuke Kanies2008-04-154-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 notLuke Kanies2008-04-154-1/+87
| | | | functionally connected to any kind of indirection.
* Finished the certificate request wrapper class.Luke Kanies2008-04-151-0/+27
|
* First stage of cert refactoring: PrivateLuke Kanies2008-04-151-0/+21
keys kind of work.