aboutsummaryrefslogtreecommitdiffstats
path: root/src/codec/base64/base64.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-245/+0
* Move assert.h from internal to very public (included in types.h)lloyd2013-03-131-1/+0
* The messages for assertion checks were done both ways, both "assertionlloyd2012-07-091-2/+2
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-8/+3
* 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-121-0/+151
* Use runtime asserts herelloyd2010-12-231-2/+3
* Remove debug includeslloyd2010-12-231-3/+0
* Simple standalone base64 encoderlloyd2010-10-281-0/+103
* Move most code that relies heavily on Filters into src/filters.lloyd2009-11-171-228/+0
* Rename/remove some secmem member variables for better matching with STLlloyd2009-11-171-4/+4
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-43/+45
* Split base.h into block_cipher.h and stream_cipher.hlloyd2008-11-081-0/+1
* Move almost all of the ASN.1, BER, and DER codec related code into newlloyd2008-09-281-0/+225