| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix test build | Steven Fackler | 2014-11-19 | 3 | -10/+10 |
| | | |||||
| * | Fixed compilation errors related to namedspaced enums | James Hurst | 2014-11-17 | 4 | -77/+77 |
| | | |||||
| * | Move AES XTS support to a feature | Steven Fackler | 2014-11-16 | 2 | -1/+8 |
| | | |||||
| * | Add XTS-AES mode | Corey Ford | 2014-11-14 | 1 | -0/+16 |
| | | |||||
| * | Merge pull request #89 from pyrho/aes-256-cbc-decrypt-test | Steven Fackler | 2014-11-10 | 1 | -0/+34 |
| |\ | | | | | Aes 256 cbc decrypt test | ||||
| | * | Replaced vector of bytes with bytes string literal for expected output of ↵ | pyrho | 2014-10-28 | 1 | -7/+2 |
| | | | | | | | | | AES_256_CBC deciphering unit test | ||||
| | * | AES 256 CBC unit test | pyrho | 2014-10-28 | 1 | -0/+39 |
| | | | |||||
| * | | Hasher::write(): add basic test | Cody P Schafer | 2014-11-07 | 1 | -0/+13 |
| | | | |||||
| * | | crypto/hash: impl Writer for Hasher to allow use of Reader-Writer ↵ | Cody P Schafer | 2014-11-07 | 1 | -0/+8 |
| | | | | | | | | | convenience functions | ||||
| * | | fail! -> panic! | Michael Gehring | 2014-10-30 | 4 | -4/+4 |
| |/ | |||||
| * | 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 | 6 | -0/+11 |
| | | | | | | | | | | `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 | ||||
| * | "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 |