aboutsummaryrefslogtreecommitdiffstats
path: root/src/codec/pem
Commit message (Collapse)AuthorAgeFilesLines
* Modify DL_Group::PEM_decode and BER_decode to take values instead oflloyd2012-06-051-2/+2
| | | | | | | | DataSource&. Remove spurious DataSource_Memory from ec_group.cpp Some indent fixes
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-182-24/+28
| | | | | | using a custom allocator. Currently our allocator just does new/delete with a memset before deletion, and the mmap and mlock allocators have been removed.
* New helpers taking a stringlloyd2012-01-242-0/+28
|
* Better documentation in this headerlloyd2012-01-241-11/+34
|
* Some dependency fixeslloyd2011-02-111-1/+1
|
* s/u32bit/size_t/ in codec and benchmarklloyd2010-10-122-13/+13
|
* More changes to avoid vector to pointer implicit conversionslloyd2010-09-141-2/+2
|
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-7/+0
|
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
| | | | | Pretty much useless and unused, except for listing the module names in build.h and the short versions totally suffice for that.
* 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-151-1/+0
| | | | | | the info.txt files with the right module dependencies. Apply it across the codebase.
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-302-26/+30
| | | | | | | | | | | | | | | up during the Fedora submission review, that each source file include some text about the license. One handy Perl script later and each file now has the line Distributed under the terms of the Botan license after the copyright notices. While I was in there modifying every file anyway, I also stripped out the remainder of the block comments (lots of astericks before and after the text); this is stylistic thing I picked up when I was first learning C++ but in retrospect it is not a good style as the structure makes it harder to modify comments (with the result that comments become fewer, shorter and are less likely to be updated, which are not good things).
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-291-0/+0
| | | | | them modules now. In any case there is no distinction so info.txt seems better.
* New filters module. Add deps for it in some needed areas (codec, pbes)lloyd2008-09-281-0/+1
|
* Add modinfo for pem, hash_id, selftest moduleslloyd2008-09-281-0/+14
|
* PEM codec modulelloyd2008-09-282-0/+174