aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/symm.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling in symm docsJosh Abraham2018-07-141-1/+1
* Switch to accessors in libressl where possibleSteven Fackler2018-06-091-1/+1
* Overhaul openssl cfgsSteven Fackler2018-05-201-23/+20
* Document that encrypt/decrypt use paddingRohit Aggarwal2018-04-161-2/+2
* Remove version-specific featuresSteven Fackler2018-03-191-8/+12
* Expose additional cipher and digest accessorsBenjamin Saunders2018-03-161-0/+11
* Merge pull request #864 from mlen/aes-ccm-bindingsSteven Fackler2018-03-111-3/+177
|\
| * fixup! Implement AES-{128,256}-CCM bindingsMateusz Lenik2018-03-111-0/+40
| * fixup! Implement AES-{128,256}-CCM bindingsMateusz Lenik2018-03-081-9/+9
| * Implement AES-{128,256}-CCM bindingsMateusz Lenik2018-03-081-3/+137
* | Impl Sync and Send for various typesSteven Fackler2018-03-091-1/+6
|/
* Merge pull request #840 from olehermanse/masterSteven Fackler2018-02-211-0/+45
|\
| * Added example/test in symm.rs for encrypting a private key with a symmetric c...Ole Herman Schumacher Elgesem2018-02-211-0/+30
| * Add des_ede3_cbc cipherOle Herman Schumacher Elgesem2018-02-151-0/+15
* | 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