aboutsummaryrefslogtreecommitdiffstats
path: root/src/constructs/tss
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-013-346/+0
* Give everything setting a feature test macro in build.h a version codelloyd2013-11-281-1/+1
* Plain hex_decode now returns a std::vector, use hex_decode_locked tolloyd2012-05-261-1/+1
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-182-7/+7
* propagate from branch 'net.randombit.botan' (head 13a0d36dac3709f3cb88e830ed7...lloyd2011-02-111-1/+1
|\
| * propagate from branch 'net.randombit.botan' (head 2841fb518e20d2fe0a374e4f6b0...lloyd2010-10-282-2/+2
| |\
| * \ propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-131-1/+1
| |\ \
| | * \ propagate from branch 'net.randombit.botan' (head a29c41b4a949207b1544096c3af...lloyd2010-09-031-1/+1
| | |\ \
| | | * \ propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-171-8/+29
| | | |\ \
| | | * | | Various updates: unique_ptr, using chrono, merge fixups, etclloyd2010-03-091-1/+1
* | | | | | Rename to avoid conflicts in the amalgamationlloyd2010-12-281-4/+6
| |_|_|_|/ |/| | | |
* | | | | s/u32bit/size_t/lloyd2010-10-181-1/+1
* | | | | More size_tlloyd2010-10-151-1/+1
|/ / / /
* | | | Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-131-3/+3
* | | | Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-151-9/+9
* | | | More changes to avoid vector to pointer implicit conversionslloyd2010-09-141-2/+2
* | | | Remove more uses of vector to pointer implicit conversionslloyd2010-09-131-1/+2
* | | | Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-3/+3
|/ / /
* | / Update some callers that were using Hex_Encoder or Hex_Decoder butlloyd2010-09-031-6/+2
| |/ |/|
* | More Doxygen commentslloyd2010-06-161-8/+26
* | More Doxygen updates/fixeslloyd2010-06-151-0/+3
|/
* Avoid MSVC warning 4800 about implicit conversion from T to bool. Mostlylloyd2009-12-231-1/+1
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-1/+1
* Add missing BOTAN_DLL exports.lloyd2009-12-161-1/+1
* Make many more headers internal-only.lloyd2009-12-161-1/+1
* Move most code that relies heavily on Filters into src/filters.lloyd2009-11-173-0/+326