aboutsummaryrefslogtreecommitdiffstats
path: root/src/constructs/tss/tss.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-181-5/+5
* propagate from branch 'net.randombit.botan' (head 13a0d36dac3709f3cb88e830ed7...lloyd2011-02-111-1/+1
|\
| * propagate from branch 'net.randombit.botan' (head 2841fb518e20d2fe0a374e4f6b0...lloyd2010-10-281-1/+1
| |\
| * \ 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
| | |\ \
| | | * | 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
|/ / /
* | | 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
|/
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-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-171-0/+263