aboutsummaryrefslogtreecommitdiffstats
path: root/src/asn1/der_enc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-410/+0
* Rename asn1_int to asn1_obj as it actually declares ASN1_Objectlloyd2012-11-061-1/+1
* Allow arbitrary ciphers and hashes with PKCS #5 v2.0. The onlylloyd2012-05-311-0/+7
* Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-181-1/+1
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-27/+42
* propagate from branch 'net.randombit.botan' (head 13a0d36dac3709f3cb88e830ed7...lloyd2011-02-111-1/+1
|\
| * propagate from branch 'net.randombit.botan' (head 6581b789d58717bc6acee5c6a24...lloyd2010-10-131-20/+22
| |\
| * \ propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-131-1/+1
| |\ \
| | * \ propagate from branch 'net.randombit.botan' (head 5bfc3e699003b86615c584f8ae4...lloyd2010-02-141-1/+1
| | |\ \
| | | * \ propagate from branch 'net.randombit.botan' (head 14c1d4dc8696d2705a70ec3d240...lloyd2009-12-211-1/+1
| | | |\ \
| | | | * \ propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-161-2/+2
| | | | |\ \
| | | | * | | Remove to_string, replacing with std::to_stringlloyd2009-11-181-1/+1
* | | | | | | Convert the BER/DER coders to use size_t instead of u32bit for smalllloyd2011-02-091-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | s/u32bit/size_t/ in asn1lloyd2010-10-131-20/+22
|/ / / / /
* | | | | Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-151-27/+21
* | | | | Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-131-5/+5
* | | | | Rename MemoryRegion::destroy to MemoryRegion::clear to match STLlloyd2010-09-081-5/+4
|/ / / /
* / / / Move the get_byte template to its own header, because many fileslloyd2010-02-021-2/+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-2/+2
|/
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-94/+96
* Move almost all of the ASN.1, BER, and DER codec related code into newlloyd2008-09-281-0/+391