| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove des_cfb and des_ofb, since they appear on limit platforms | Charlie Ozinga | 2016-04-19 | 1 | -2/+0 |
| | | |||||
| * | Add 1DES symm ciphers (des-cbc, des-ecb, des-cfb, des-ofb) | Charlie Ozinga | 2016-04-14 | 1 | -0/+5 |
| | | | | | | | 1DES is well and truly dead for actual sensitive information, (its keysize is too small for modern purposes), but it can still find use in backwards compatiblity or educational applications. | ||||
| * | Rustfmt | Steven Fackler | 2015-12-15 | 1 | -2/+2 |
| | | |||||
| * | AES CFB{1,8,128} mode support | Will Tange | 2015-10-11 | 1 | -1/+7 |
| | | |||||
| * | Expose EVP_BytesToKey | Edward Barnard | 2015-08-23 | 1 | -0/+26 |
| This is based on work by pyrho. Closes #88 | |||||