aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Sync is now part of the standard libraryAndor Uhlár2014-11-261-1/+0
|
* Fixed compilation errors related to namedspaced enumsJames Hurst2014-11-171-1/+1
|
* Impl Error for SslErrorSteven Fackler2014-11-161-1/+1
|
* New build systemValerii Hiora2014-11-131-3/+1
|
* Force linkage of LibreSSL when targeting NaCl OSs.Richard Diamond2014-11-091-0/+3
|
* Clean up some BN stuffSteven Fackler2014-10-261-1/+1
|
* Update doc locationSteven Fackler2014-10-261-1/+1
|
* Better error handling in cert generationValerii Hiora2014-10-061-2/+2
| | | | | Now it should correctly free all resources in case of failure.
* single `ffi` moduleValerii Hiora2014-09-301-0/+1
|
* Addressed review commentsValerii Hiora2014-09-281-0/+0
| | | | | | | | | | | | - 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-2/+7
| | | Required quite a lot of refactoring
* Shift directory structureSteven Fackler2014-08-031-0/+14