aboutsummaryrefslogtreecommitdiff
path: root/src/x509
Commit message (Collapse)AuthorAgeFilesLines
* X509 Generator sampleValerii Hiora2014-10-081-0/+30
| | | | Forcing static linking for lib wrapped as in other case doc tests fail to locate the static library
* Minor doc fixes and feature mentionsValerii Hiora2014-10-081-1/+18
|
* Better error handling in cert generationValerii Hiora2014-10-061-28/+47
| | | | | Now it should correctly free all resources in case of failure.
* Clean up warningsSteven Fackler2014-10-041-1/+1
|
* User-provided data in verifyValerii Hiora2014-10-021-0/+1
|
* single `ffi` moduleValerii Hiora2014-09-301-128/+5
|
* Addressed review commentsValerii Hiora2014-09-281-2/+2
| | | | | | | | | | | | - 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/+517
Required quite a lot of refactoring