| Commit message (Expand) | Author | Age | Files | Lines |
* | propagate from branch 'net.randombit.botan' (head 5438defd358f82e876917a8bd6d... | lloyd | 2009-07-15 | 3 | -34/+19 |
|\ |
|
| * | propagate from branch 'net.randombit.botan' (head d6d32791adfa878b6fc0dd3a5b6... | lloyd | 2009-07-03 | 2 | -2/+9 |
| |\ |
|
| * \ | propagate from branch 'net.randombit.botan' (head 6a746ccf1e957dba703e6537205... | lloyd | 2009-06-04 | 5 | -91/+19 |
| |\ \ |
|
| | * | | A few experiments with auto keyword type inference. Looks like things will | lloyd | 2009-04-01 | 1 | -18/+18 |
| | * | | Remove copy_if, now included in C++0x (also, it turns out, not being used | lloyd | 2009-04-01 | 1 | -16/+0 |
| | * | | Remove the mutex classes in favor of C++0x's std::mutex and std::lock_guard | lloyd | 2009-04-01 | 3 | -57/+1 |
* | | | | Remove unnecessary includes of <iostream>; either delete entirely as not | lloyd | 2009-07-11 | 1 | -2/+0 |
| |_|/
|/| | |
|
* | | | Move mutex.h from utils/ to mutex/ dir as more relevant area | lloyd | 2009-07-01 | 2 | -57/+0 |
* | | | DataSource::discard_next did not actually return the number of discarded | lloyd | 2009-06-24 | 1 | -1/+1 |
* | | | Use an input insensitive implementation of same_mem instead of memcmp. | lloyd | 2009-06-22 | 1 | -1/+8 |
|/ / |
|
* | | Many source files included bit_ops.h when what was really desired was | lloyd | 2009-05-13 | 1 | -1/+0 |
* | | Include <algorithm> in secmem.h for std::swap | lloyd | 2009-04-08 | 1 | -0/+1 |
|/ |
|
* | Add a new version of SCAN_Name::arg that returns a default value if the | lloyd | 2009-03-31 | 2 | -2/+17 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 32 | -500/+564 |
* | Use u32bit instead of int for loop counter in ctz | lloyd | 2009-03-27 | 1 | -1/+1 |
* | propagate from branch 'net.randombit.botan' (head 4518ef63a5e28e22a61d21a6066... | lloyd | 2009-01-31 | 3 | -63/+0 |
|\ |
|
| * | Check in a branch with a major redesign on how entropy polling is performed. | lloyd | 2009-01-27 | 3 | -63/+0 |
* | | A new warning in glibc triggers if memset is called with a constant size | lloyd | 2009-01-31 | 1 | -8/+8 |
|/ |
|
* | Use a simple run length encoding in xor_into_buf, so long blocks of spaces, | lloyd | 2008-11-23 | 2 | -3/+22 |
* | Pass by const reference so larger structs can be used with xor_into_buf template | lloyd | 2008-11-23 | 1 | -1/+1 |
* | Move xor_into_buf to xor_buf.cpp. Also add a new template wrapper for | lloyd | 2008-11-23 | 3 | -10/+39 |
* | Add xor_into_buf. Add Doxygen comments for xor_buf | lloyd | 2008-11-23 | 1 | -10/+32 |
* | Remove support for provider identifiers from SCAN_Name - it turns out this | lloyd | 2008-11-12 | 2 | -37/+5 |
* | Drop use of entropy estimation in Randpool for the same reason as HMAC_RNG. | lloyd | 2008-11-11 | 3 | -130/+0 |
* | Move utils/{timer,mutex} to toplevel | lloyd | 2008-11-11 | 27 | -782/+0 |
* | Rename timers.h to timer.h | lloyd | 2008-11-11 | 7 | -7/+7 |
* | Throw an exception if SCAN name is malformed or empty | lloyd | 2008-11-11 | 1 | -0/+3 |
* | Remove support for multiple providers in SCAN_Name, mostly because I | lloyd | 2008-11-11 | 2 | -32/+19 |
* | Make SCAN_Name::arg return a new SCAN_Name that has the same providers list, | lloyd | 2008-11-11 | 2 | -2/+16 |
* | Shorten SCAN_Name's argument arg in function names | lloyd | 2008-11-10 | 2 | -4/+4 |
* | Make SCAN_Name::arg_count_between const | lloyd | 2008-11-10 | 1 | -1/+1 |
* | Fix parsing of nested + aliased names like TLS.Digest.0 in SCAN_Name | lloyd | 2008-11-10 | 1 | -3/+31 |
* | In SCAN_Name, keep track of the original inputs and make them accessible | lloyd | 2008-11-10 | 2 | -0/+6 |
* | Add a facility in SCAN_Name for provider names | lloyd | 2008-11-10 | 2 | -3/+35 |
* | Doxygen comment | lloyd | 2008-11-10 | 1 | -3/+3 |
* | Add SCAN_Name::arg_count_between | lloyd | 2008-11-09 | 1 | -0/+6 |
* | Constify | lloyd | 2008-11-09 | 2 | -4/+4 |
* | Add a SCAN_Name class that encapsulates operations currently done repeatedly | lloyd | 2008-11-09 | 3 | -0/+92 |
* | Macro cleanup | lloyd | 2008-11-09 | 2 | -11/+6 |
* | Move botan.h from utils to libstate, since libstate has lookup.h which | lloyd | 2008-11-08 | 2 | -16/+0 |
* | Split the last parts of the 'core' module | lloyd | 2008-11-08 | 3 | -1/+26 |
* | Move most of what was left in core to utils (since that is what they are, | lloyd | 2008-11-08 | 7 | -1/+1174 |
* | Move mutex.h from core to utils | lloyd | 2008-11-08 | 2 | -0/+55 |
* | Move declaration of StreamCipher to stream_cipher.h | lloyd | 2008-11-08 | 1 | -0/+2 |
* | Move Entropy_Estimator to utils/entropy.h (from anon namespace in HMAC_RNG | lloyd | 2008-11-06 | 5 | -33/+130 |
* | Substantially change Randpool's reseed logic. Now when a reseed | lloyd | 2008-10-27 | 4 | -0/+4 |
* | Move EntropySource base class to new entropy_src.h (which allows the implemen... | lloyd | 2008-10-26 | 2 | -1/+7 |
* | Move rng.{cpp,h} from core to rng/ topdir | lloyd | 2008-10-26 | 7 | -4/+4 |
* | Fixup Doxygen error | lloyd | 2008-10-14 | 1 | -3/+3 |
* | Doxygen comments for utils/version.h (from InSiTo) | lloyd | 2008-10-13 | 1 | -0/+26 |