aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move docs to this repo and auto buildSteven Fackler2015-02-071-20/+0
|
* Chase std API stability changesGleb Kozyrev2015-02-031-1/+1
|
* Fix for stability changesSteven Fackler2015-01-291-3/+2
|
* Drop execute bits on source filesSteven Fackler2015-01-161-0/+0
|
* Update to rust masterAlex Crichton2015-01-091-1/+2
|
* Handle recent breaking changesValerii Hiora2015-01-071-1/+1
| | | | | | | - macro reform - split of Show and String in formatter - CString reform - feature changes
* Fix for upstream changesSteven Fackler2015-01-041-1/+1
|
* 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