aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/symm.rs
Commit message (Expand)AuthorAgeFilesLines
* 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