| Commit message (Expand) | Author | Age | Files | Lines |
* | Move PBKDF lookups to engine | lloyd | 2010-11-04 | 2 | -0/+71 |
* | Add a BOTAN_DEPRECATED macro which can provide compile-time | lloyd | 2010-11-02 | 1 | -2/+3 |
* | s/u32bit/size_t/ | lloyd | 2010-10-12 | 4 | -12/+12 |
* | merge of '28d57385c0f1a9a2665288ce728e8b3231634f59' | lloyd | 2010-08-03 | 1 | -0/+4 |
|\ |
|
| * | Forbid copying an Algorithm_Factory; could easily cause double-delete, | lloyd | 2010-07-30 | 1 | -0/+4 |
* | | We've already predeclared Engine at the start of the header, so no | lloyd | 2010-07-29 | 1 | -4/+4 |
|/ |
|
* | Expose Algorithm_Factory::clear_caches which clears out all of the | lloyd | 2010-07-27 | 2 | -1/+10 |
* | There was an interesting bug affecting dynamically loaded engines. | lloyd | 2010-07-27 | 2 | -4/+14 |
* | In Algorithm_Factory, delete the Engines after deleting the caches | lloyd | 2010-07-27 | 1 | -2/+2 |
* | Consolidate the two engines that provided assembler implementations | lloyd | 2010-07-13 | 1 | -2/+1 |
* | Replace "@return a blah" and "@return the blah" with just "@return blah" | lloyd | 2010-06-16 | 1 | -1/+1 |
* | Yet more Doxygen comments | lloyd | 2010-06-16 | 1 | -6/+18 |
* | More Doxygen comments | lloyd | 2010-06-16 | 1 | -0/+7 |
* | More Doxygen fixes | lloyd | 2010-06-15 | 2 | -2/+7 |
* | Fix a few hundred Doxygen warnings | lloyd | 2010-06-15 | 1 | -18/+18 |
* | Use "/*" instead of "/**" in starting comments at the begining of a file. | lloyd | 2010-06-07 | 2 | -2/+2 |
* | Add a couple of small patches from Thomas Capricelli <[email protected]> | lloyd | 2010-05-21 | 1 | -6/+10 |
* | Allow adding engines dynamically | lloyd | 2010-03-24 | 2 | -7/+12 |
* | Minor tweak, save a line and more readable IMO | lloyd | 2010-02-14 | 1 | -2/+1 |
* | Doxygen comments | lloyd | 2010-01-07 | 1 | -14/+63 |
* | Recognize aes_isa engine, set as high priority | lloyd | 2010-01-06 | 1 | -4/+6 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 3 | -4/+5 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 3 | -5/+11 |
* | Rename sse2 engine to simd | lloyd | 2009-10-29 | 1 | -1/+1 |
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
* | Check for cipher_mode() being set; if it is, not an algo_factory algo | lloyd | 2009-10-13 | 1 | -0/+4 |
* | Add 'Distributed under...' text to files missing it. Some format cleanups | lloyd | 2009-10-07 | 1 | -1/+4 |
* | Add *s before comment lines in file headers | lloyd | 2009-09-08 | 1 | -2/+2 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -4/+9 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 3 | -0/+6 |
* | Fix misspelled words in algo_factory.{cpp,h}, from Charles Brockman in bug 40 | lloyd | 2009-03-02 | 2 | -12/+13 |
* | In Algorithm_Factory, create the Algorithm_Cache<> objects dynamically | lloyd | 2008-11-12 | 2 | -30/+40 |
* | Add comment about non-obvious but vital side effect | lloyd | 2008-11-12 | 1 | -0/+5 |
* | Implement the guts of Algorithm_Factory::prototoype_X using a function | lloyd | 2008-11-12 | 1 | -65/+80 |
* | Remove Library_State::add_engine and Algorithm_Factory::add_engine, | lloyd | 2008-11-12 | 1 | -14/+25 |
* | Add missing prov_weight.cpp | lloyd | 2008-11-12 | 1 | -0/+31 |
* | Revert 2707eb68cb91e0633815a6d6c68d22b9f41227a4 - I had forgotten that | lloyd | 2008-11-12 | 1 | -1/+1 |
* | Remove support for provider identifiers from SCAN_Name - it turns out this | lloyd | 2008-11-12 | 4 | -152/+242 |
* | Process engines in order of addition instead of backwards | lloyd | 2008-11-11 | 1 | -3/+5 |
* | Wrap at 80 columns | lloyd | 2008-11-11 | 2 | -4/+10 |
* | Make a change in how providers are requiested in Algorithm_Factory to | lloyd | 2008-11-11 | 1 | -8/+24 |
* | Move most of the remaining libstate code to pk_engine.cpp, move engines | lloyd | 2008-11-11 | 3 | -8/+4 |
* | Use cache in Algorithm_Factory for ciphers | lloyd | 2008-11-11 | 3 | -129/+124 |
* | Fix algo_cache to track aliases, all tests pass | lloyd | 2008-11-11 | 2 | -31/+27 |
* | Add a new cache at the level of Algorithm_Factory. Intent is to replace | lloyd | 2008-11-11 | 4 | -1/+149 |
* | Split asm_engine into three engines (ia32, amd64, sse2). This allows | lloyd | 2008-11-11 | 1 | -1/+1 |
* | Remove a global_state() dependency on Engine without breaking Monotone | lloyd | 2008-11-11 | 2 | -0/+4 |
* | Add a function to query algorithm providers | lloyd | 2008-11-11 | 2 | -0/+27 |
* | Move Algorithm_Factory from libstate (which it did not depend on) to algo_fac... | lloyd | 2008-11-11 | 3 | -0/+332 |