aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/symm.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | This is an AEAD cipher, so we need some extra functionality. As another bonus, we no longer panic if provided an IV with a different length than the cipher's default.
* RustfmtSteven Fackler2016-10-301-73/+36
|
* Support AES GCMSteven Fackler2016-10-251-0/+16
| | | | Closes #326
* Flatten crypto moduleSteven Fackler2016-10-221-0/+558