Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove support for block cipher padding methods in engine. Like S2K, | lloyd | 2008-11-10 | 3 | -44/+0 |
* | Remove support for S2K in Engines. There are only three implementations of | lloyd | 2008-11-10 | 3 | -52/+0 |
* | Remove find_bc_pad from lookup_stream.cpp | lloyd | 2008-11-10 | 1 | -25/+0 |
* | Split lookup_cipher.cpp into lookup_{block,stream,bc_pad}.cpp | lloyd | 2008-11-10 | 4 | -82/+131 |
* | Modify Lion lookup to use arg_count_between | lloyd | 2008-11-09 | 1 | -2/+1 |
* | Modify Default_Engine to use SCAN_Name internally | lloyd | 2008-11-09 | 4 | -213/+161 |
* | Move engine to libstate/ directory, since there is a mutual dependency | lloyd | 2008-11-09 | 9 | -0/+1137 |