aboutsummaryrefslogtreecommitdiff
path: root/src/macros.rs
Commit message (Collapse)AuthorAgeFilesLines
* Better error handling in cert generationValerii Hiora2014-10-061-1/+5
| | | | | Now it should correctly free all resources in case of failure.
* Addressed review commentsValerii Hiora2014-09-281-6/+0
| | | | | | | | | | | | - fixed invalid file permissions - removed redundand mem::transmute - removed outdated FIXME's - removed redundand temporary variable - removed macro_export for internal macros
* Certificate/pkey generation & PEM exportValerii Hiora2014-09-261-0/+61
Required quite a lot of refactoring