aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/rand.rs
Commit message (Collapse)AuthorAgeFilesLines
* fail! -> panic!Michael Gehring2014-10-301-1/+1
|
* Correct init mutexes and locking functionValerii Hiora2014-10-141-0/+1
| | | | | | | | | `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
* single `ffi` moduleValerii Hiora2014-09-301-6/+2
|
* Shift directory structureSteven Fackler2014-08-031-0/+30
|
* Prepare rustcrypto to merge into rust-opensslSteven Fackler2013-12-281-31/+0
|
* update to rust 0.9-pre (a5fa1d9)Erick Tryzelaar2013-12-271-14/+10
|
* Switch over to rustpkgErick Tryzelaar2013-12-181-0/+35