aboutsummaryrefslogtreecommitdiffstats
path: root/src/codec
Commit message (Expand)AuthorAgeFilesLines
* Ignore \r as whitespace in base64 decoder - caused test failures onlloyd2011-06-031-1/+3
* Fixes for base64 incremental decoding.lloyd2011-05-161-14/+11
* Add base64_decode. Seems to work OK, though incremental decoding islloyd2011-05-122-0/+221
* Calling &str[str.size()] is only valid if str is const; otherwise thelloyd2011-04-291-4/+5
* Maintainer mode warning cleanups, mostly for C style casts which Illoyd2011-04-181-1/+1
* Some dependency fixeslloyd2011-02-111-1/+1
* Use runtime asserts herelloyd2010-12-231-2/+3
* Remove debug includeslloyd2010-12-231-3/+0
* Doxygenlloyd2010-11-021-2/+0
* Simple standalone base64 encoderlloyd2010-10-283-0/+159
* s/u32bit/size_t/ in codec and benchmarklloyd2010-10-126-45/+45
* Handle memory overwrite if hex input was not byte widelloyd2010-10-011-1/+1
* Add a convenience overload of hex_encode taking a MemoryRegion<byte>&lloyd2010-09-232-0/+17
* More changes to avoid vector to pointer implicit conversionslloyd2010-09-141-2/+2
* Realization while thinking about the recently added truncate: in a STLlloyd2010-09-071-1/+1
* Add a standalone version of hex encoding and decoding, defining the filterslloyd2010-09-033-0/+289
* Remove some of the more extraneous namespaceslloyd2010-06-162-27/+52
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-7/+0
* Move most code that relies heavily on Filters into src/filters.lloyd2009-11-1717-1456/+4
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-172-10/+10
* Kill straggling realnameslloyd2009-10-291-2/+0
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-296-10/+0
* Increase the internal buffer size of the Hex coder/decoder, and put it intolloyd2009-10-231-3/+5
* Modify Keyed_Filter so it is a pure interfacelloyd2009-08-111-0/+1
* Fix various auto generated dependencies that were wronglloyd2009-07-171-0/+1
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-156-18/+16
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-3014-287/+315
* Have Algorithm_Factory::make_hash_function throw an exception if it can'tlloyd2008-11-102-2/+4
* Split the last parts of the 'core' modulelloyd2008-11-082-2/+0
* Split base.h into block_cipher.h and stream_cipher.hlloyd2008-11-084-0/+6
* Doxygen comments for base64 and hex from InSiTolloyd2008-10-132-23/+81
* Add BOTAN_DLL macro to public class definitions that were missing it.lloyd2008-10-092-4/+4
* Document dependencies between moduleslloyd2008-10-014-0/+16
* Fix loading issueslloyd2008-09-291-0/+2
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-296-0/+0
* New filters module. Add deps for it in some needed areas (codec, pbes)lloyd2008-09-282-0/+2
* Add modinfo for pem, hash_id, selftest moduleslloyd2008-09-281-0/+14
* PEM codec modulelloyd2008-09-283-0/+178
* Put OpenPGP codec routines into codec/openpgp modulelloyd2008-09-283-0/+234
* Move all BigInt stuff into bigint/. Currently all asm modules are disabled;lloyd2008-09-284-0/+93
* Move almost all of the ASN.1, BER, and DER codec related code into newlloyd2008-09-2812-0/+1262