aboutsummaryrefslogtreecommitdiffstats
path: root/src/asn1/ber_dec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug 209. Required some reworking of the ASN.1 bytestringlloyd2012-07-091-37/+0
* Allow arbitrary ciphers and hashes with PKCS #5 v2.0. The onlylloyd2012-05-311-3/+0
* Add an X509_Certificate::allowed_usage for extended constraints.lloyd2012-05-271-0/+7
* Have BER_Deocder::decode_list actually start the SEQUENCE. All callerslloyd2012-05-271-1/+8
* Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-181-5/+5
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-7/+78
* propagate from branch 'net.randombit.botan.tls-state-machine' (head 63b88a65b...lloyd2012-03-301-1/+2
|\
| * Off by one in decode_constrained_integer, broke Session DER decodinglloyd2012-03-221-1/+2
* | Merge fixups. Add locking to default session manager. Use chrono liblloyd2012-02-201-4/+4
|/
* This should always have reported what it saw and expectedlloyd2012-01-241-1/+5
* BER decoder extras needed by previous commitlloyd2011-12-271-0/+22
* 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-21/+21
* Use size_t in all of math, remove to_u32bitlloyd2010-10-121-1/+8
* Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-151-2/+3
* First set of changes for avoiding use implicit vector->pointer conversionslloyd2010-09-131-5/+5
* Rename MemoryRegion::destroy to MemoryRegion::clear to match STLlloyd2010-09-081-3/+3
* Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-071-2/+4
* Add a couple of new helper functions to BER_Decoder:lloyd2010-03-191-0/+8
* Move the get_byte template to its own header, because many fileslloyd2010-02-021-1/+1
* 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
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-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/+469