| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
- macro reform
- split of Show and String in formatter
- CString reform
- feature changes
|
| |
|
|
|
|
|
|
|
| |
`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
|
| | |
|
| |
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- fixed invalid file permissions
- removed redundand mem::transmute
- removed outdated FIXME's
- removed redundand temporary variable
- removed macro_export for internal macros
|
|
|
Required quite a lot of refactoring
|