aboutsummaryrefslogtreecommitdiffstats
path: root/src/asn1
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | Use constlloyd2011-01-311-4/+4
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Fix compilelloyd2010-11-231-1/+1
* | | | | | | | | | | | | | | | | | | Fix pr 127 and pr 128. Don't require the common name and country codeslloyd2010-11-192-35/+26
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | / is_string_type was only used in one place, asn1_alt.cpp, so make it anlloyd2010-11-033-17/+18
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Split some of the ASN.1 types into their own headerslloyd2010-10-136-58/+98
* | | | | | | | | | | | | | | | | s/u32bit/size_t/ in asn1lloyd2010-10-137-75/+77
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Use size_t in all of math, remove to_u32bitlloyd2010-10-121-1/+8
* | | | | | | | | | | | | | | | Fix a bug in X509_Time: when decoding, the tag would not be set, solloyd2010-10-071-18/+24
* | | | | | | | | | | | | | | | Add strict comparisons for X509_Timelloyd2010-09-172-0/+8
* | | | | | | | | | | | | | | | Update all uses of MemoryRegion::append to use either push_back or operator+=lloyd2010-09-154-35/+30
* | | | | | | | | | | | | | | | First set of changes for avoiding use implicit vector->pointer conversionslloyd2010-09-131-5/+5
* | | | | | | | | | | | | | | | Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-133-7/+7
* | | | | | | | | | | | | | | | Rename MemoryRegion::destroy to MemoryRegion::clear to match STLlloyd2010-09-083-9/+8
* | | | | | | | | | | | | | | | Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-071-2/+4
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Doxygenlloyd2010-06-212-7/+22
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Replace "@return a blah" and "@return the blah" with just "@return blah"lloyd2010-06-161-3/+3
* | | | | | | | | | | | | | More Doxygen fixeslloyd2010-06-155-13/+13
* | | | | | | | | | | | | | Fix a few hundred Doxygen warningslloyd2010-06-151-3/+6
|/ / / / / / / / / / / / /
* / / / / / / / / / / / / Add a couple of new helper functions to BER_Decoder:lloyd2010-03-192-3/+30
|/ / / / / / / / / / / /
* / / / / / / / / / / / Catch parse errors in OID, throw Invalid_OIDlloyd2010-03-041-1/+9
|/ / / / / / / / / / /
* | | | | | | | | | | Move the get_byte template to its own header, because many fileslloyd2010-02-022-3/+3
* | | | | | | | | | | Replace time_t_to_tm with calendar_value which returns a struct representinglloyd2009-12-241-8/+8
|/ / / / / / / / / /
* / / / / / / / / / Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-213-3/+3
|/ / / / / / / / /
* | | | | | | | / Add missing BOTAN_DLL exports.lloyd2009-12-161-2/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Make many more headers internal-only.lloyd2009-12-165-7/+7
* | | | | | | | Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-2/+5
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Consolidate the non-canonical epoch timers, like cpuid and Win32'slloyd2009-12-012-2/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Add missing dependency on timerlloyd2009-11-201-0/+1
| |_|_|_|/ |/| | | |
* | | | | Rename/remove some secmem member variables for better matching with STLlloyd2009-11-172-3/+3
|/ / / /
* | | / Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
| |_|/ |/| |
* | | The get_tm function was duplicated. Move single version to timer.{h,cpp}lloyd2009-09-171-20/+2
| |/ |/|
* | Move some files around to break up dependencies between directorieslloyd2009-07-161-0/+2
* | Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-5/+5
|/
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-3016-531/+563
* Split the last parts of the 'core' modulelloyd2008-11-083-52/+0
* Add Doxygen comments to asn1_oid.h (from InSiTo)lloyd2008-10-131-14/+58
* Move oids.h to oid_lookup. Allows for much smaller build by disabling asn1lloyd2008-10-011-0/+1
* Rewrite part of the module loading code in configure.pl, now dependencieslloyd2008-09-301-1/+1
* Better dependency handlinglloyd2008-09-291-1/+5
* Fix loading issueslloyd2008-09-291-0/+2
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-291-0/+0
* Remove more dependencies on the global state object.lloyd2008-09-291-1/+1
* Hardcode use of Latin1 encoding if an encoding using ASN.1 DIRECTORY STRINGlloyd2008-09-291-5/+2
* Move almost all of the ASN.1, BER, and DER codec related code into newlloyd2008-09-2818-0/+2887