aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/symm.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix symm decrypt documentation examplenyradr2018-02-161-1/+1
* Tweak featuresSteven Fackler2018-02-141-4/+4
* OpenSSL 1.1.1 supportSteven Fackler2018-02-131-155/+36
* Support EVP_des_ede3.Axel Rasmussen2018-02-041-0/+15
* Bump hex to 0.3Bastien Orivel2018-01-011-13/+13
* Merge pull request #747 from BrianOn99/symmSteven Fackler2017-11-041-6/+152
|\
| * Move doc details into another paragraphBrianOn992017-10-091-11/+18
| * Additional notes on CrypterChiu Yue Chun2017-10-041-2/+4
| * Copy example to module levelChiu Yue Chun2017-10-041-0/+23
| * Add examples and more documentation to symmChiu Yue Chun2017-10-031-5/+119
* | Convert try! usage to ?johnthagen2017-10-031-26/+26
|/
* Use foreign-type's OpaqueSteven Fackler2017-07-151-8/+4
* RustfmtSteven Fackler2017-07-151-151/+306
* Support chacha20 and chacha20_poly1305Steven Fackler2017-01-211-0/+60
* Stick tag description on the right functionSteven Fackler2017-01-011-4/+4
* Add Blowfish tests0xa2016-12-091-0/+74
* Use EVP_bf_cfb64 instead of EVP_bf_cfb0xa2016-12-091-2/+2
* Add Blowfish support0xa2016-12-091-0/+16
* Drop rustc-serialize dependencySteven Fackler2016-11-091-16/+14
* Better docs for AEAD tagSteven Fackler2016-11-091-0/+10
* Add convenience functions for AEAD encryption/decryptionSteven Fackler2016-11-081-14/+57
* Actually support AES GCMSteven Fackler2016-11-081-3/+95
* RustfmtSteven Fackler2016-10-301-73/+36
* Support AES GCMSteven Fackler2016-10-251-0/+16
* Flatten crypto moduleSteven Fackler2016-10-221-0/+558