aboutsummaryrefslogtreecommitdiff
path: root/src/macros.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move docs to this repo and auto buildSteven Fackler2015-02-071-59/+0
|
* Drop execute bits on source filesSteven Fackler2015-01-161-0/+0
|
* Handle recent breaking changesValerii Hiora2015-01-071-1/+1
| | | | | | | - macro reform - split of Show and String in formatter - CString reform - feature changes
* 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