| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bring ffi definitions closer to the originals | Gleb Kozyrev | 2015-01-21 | 1 | -7/+8 |
| | | | | | | Add missing return types and fix imprecise type translations. Repair the fallout in the openssl crate. | ||||
| * | Update to rust master | Alex Crichton | 2015-01-09 | 1 | -20/+20 |
| | | |||||
| * | Fix deprecation warnings | Steven Fackler | 2015-01-03 | 1 | -4/+5 |
| | | |||||
| * | Updated to master: | Valerii Hiora | 2015-01-03 | 1 | -3/+3 |
| | | | | | | | - library stab issues - deriving -> derive - {mod} -> {self} | ||||
| * | Update to nightly: explicit Copy trait | Valerii Hiora | 2014-12-11 | 1 | -1/+3 |
| | | |||||
| * | Fixed compilation errors related to namedspaced enums | James Hurst | 2014-11-17 | 1 | -45/+45 |
| | | |||||
| * | Cert loading from PEM & restructuring | Valerii Hiora | 2014-10-15 | 1 | -1/+1 |
| | | | | | | | - Added cert loading - Extracted X509 tests | ||||
| * | Correct init mutexes and locking function | Valerii Hiora | 2014-10-14 | 1 | -0/+2 |
| | | | | | | | | | | `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` module | Valerii Hiora | 2014-09-30 | 1 | -73/+34 |
| | | |||||
| * | Certificate/pkey generation & PEM export | Valerii Hiora | 2014-09-26 | 1 | -1/+28 |
| | | | | Required quite a lot of refactoring | ||||
| * | Update for rust rfc 52 changes | Michael Gehring | 2014-09-17 | 1 | -1/+1 |
| | | |||||
| * | Switch to the more sane RSA PUBKEY function | Mathijs van de Nes | 2014-09-12 | 1 | -4/+4 |
| | | | | | | | | For differences, see: http://openssl.6102.n7.nabble.com/difference-between-i2d-PUBKEY-and-i2d-PublicKey-td43869.html This will break loading of *public* keys generated before this commit | ||||
| * | Switch PKey load/save functions to RSA specific | Mathijs van de Nes | 2014-09-12 | 1 | -15/+17 |
| | | |||||
| * | Add new HashType RIPEMD160 | Jeremy Ruten | 2014-08-04 | 1 | -7/+8 |
| | | |||||
| * | Shift directory structure | Steven Fackler | 2014-08-03 | 1 | -0/+425 |
| | | |||||
| * | Prepare rustcrypto to merge into rust-openssl | Steven Fackler | 2013-12-28 | 1 | -426/+0 |
| | | |||||
| * | update to rust 0.9-pre (a5fa1d9) | Erick Tryzelaar | 2013-12-27 | 1 | -141/+116 |
| | | |||||
| * | Switch over to rustpkg | Erick Tryzelaar | 2013-12-18 | 1 | -0/+451 |