| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Flatten crypto module | Steven Fackler | 2016-10-22 | 1 | -558/+0 |
| * | Finish crypto error cleanup | Steven Fackler | 2016-10-16 | 1 | -13/+14 |
| * | De-enumify Cipher | Steven Fackler | 2016-10-15 | 1 | -68/+131 |
| * | Clean up features | Steven Fackler | 2016-10-13 | 1 | -33/+0 |
| * | Add support for OpenSSL 1.1.0 | Alex Crichton | 2016-10-12 | 1 | -3/+27 |
| * | Docs for Crypter::new | Steven Fackler | 2016-08-08 | 1 | -0/+6 |
| * | Fix size check | Steven Fackler | 2016-08-08 | 1 | -4/+12 |
| * | symm reform | Steven Fackler | 2016-08-08 | 1 | -106/+142 |
| * | Copy over getter macros | Steven Fackler | 2016-08-08 | 1 | -3/+3 |
| * | Remove symm_internal | Steven Fackler | 2016-08-08 | 1 | -7/+70 |
| * | Remove des_cfb and des_ofb, since they appear on limit platforms | Charlie Ozinga | 2016-04-19 | 1 | -24/+0 |
| * | Add 1DES symm ciphers (des-cbc, des-ecb, des-cfb, des-ofb) | Charlie Ozinga | 2016-04-14 | 1 | -0/+49 |
| * | Rustfmt | Steven Fackler | 2015-12-15 | 1 | -66/+64 |
| * | Revert "Use AsRef for backwards compatibility with passing IV as Vec" | Steven Fackler | 2015-11-16 | 1 | -5/+4 |
| * | AES CFB{1,8,128} mode support | Will Tange | 2015-10-11 | 1 | -0/+73 |
| * | Expose EVP_BytesToKey | Edward Barnard | 2015-08-23 | 1 | -23/+1 |
| * | Added AES CTR-mode under feature flag. | Allen Welkie | 2015-07-15 | 1 | -11/+16 |
| * | Remove superfluous vec! usage | Jethro Beekman | 2015-06-14 | 1 | -9/+9 |
| * | Use AsRef for backwards compatibility with passing IV as Vec | Jethro Beekman | 2015-06-14 | 1 | -4/+5 |
| * | Pass symmetric crypto initialization vector as a slice | Jethro Beekman | 2015-06-12 | 1 | -7/+7 |
| * | Fixup for beta | Alex Crichton | 2015-04-02 | 1 | -2/+2 |
| * | Fix deprecation warnings | Steven Fackler | 2015-03-25 | 1 | -13/+10 |
| * | Move docs to this repo and auto build | Steven Fackler | 2015-02-07 | 1 | -0/+314 |