Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | Fix PR 166 | lloyd | 2011-12-08 | 1 | -5/+9 | |
|/ / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | Split the SIMD implementations into their own modules and choose one | lloyd | 2011-05-24 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Rename AES_XXX_Intel to AES_XXX_NI, since AMD's Bulldozer will also | lloyd | 2011-04-25 | 1 | -6/+6 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Rename all references of ia32 to x86-32 and amd64 to x86-64. | lloyd | 2011-04-22 | 2 | -24/+24 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Add a --no-autoload example | lloyd | 2011-04-19 | 1 | -0/+4 | |
|/ / / / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | Add header guard | lloyd | 2010-12-28 | 1 | -0/+5 | |
* | | | | | | | | | | | | | | | | | | | | | | | | Add a simple but functioning implementation of Keccak. Only the | lloyd | 2010-12-10 | 1 | -0/+9 | |
* | | | | | | | | | | | | | | | | | | | | | | | | Fix OpenSSL engine compile :/ | lloyd | 2010-12-01 | 3 | -8/+25 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | Old function name, and made message confusing anyway | lloyd | 2010-11-05 | 1 | -2/+1 | |
|/ / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | Was missing the Engine PBKDF lookup routine | lloyd | 2010-11-04 | 1 | -0/+52 | |
* | | | | | | | | | | | | | | | | | | | | | | Remove unused includes | lloyd | 2010-11-04 | 1 | -4/+0 | |
* | | | | | | | | | | | | | | | | | | | | | | Move PBKDF lookups to engine | lloyd | 2010-11-04 | 7 | -1/+28 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | In all cases where the block size of the cipher is fixed, the key | lloyd | 2010-10-14 | 1 | -2/+0 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | More size_t | lloyd | 2010-10-13 | 8 | -18/+18 | |
|/ / / / / / / / / / / / / / / / / / / | ||||||
* / / / / / / / / / / / / / / / / / / | Compile fix | lloyd | 2010-10-13 | 1 | -5/+13 | |
|/ / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | Fix compile | lloyd | 2010-10-13 | 1 | -1/+6 | |
* | | | | | | | | | | | | | | | | | | s/BLOCK_SIZE/block_size()/ | lloyd | 2010-10-13 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | Use size_t rather than u32bit in SymmetricAlgorithm | lloyd | 2010-10-13 | 2 | -11/+11 | |
* | | | | | | | | | | | | | | | | | | Use size_t for BufferedComputation::add_data | lloyd | 2010-10-12 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | | | | | Use size_t in SCAN_Name | lloyd | 2010-10-12 | 5 | -10/+10 | |
* | | | | | | | | | | | | | | | | | | Use size_t instead of u32bit in all of pubkey | lloyd | 2010-10-12 | 2 | -48/+48 | |
* | | | | | | | | | | | | | | | | | | Use size_t rather than u32bit for the blocks argument of encrypt_n | lloyd | 2010-10-12 | 1 | -5/+6 | |
* | | | | | | | | | | | | | | | | | | Make names more consistent | lloyd | 2010-10-01 | 3 | -2/+2 | |
* | | | | | | | | | | | | | | | | | | Fix macro | lloyd | 2010-09-30 | 1 | -0/+1 | |
* | | | | | | | | | | | | | | | | | | Split SHA-2 into 32 and 64 bit versions; they are totally independent | lloyd | 2010-09-30 | 1 | -2/+7 | |
* | | | | | | | | | | | | | | | | | | Fix OpenSSL engine WRT memory vector changes, append is no more | lloyd | 2010-09-23 | 1 | -1/+3 | |
* | | | | | | | | | | | | | | | | | | Update the dynamic engine protocol. The initial version had an engine | lloyd | 2010-09-08 | 1 | -30/+15 | |
|/ / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | Add also AES-192 using SSSE3 | lloyd | 2010-08-12 | 1 | -0/+2 | |
* | | | | | | | | | | | | | | | | | Support AES-256 is the SSSE3 implementation | lloyd | 2010-08-12 | 1 | -0/+2 | |
* | | | | | | | | | | | | | | | | | Add an implementation of AES-128 using SSSE3 instructions. It runs in | lloyd | 2010-08-09 | 1 | -0/+9 | |
|/ / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | Remove redundant setting for adding libdl link on Linux in dyn_engine; | lloyd | 2010-07-28 | 1 | -4/+0 | |
* | | | | | | | | | | | | | | | | Add a version info function which returns a u32bit. The currently | lloyd | 2010-07-28 | 1 | -1/+12 | |
* | | | | | | | | | | | | | | | | Add a new utility class Dynamically_Loaded_Library which wraps around | lloyd | 2010-07-27 | 3 | -0/+185 | |
* | | | | | | | | | | | | | | | | Rename Default_Engine to Core_Engine which describes its purposes | lloyd | 2010-07-27 | 9 | -33/+31 | |
* | | | | | | | | | | | | | | | | merge of '17389a973545d2f8e25813894cdd2da1b01aa534' | lloyd | 2010-07-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Add support in CPUID for detecting PCMULUDQ and MOVBE instructions. | lloyd | 2010-07-27 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | Add support for Camellia in OpenSSL engine | lloyd | 2010-07-22 | 1 | -0/+6 | |
* | | | | | | | | | | | | | | | | | Avoid unused argument warning | lloyd | 2010-07-22 | 1 | -1/+3 | |
|/ / / / / / / / / / / / / / / / | ||||||
* / / / / / / / / / / / / / / / | Consolidate the two engines that provided assembler implementations | lloyd | 2010-07-13 | 6 | -81/+22 | |
|/ / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | / | Avoid unused parameter warning | lloyd | 2010-06-22 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Doxygen | lloyd | 2010-06-22 | 1 | -0/+7 | |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Compilation fixes | lloyd | 2010-06-16 | 1 | -1/+3 | |
* | | | | | | | | | | | | | Move the implemention of the functions in the Engine base class into a | lloyd | 2010-06-16 | 3 | -33/+101 | |
* | | | | | | | | | | | | | Doxygen comments | lloyd | 2010-06-16 | 1 | -14/+82 | |
* | | | | | | | | | | | | | Kill dead/unused function | lloyd | 2010-06-16 | 1 | -2/+0 | |
* | | | | | | | | | | | | | Also for Default_Engine | lloyd | 2010-06-16 | 1 | -1/+0 | |
* | | | | | | | | | | | | | Don't hide funcions in engine subclasses that are public in base | lloyd | 2010-06-16 | 5 | -5/+5 | |
* | | | | | | | | | | | | | More Doxygen updates/fixes | lloyd | 2010-06-15 | 10 | -11/+24 | |
* | | | | | | | | | | | | | Use "/*" instead of "/**" in starting comments at the begining of a file. | lloyd | 2010-06-07 | 6 | -6/+6 | |
* | | | | | | | | | | | | | Remove FORK-256; it's obscure and has been definitively broken. | lloyd | 2010-05-25 | 1 | -9/+0 | |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |