| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix spelling in symm docs | Josh Abraham | 2018-07-14 | 1 | -1/+1 |
| * | Switch to accessors in libressl where possible | Steven Fackler | 2018-06-09 | 1 | -1/+1 |
| * | Overhaul openssl cfgs | Steven Fackler | 2018-05-20 | 1 | -23/+20 |
| * | Document that encrypt/decrypt use padding | Rohit Aggarwal | 2018-04-16 | 1 | -2/+2 |
| * | Remove version-specific features | Steven Fackler | 2018-03-19 | 1 | -8/+12 |
| * | Expose additional cipher and digest accessors | Benjamin Saunders | 2018-03-16 | 1 | -0/+11 |
| * | Merge pull request #864 from mlen/aes-ccm-bindings | Steven Fackler | 2018-03-11 | 1 | -3/+177 |
| |\ | |||||
| | * | fixup! Implement AES-{128,256}-CCM bindings | Mateusz Lenik | 2018-03-11 | 1 | -0/+40 |
| | * | fixup! Implement AES-{128,256}-CCM bindings | Mateusz Lenik | 2018-03-08 | 1 | -9/+9 |
| | * | Implement AES-{128,256}-CCM bindings | Mateusz Lenik | 2018-03-08 | 1 | -3/+137 |
| * | | Impl Sync and Send for various types | Steven Fackler | 2018-03-09 | 1 | -1/+6 |
| |/ | |||||
| * | Merge pull request #840 from olehermanse/master | Steven Fackler | 2018-02-21 | 1 | -0/+45 |
| |\ | |||||
| | * | Added example/test in symm.rs for encrypting a private key with a symmetric c... | Ole Herman Schumacher Elgesem | 2018-02-21 | 1 | -0/+30 |
| | * | Add des_ede3_cbc cipher | Ole Herman Schumacher Elgesem | 2018-02-15 | 1 | -0/+15 |
| * | | Fix symm decrypt documentation example | nyradr | 2018-02-16 | 1 | -1/+1 |
| * | | Tweak features | Steven Fackler | 2018-02-14 | 1 | -4/+4 |
| * | | OpenSSL 1.1.1 support | Steven Fackler | 2018-02-13 | 1 | -155/+36 |
| |/ | |||||
| * | Support EVP_des_ede3. | Axel Rasmussen | 2018-02-04 | 1 | -0/+15 |
| * | Bump hex to 0.3 | Bastien Orivel | 2018-01-01 | 1 | -13/+13 |
| * | Merge pull request #747 from BrianOn99/symm | Steven Fackler | 2017-11-04 | 1 | -6/+152 |
| |\ | |||||
| | * | Move doc details into another paragraph | BrianOn99 | 2017-10-09 | 1 | -11/+18 |
| | * | Additional notes on Crypter | Chiu Yue Chun | 2017-10-04 | 1 | -2/+4 |
| | * | Copy example to module level | Chiu Yue Chun | 2017-10-04 | 1 | -0/+23 |
| | * | Add examples and more documentation to symm | Chiu Yue Chun | 2017-10-03 | 1 | -5/+119 |
| * | | Convert try! usage to ? | johnthagen | 2017-10-03 | 1 | -26/+26 |
| |/ | |||||
| * | Use foreign-type's Opaque | Steven Fackler | 2017-07-15 | 1 | -8/+4 |
| * | Rustfmt | Steven Fackler | 2017-07-15 | 1 | -151/+306 |
| * | Support chacha20 and chacha20_poly1305 | Steven Fackler | 2017-01-21 | 1 | -0/+60 |
| * | Stick tag description on the right function | Steven Fackler | 2017-01-01 | 1 | -4/+4 |
| * | Add Blowfish tests | 0xa | 2016-12-09 | 1 | -0/+74 |
| * | Use EVP_bf_cfb64 instead of EVP_bf_cfb | 0xa | 2016-12-09 | 1 | -2/+2 |
| * | Add Blowfish support | 0xa | 2016-12-09 | 1 | -0/+16 |
| * | Drop rustc-serialize dependency | Steven Fackler | 2016-11-09 | 1 | -16/+14 |
| * | Better docs for AEAD tag | Steven Fackler | 2016-11-09 | 1 | -0/+10 |
| * | Add convenience functions for AEAD encryption/decryption | Steven Fackler | 2016-11-08 | 1 | -14/+57 |
| * | Actually support AES GCM | Steven Fackler | 2016-11-08 | 1 | -3/+95 |
| * | Rustfmt | Steven Fackler | 2016-10-30 | 1 | -73/+36 |
| * | Support AES GCM | Steven Fackler | 2016-10-25 | 1 | -0/+16 |
| * | Flatten crypto module | Steven Fackler | 2016-10-22 | 1 | -0/+558 |