aboutsummaryrefslogtreecommitdiff
path: root/src/bio
Commit message (Collapse)AuthorAgeFilesLines
* Minor doc fixes and feature mentionsValerii Hiora2014-10-081-1/+1
|
* Fixed incorrect EOF handling in MemBio, added error descriptionValerii Hiora2014-10-071-6/+22
| | | | Actually, EOF wasn't handled at all and it caused `mem_bio.read_to_end()` to fail. Which in turn failed all `write_pem` implementations.
* single `ffi` moduleValerii Hiora2014-09-301-17/+1
|
* Addressed review commentsValerii Hiora2014-09-281-6/+3
| | | | | | | | | | | | - 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/+106
Required quite a lot of refactoring