| Commit message (Expand) | Author | Age | Files | Lines |
* | Fairly huge update that replaces the old secmem types with std::vector | lloyd | 2012-05-18 | 2 | -4/+4 |
* | propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b... | lloyd | 2010-10-13 | 1 | -3/+3 |
|\ |
|
| * | propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a... | lloyd | 2010-06-17 | 2 | -12/+20 |
| |\ |
|
| * \ | propagate from branch 'net.randombit.botan' (head 5bfc3e699003b86615c584f8ae4... | lloyd | 2010-02-14 | 1 | -3/+3 |
| |\ \ |
|
| | * \ | propagate from branch 'net.randombit.botan' (head 14c1d4dc8696d2705a70ec3d240... | lloyd | 2009-12-21 | 1 | -3/+3 |
| | |\ \ |
|
| | | * | | Post-merge fixes | lloyd | 2009-12-16 | 1 | -2/+2 |
| | | * | | propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275... | lloyd | 2009-12-16 | 1 | -7/+0 |
| | | |\ \ |
|
| | | * \ \ | propagate from branch 'net.randombit.botan' (head b3515264af291b4785d3d296e2c... | lloyd | 2009-12-01 | 1 | -5/+0 |
| | | |\ \ \ |
|
| | | * \ \ \ | propagate from branch 'net.randombit.botan' (head cfb19182987fc95b2a8885584a3... | lloyd | 2009-11-17 | 1 | -3/+3 |
| | | |\ \ \ \ |
|
| | | * | | | | | Use auto for long iterator names, etc. | lloyd | 2009-11-16 | 1 | -3/+2 |
| | | * | | | | | propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6... | lloyd | 2009-11-02 | 1 | -2/+4 |
| | | |\ \ \ \ \ |
|
| | | | * | | | | | Change call to system_time to use std::chrono | lloyd | 2009-09-30 | 1 | -2/+4 |
* | | | | | | | | | s/BLOCK_SIZE/block_size()/ | lloyd | 2010-10-13 | 1 | -2/+2 |
* | | | | | | | | | Use output_length() instead of OUTPUT_LENGTH pseudo-property | lloyd | 2010-10-13 | 1 | -1/+1 |
* | | | | | | | | | Use size_t instead of u32bit in entropy and rng | lloyd | 2010-10-12 | 2 | -19/+19 |
* | | | | | | | | | More changes to avoid vector to pointer implicit conversions | lloyd | 2010-09-14 | 1 | -5/+5 |
* | | | | | | | | | Handle the case that container size() returns something other than u32bit | lloyd | 2010-09-14 | 1 | -1/+1 |
* | | | | | | | | | Anywhere where we use MemoryRegion::begin to get access to the raw pointer | lloyd | 2010-09-13 | 1 | -1/+1 |
* | | | | | | | | | Big, invasive but mostly automated change, with a further attempt at | lloyd | 2010-09-07 | 1 | -3/+3 |
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
* | | | | | | | | Yet more Doxygen comments | lloyd | 2010-06-16 | 2 | -12/+20 |
|/ / / / / / / |
|
* / / / / / / | Move the get_byte template to its own header, because many files | lloyd | 2010-02-02 | 1 | -1/+1 |
|/ / / / / / |
|
* | | | | / | Un-internal loadstor.h (and its header deps, rotate.h and | lloyd | 2009-12-21 | 1 | -1/+1 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Make many more headers internal-only. | lloyd | 2009-12-16 | 1 | -3/+3 |
* | | | | | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 1 | -7/+0 |
| |_|_|/
|/| | | |
|
* | | | | Consolidate the non-canonical epoch timers, like cpuid and Win32's | lloyd | 2009-12-01 | 1 | -4/+0 |
| |_|/
|/| | |
|
* | | | Rename/remove some secmem member variables for better matching with STL | lloyd | 2009-11-17 | 1 | -3/+3 |
|/ / |
|
* | | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
* | | Remove all exception specifications. The way these are designed in C++ is | lloyd | 2009-10-22 | 2 | -2/+2 |
|/ |
|
* | Split up util.h into 3 files | lloyd | 2009-09-17 | 1 | -1/+1 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -0/+5 |
* | Improve handling of low-entropy situations in HMAC_RNG and Randpool. | lloyd | 2009-06-21 | 1 | -4/+7 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 2 | -2/+6 |
* | Remove the notion of counting entropy bits in HMAC_RNG or Randpool. | lloyd | 2009-01-31 | 2 | -18/+8 |
* | Make Entropy_Accumulator a pure virtual to allow other accumulation | lloyd | 2009-01-31 | 1 | -1/+1 |
* | Have Entropy_Accumulator dump everything into a BufferedComputation. | lloyd | 2009-01-27 | 1 | -2/+2 |
* | Major change in RNG semantics: you must call reseed before calling | lloyd | 2009-01-27 | 1 | -6/+1 |
* | Check in a branch with a major redesign on how entropy polling is performed. | lloyd | 2009-01-27 | 2 | -95/+67 |
* | In Randpool and HMAC_RNG, zeroize the I/O buffer used for holding polled | lloyd | 2008-11-23 | 1 | -0/+2 |
* | Drop use of entropy estimation in Randpool for the same reason as HMAC_RNG. | lloyd | 2008-11-11 | 1 | -16/+20 |
* | Split base.h into block_cipher.h and stream_cipher.h | lloyd | 2008-11-08 | 1 | -1/+1 |
* | Move declaration of MessageAuthenticationCode base class to mac.h (from base.h) | lloyd | 2008-11-08 | 1 | -0/+1 |
* | Move Entropy_Estimator to utils/entropy.h (from anon namespace in HMAC_RNG | lloyd | 2008-11-06 | 1 | -11/+15 |
* | Substantially change Randpool's reseed logic. Now when a reseed | lloyd | 2008-10-27 | 1 | -2/+19 |
* | Remove lookup from Randpool, HMAC, CMAC, CBC-MAC, TLS-PRF, and PBKDF2 | lloyd | 2008-09-30 | 2 | -10/+14 |
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 1 | -0/+0 |
* | Move all modules into src/ directory | lloyd | 2008-09-28 | 3 | -0/+280 |