aboutsummaryrefslogtreecommitdiff
path: root/src/asn1
Commit message (Collapse)AuthorAgeFilesLines
* Correct init mutexes and locking functionValerii Hiora2014-10-141-0/+2
| | | | | | | | | `libcrypto` uses locks quite intensively even without SSL. So they should be initialized before everything else to function properly in multi-threaded apps in which SSL operations are absent or delayed. Finishes #79
* Better error handling in cert generationValerii Hiora2014-10-061-0/+47
| | | | | Now it should correctly free all resources in case of failure.
* single `ffi` moduleValerii Hiora2014-09-301-23/+0
|
* Certificate/pkey generation & PEM exportValerii Hiora2014-09-261-0/+23
Required quite a lot of refactoring