aboutsummaryrefslogtreecommitdiff
path: root/src/ffi.rs
Commit message (Expand)AuthorAgeFilesLines
* Prepare for s/static/const/Alex Crichton2014-10-091-88/+88
* BN_is_zero as a Rust functionValerii Hiora2014-10-091-19/+2
* X509 Generator sampleValerii Hiora2014-10-081-1/+1
* Fixed incorrect EOF handling in MemBio, added error descriptionValerii Hiora2014-10-071-1/+11
* Potential fix for #68Valerii Hiora2014-10-071-3/+6
* Better error handling in cert generationValerii Hiora2014-10-061-0/+2
* Load crypto error stringsJared Roesch2014-10-051-1/+2
* Make errors human readableJared Roesch2014-10-051-0/+6
* Clean up warningsSteven Fackler2014-10-041-1/+1
* Changes made to support 0.12.0-dev ( October 2, 2014 )D.K2014-10-041-4/+2
* Merge pull request #64 from reem/fix/big-num-is-zeroSteven Fackler2014-10-041-2/+7
|\
| * Add a dummy bn_is_zero C dependency to wrap BN_is_zeroJonathan Reem2014-10-041-2/+7
* | Merge pull request #58 from vhbit/verify-dataSteven Fackler2014-10-041-0/+1
|\ \ | |/ |/|
| * User-provided data in verifyValerii Hiora2014-10-021-0/+1
* | Add bindings to CRYPTO_memcmpAlex Crichton2014-10-011-1/+3
|/
* Unification and explicity in FFI type declsValerii Hiora2014-09-301-16/+16
* single `ffi` moduleValerii Hiora2014-09-301-0/+418