aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/cipher_mode.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add CommonCrypto cipher modes supportJose Pereira2018-09-091-1/+18
* Work around unique_ptr conversion bug in older GCCJack Lloyd2018-04-071-1/+1
* Add RAII versions of get_cipher_mode and get_aeadJack Lloyd2018-04-071-21/+34
* Make stream, block, hash and cipher mode base classes optionalJack Lloyd2018-01-121-0/+2
* Header file cleanupsJack Lloyd2017-09-211-4/+1
* Implement cipher modes with OpenSSL.Alexander Bluhm2017-04-251-3/+35
* Remove ECB modeJack Lloyd2016-12-041-18/+0
* Remove alias logic from SCAN_NameJack Lloyd2016-10-211-0/+6
* Remove Algo_RegistryJack Lloyd2016-10-211-93/+95
* Remove Transform base classJack Lloyd2016-04-211-19/+33
* Cleanup includesJack Lloyd2015-09-221-0/+1
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-5/+4
* Address some review comments by Simon. GH #279Jack Lloyd2015-09-211-4/+4
* Same treatment for cipher modesJack Lloyd2015-09-101-0/+65
* Move Cipher_Mode enum out of types.h, move stream cipher mode to new headerlloyd2015-02-051-0/+1
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-8/+23
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-0/+59