Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pem: Write PEM data directly to a buffer | Stef Walter | 2013-05-27 | 1 | -9/+12 |
| | |||||
* | Our own unit testing framework | Stef Walter | 2013-05-21 | 1 | -50/+26 |
| | | | | | | | | * Support the TAP protocol * Much cleaner without having to carry around state * First class support for setup/teardown * Port the common tests * Wait on porting other tests until we've merged outstanding code | ||||
* | Implement code for writing PEM | Stef Walter | 2013-02-05 | 1 | -3/+111 |
| | | | | | | | * Based on the gcr code * Bring in base64 output code from BSD * Make sure to output base64 lines of 64 character length since this is what OpenSSL expects | ||||
* | Add support for parsing PEM files | Stef Walter | 2013-02-05 | 1 | -0/+254 |