| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Correct init mutexes and locking function | Valerii Hiora | 2014-10-14 | 1 | -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 generation | Valerii Hiora | 2014-10-06 | 1 | -0/+47 |
| | | | | | | Now it should correctly free all resources in case of failure. | ||||
| * | single `ffi` module | Valerii Hiora | 2014-09-30 | 1 | -23/+0 |
| | | |||||
| * | Certificate/pkey generation & PEM export | Valerii Hiora | 2014-09-26 | 1 | -0/+23 |
| Required quite a lot of refactoring | |||||