aboutsummaryrefslogtreecommitdiffstats
path: root/src/asn1/asn1_oid.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-189/+0
* Use a const reference returnlloyd2013-12-251-2/+2
* Check for overflow when decoding OIDslloyd2013-06-271-0/+5
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-1/+1
* propagate from branch 'net.randombit.botan' (head 6581b789d58717bc6acee5c6a24...lloyd2010-10-131-20/+20
|\
| * s/u32bit/size_t/ in asn1lloyd2010-10-131-20/+20
* | propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-131-1/+1
|\ \ | |/ |/|
| * propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c...lloyd2010-03-091-1/+1
| |\
| | * propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-161-1/+1
| | |\
| | * | Remove to_string, replacing with std::to_stringlloyd2009-11-181-1/+1
* | | | Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-151-4/+4
|/ / /
* | / Catch parse errors in OID, throw Invalid_OIDlloyd2010-03-041-1/+9
| |/ |/|
* | Make many more headers internal-only.lloyd2009-12-161-1/+1
|/
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-34/+36
* Move almost all of the ASN.1, BER, and DER codec related code into newlloyd2008-09-281-0/+174