| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | "final" is now a reserved word, so change occurrences to "finalize". | Samuel Fredrickson | 2014-10-09 | 3 | -12/+12 |
| | | |||||
| * | Add bindings to CRYPTO_memcmp | Alex Crichton | 2014-10-01 | 2 | -0/+40 |
| | | | | | This should help other projects use a constant-time memory comparison. | ||||
| * | Unification and explicity in FFI type decls | Valerii Hiora | 2014-09-30 | 1 | -3/+3 |
| | | |||||
| * | single `ffi` module | Valerii Hiora | 2014-09-30 | 6 | -222/+83 |
| | | |||||
| * | Certificate/pkey generation & PEM export | Valerii Hiora | 2014-09-26 | 1 | -1/+28 |
| | | | | Required quite a lot of refactoring | ||||
| * | Fix deprecation warnings | Michael Gehring | 2014-09-23 | 2 | -29/+34 |
| | | |||||
| * | Update for rust rfc 52 changes | Michael Gehring | 2014-09-17 | 2 | -2/+2 |
| | | |||||
| * | 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 |
| | | |||||
| * | Fix lints for non snake-case functions | Andrew Dunham | 2014-09-04 | 2 | -1/+2 |
| | | |||||
| * | Fix the ambiguous integer literal error | Eunchong Yu | 2014-08-27 | 1 | -1/+1 |
| | | | | | | | | | | This commit fixes this: > src/crypto/symm.rs:95:25: 95:52 error: cannot determine a type for > this expression: cannot determine the type of this integer; add a > suffix to specify the type explicitly [E0101] > src/crypto/symm.rs:95 let v = if padding { 1 } else { 0 } as c_int; | ||||
| * | Add repr(C) to C structs | Michael Gehring | 2014-08-22 | 2 | -0/+5 |
| | | |||||
| * | Add new HashType RIPEMD160 | Jeremy Ruten | 2014-08-04 | 2 | -8/+23 |
| | | |||||
| * | Shift directory structure | Steven Fackler | 2014-08-03 | 7 | -0/+1324 |
| | | |||||
| * | Prepare rustcrypto to merge into rust-openssl | Steven Fackler | 2013-12-28 | 8 | -1226/+0 |
| | | |||||
| * | update to rust 0.9-pre (a5fa1d9) | Erick Tryzelaar | 2013-12-27 | 8 | -366/+279 |
| | | |||||
| * | Switch over to rustpkg | Erick Tryzelaar | 2013-12-18 | 8 | -0/+1313 |