| Commit message (Expand) | Author | Age | Files | Lines |
* | Add AES-192 using AES-NI. Tested OK with Intel's simulator. | lloyd | 2009-11-10 | 1 | -2/+0 |
* | Rename CPUID::has_intel_aes to has_aes_intel, and add CPUID::has_aes_via, | lloyd | 2009-11-10 | 1 | -2/+2 |
* | Fix errors in the AES-256 key schedule for the AES-NI version. Now passes | lloyd | 2009-11-10 | 1 | -1/+1 |
* | Add a new need_isa marker for info.txt that lets a module depend | lloyd | 2009-11-06 | 1 | -5/+5 |
* | Add a complete but untested AES-128 using the AES-NI intrinsics. | lloyd | 2009-11-06 | 1 | -10/+8 |
* | Stub for AES class using Intel's AES-NI instructions and an engine for | lloyd | 2009-11-06 | 3 | -0/+85 |
* | Rename sse2 engine to simd | lloyd | 2009-10-29 | 1 | -1/+1 |
* | propagate from branch 'net.randombit.botan' (head 8fb69dd1c599ada1008c4cab2a6... | lloyd | 2009-10-29 | 5 | -76/+61 |
|\ |
|
| * | Rename SSE2 stuff to be generally SIMD since it supports at least SSE2 | lloyd | 2009-10-29 | 5 | -87/+63 |
| * | Add a wrapper for a set of SSE2 operations with convenient syntax for 4x32 | lloyd | 2009-10-26 | 1 | -0/+9 |
* | | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 7 | -14/+0 |
|/ |
|
* | Remove all exception specifications. The way these are designed in C++ is | lloyd | 2009-10-22 | 3 | -5/+5 |
* | Similiar treatment for OFB which is also just a plain stream cipher | lloyd | 2009-10-14 | 1 | -1/+1 |
* | Convert CTR_BE from a Filter to a StreamCipher. Must wrap in a StreamCipher_F... | lloyd | 2009-10-14 | 1 | -3/+3 |
* | Refactor Default_Engine::get_cipher so bits can be called from selftest | lloyd | 2009-10-06 | 2 | -84/+104 |
* | merge of '1efb42e84eca9e01edd7b7f1335af7011eab994c' | lloyd | 2009-09-25 | 1 | -0/+7 |
|\ |
|
| * | Add runtime cpuid support. Check in the SSE2 engine that SSE2 is actually | lloyd | 2009-09-25 | 1 | -0/+7 |
* | | Enable OpenSSL AES (fixed, I think). And add support for OpenSSL's RC5 | lloyd | 2009-09-24 | 1 | -1/+7 |
|/ |
|
* | Update OpenSSL engine with encrypt_n interface for block ciphers. | lloyd | 2009-09-17 | 2 | -12/+46 |
* | Add an implementation of Blue Midnight Wish (512 bit version only) | lloyd | 2009-09-15 | 1 | -0/+9 |
* | Enable SSE2 engine under VC++ | lloyd | 2009-09-13 | 1 | -0/+1 |
* | propagate from branch 'net.randombit.botan.1_8' (head c2624292793f396cf940403... | lloyd | 2009-08-31 | 1 | -0/+10 |
|\ |
|
| * | Thomas Moschny mentioned that OpenSSL 1.0 betas disable MD2 by default. | lloyd | 2009-08-27 | 1 | -0/+10 |
* | | Instead of each SSE2 implementation specifying which compilers + CPUs it | lloyd | 2009-08-27 | 1 | -1/+8 |
* | | Make encrypt_n public for all BlockCipher implementations - unlike the | lloyd | 2009-08-11 | 2 | -4/+24 |
|/ |
|
* | Move some files around to break up dependencies between directories | lloyd | 2009-07-16 | 2 | -0/+2 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 4 | -0/+23 |
* | CPU-specific engines are now only loaded if something depends on them, | lloyd | 2009-07-07 | 3 | -11/+3 |
* | Small cleanups in the Skein-512 source, and add support for the | lloyd | 2009-06-03 | 1 | -1/+2 |
* | Add an implementation of Skein-512 | lloyd | 2009-06-02 | 1 | -0/+9 |
* | engine.h had copies of some declarations from pk_engine.h that had not | lloyd | 2009-05-13 | 1 | -43/+0 |
* | Add XTS mode, from IEEE P1619 | lloyd | 2009-04-16 | 1 | -0/+14 |
* | Add the GOST 34.11 hash function. Pretty slow, but functional. | lloyd | 2009-04-07 | 1 | -0/+9 |
* | Support different GOST paramters in the lookup interface. | lloyd | 2009-03-31 | 1 | -1/+1 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 37 | -464/+538 |
* | GOST was using a completely non-standard set of sboxes. Change it to use | lloyd | 2009-03-27 | 1 | -5/+5 |
* | Disable using OpenSSL's AES - it is causing crashes for an unknown reason. | lloyd | 2008-11-24 | 1 | -0/+6 |
* | Add an Algorithm_Factory& argument to Engine::get_cipher to avoid a | lloyd | 2008-11-23 | 3 | -6/+9 |
* | Remove openssl/gnump engine dep on libstate, no longer a dep | lloyd | 2008-11-23 | 2 | -8/+0 |
* | Library_State had two functions that did the same thing, | lloyd | 2008-11-12 | 1 | -1/+1 |
* | Remove support for provider identifiers from SCAN_Name - it turns out this | lloyd | 2008-11-12 | 1 | -1/+1 |
* | Remove pk_lookup - half of it (look_pk.{cpp,h}) depended on libstate directly, | lloyd | 2008-11-11 | 1 | -2/+1 |
* | Move most of the remaining libstate code to pk_engine.cpp, move engines | lloyd | 2008-11-11 | 44 | -0/+3365 |
* | Move engine to libstate/ directory, since there is a mutual dependency | lloyd | 2008-11-09 | 36 | -3691/+0 |
* | Inline no-op Engine virtual functions | lloyd | 2008-11-09 | 2 | -63/+18 |
* | Move some lookup related code from src/engine to src/libstate/lookup.cpp | lloyd | 2008-11-09 | 3 | -507/+243 |
* | Rename SymmetricAlgorithm::key to key_schedule to avoid many name | lloyd | 2008-11-09 | 2 | -4/+4 |
* | Simplify implementation of Default_Engine::get_cipher somewhat | lloyd | 2008-11-08 | 1 | -94/+92 |
* | Remove lookup from parallel hash construction | lloyd | 2008-11-08 | 1 | -2/+7 |
* | Remove lookup.h use from EAX | lloyd | 2008-11-08 | 1 | -2/+2 |