aboutsummaryrefslogtreecommitdiff
path: root/src/crypto
Commit message (Expand)AuthorAgeFilesLines
* Fix test buildSteven Fackler2014-11-193-10/+10
* Fixed compilation errors related to namedspaced enumsJames Hurst2014-11-174-77/+77
* Move AES XTS support to a featureSteven Fackler2014-11-162-1/+8
* Add XTS-AES modeCorey Ford2014-11-141-0/+16
* Merge pull request #89 from pyrho/aes-256-cbc-decrypt-testSteven Fackler2014-11-101-0/+34
|\
| * Replaced vector of bytes with bytes string literal for expected output of AES...pyrho2014-10-281-7/+2
| * AES 256 CBC unit testpyrho2014-10-281-0/+39
* | Hasher::write(): add basic testCody P Schafer2014-11-071-0/+13
* | crypto/hash: impl Writer for Hasher to allow use of Reader-Writer convenience...Cody P Schafer2014-11-071-0/+8
* | fail! -> panic!Michael Gehring2014-10-304-4/+4
|/
* Cert loading from PEM & restructuring Valerii Hiora2014-10-151-1/+1
* Correct init mutexes and locking functionValerii Hiora2014-10-146-0/+11
* "final" is now a reserved word, so change occurrences to "finalize".Samuel Fredrickson2014-10-093-12/+12
* Add bindings to CRYPTO_memcmpAlex Crichton2014-10-012-0/+40
* Unification and explicity in FFI type declsValerii Hiora2014-09-301-3/+3
* single `ffi` moduleValerii Hiora2014-09-306-222/+83
* Certificate/pkey generation & PEM exportValerii Hiora2014-09-261-1/+28
* Fix deprecation warningsMichael Gehring2014-09-232-29/+34
* Update for rust rfc 52 changesMichael Gehring2014-09-172-2/+2
* Switch to the more sane RSA PUBKEY functionMathijs van de Nes2014-09-121-4/+4
* Switch PKey load/save functions to RSA specificMathijs van de Nes2014-09-121-15/+17
* Fix lints for non snake-case functionsAndrew Dunham2014-09-042-1/+2
* Fix the ambiguous integer literal errorEunchong Yu2014-08-271-1/+1
* Add repr(C) to C structsMichael Gehring2014-08-222-0/+5
* Add new HashType RIPEMD160Jeremy Ruten2014-08-042-8/+23
* Shift directory structureSteven Fackler2014-08-037-0/+1324
* Prepare rustcrypto to merge into rust-opensslSteven Fackler2013-12-288-1226/+0
* update to rust 0.9-pre (a5fa1d9)Erick Tryzelaar2013-12-278-366/+279
* Switch over to rustpkgErick Tryzelaar2013-12-188-0/+1313