aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate/libstate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-104/+0
* Store OID info in a pair of maps in distinct storage rather than inlloyd2013-12-251-40/+3
* Move add_alias and deref_alias from Library_State to SCAN_Namelloyd2013-12-251-19/+0
* Make Serialized_RNG publiclloyd2013-12-251-35/+7
* Previously, AutoRNG was just a reference to the global rng, which canlloyd2013-11-081-1/+2
* Properly align return values of mlock_allocator. Be more careful aboutlloyd2012-05-221-1/+0
* Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-181-4/+4
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-72/+0
* propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b...lloyd2010-11-041-66/+23
|\
| * propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-131-66/+23
| |\
| | * propagate from branch 'net.randombit.botan' (head c6dfcb1b2e25290f071169361fb...lloyd2010-08-061-44/+0
| | |\
| | * \ propagate from branch 'net.randombit.botan' (head 717a9d103aa80e6d66c04e3a23c...lloyd2010-08-041-68/+25
| | |\ \
| | | * | Post merge fixupslloyd2010-07-091-1/+1
| | | * | propagate from branch 'net.randombit.botan' (head 161b5c0300b72baa746f101fda1...lloyd2010-07-091-69/+24
| | | |\ \
| | | | * | Merge fixups re mutex changeslloyd2010-04-281-1/+1
| | | | * | propagate from branch 'net.randombit.botan' (head 75d272c759511a9a99a371ddc74...lloyd2010-04-091-11/+14
| | | | |\ \
| | | | * \ \ propagate from branch 'net.randombit.botan' (head 96d0a1885774b624812fd143d54...lloyd2010-03-211-77/+29
| | | | |\ \ \
| | | | | * \ \ propagate from branch 'net.randombit.botan' (head aabb4c3bc2207ceac1920573293...lloyd2010-03-131-1/+2
| | | | | |\ \ \
| | | | | * \ \ \ propagate from branch 'net.randombit.botan' (head 74e9e8642943d126a5e5efa5be1...lloyd2010-03-101-28/+6
| | | | | |\ \ \ \
| | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b...lloyd2010-01-211-74/+29
| | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 5525439539abc808b7b8588380a...lloyd2009-12-221-74/+29
| | | | | | |\ \ \ \ \
| | | | | | | * \ \ \ \ propagate from branch 'net.randombit.botan' (head 22c82e10d78ad0e2cdaa56cb02f...lloyd2009-12-161-74/+29
| | | | | | | |\ \ \ \ \
| | | | | | | | * | | | | Post-merge fixeslloyd2009-12-161-2/+2
| | | | | | | | * | | | | propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-161-1/+1
| | | | | | | | |\ \ \ \ \
| | | | | | | | * | | | | | Use auto for long iterator names, etc.lloyd2009-11-161-2/+1
| | | | | | | | * | | | | | propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615...lloyd2009-11-131-0/+8
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6...lloyd2009-11-021-69/+27
| | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | * | | | | | | Fixup post-merge breakagelloyd2009-10-131-5/+5
| | | | | | | | | * | | | | | | propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c...lloyd2009-10-131-64/+22
| | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | * \ \ \ \ \ \ propagate from branch 'net.randombit.botan' (head 32f457161b1ad1afb7a3d0ccebc...lloyd2009-09-161-69/+27
| | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | * | | | | | | Remove dep on mutex module (doesn't exist here). Use initializer list in libs...lloyd2009-09-111-11/+11
| | | | | | | | | | | * | | | | | | Remove the mutex classes in favor of C++0x's std::mutex and std::lock_guardlloyd2009-04-011-59/+17
* | | | | | | | | | | | | | | | | | Doxygen updates.lloyd2010-11-021-1/+1
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | / More size_tlloyd2010-10-131-3/+3
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Move the functions that directly manipulate the global state singletonlloyd2010-08-061-44/+0
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Rename Default_Engine to Core_Engine which describes its purposeslloyd2010-07-271-2/+2
* | | | | | | | | | | | | | | Modify CPUID so all the check functions are purely inline. Add a newlloyd2010-07-261-0/+3
* | | | | | | | | | | | | | | Consolidate the two engines that provided assembler implementationslloyd2010-07-131-12/+4
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | / If we are going to lazily initialize, just create the type and calllloyd2010-06-251-2/+4
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Allow adding engines dynamicallylloyd2010-03-241-10/+8
* | | | | | | | | | | | | Delete global RNG and the mutex in ~Library_Statelloyd2010-03-231-3/+5
|/ / / / / / / / / / / /
* | | | | | | | | | | / There are some nasty API problems that are caused by having to pass alloyd2010-03-191-6/+23
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | At startup, test if lock_mem() at least seems to work. If it doesn't,lloyd2010-03-131-1/+2
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Remove config options to toggle if X.509 extensions are critical orlloyd2010-03-101-17/+0
* | | | | | | | | | Remove the base/default_allocator option, instead save as a per-libstatelloyd2010-03-101-11/+6
|/ / / / / / / / /
* / / / / / / / / Make startup self-test failures more verboselloyd2009-12-261-2/+1
|/ / / / / / / /
* / / / / / / / Don't require selftest in libstate; macro wraplloyd2009-12-221-2/+6
|/ / / / / / /
* | | | | | / Add missing BOTAN_DLL exports.lloyd2009-12-161-8/+9
| |_|_|_|_|/ |/| | | | |
* | | | | | Make many more headers internal-only.lloyd2009-12-161-11/+11
| |_|_|_|/ |/| | | |
* | | | | Stub for AES class using Intel's AES-NI instructions and an engine forlloyd2009-11-061-0/+8
|/ / / /