summaryrefslogtreecommitdiff
path: root/lib/parser_aux.h
Commit message (Expand)AuthorAgeFilesLines
* encode and decode object identifiers with elements larger than 2^32 in 32-bit...Nikos Mavrogiannopoulos2016-07-081-1/+1
* Revert "optimized _asn1_find_up()."Nikos Mavrogiannopoulos2016-04-031-12/+1
* increased size of LTOSTR_MAX_SIZE to account for sign and null byteNikos Mavrogiannopoulos2015-03-261-2/+3
* optimized _asn1_find_up().Nikos Mavrogiannopoulos2014-06-041-1/+12
* Reverted ltostr() changes as the cause a significant delay to the library.Nikos Mavrogiannopoulos2014-05-171-0/+1
* Revert "simplify ltostr()"Nikos Mavrogiannopoulos2014-05-171-8/+0
* Revert "made _asn1_ltostr() safer."Nikos Mavrogiannopoulos2014-05-171-2/+4
* made _asn1_ltostr() safer.Nikos Mavrogiannopoulos2014-05-171-4/+2
* simplify ltostr()Nikos Mavrogiannopoulos2014-05-161-0/+8
* Use the correct max length definition.Nikos Mavrogiannopoulos2014-05-161-2/+0
* Update copyright years.Simon Josefsson2014-04-221-1/+1
* Added asn1_delete_structure2().Nikos Mavrogiannopoulos2013-11-131-1/+1
* Update copyright years.Simon Josefsson2013-03-241-1/+1
* Added asn1_decode_string_der() and asn1_encode_string_der().Nikos Mavrogiannopoulos2012-11-231-1/+1
* Renamed structures.Nikos Mavrogiannopoulos2012-10-111-28/+28
* asn_ -> asn1_Nikos Mavrogiannopoulos2012-10-061-28/+28
* Renamed types.Nikos Mavrogiannopoulos2012-10-011-28/+28
* asn1_retCode -> intNikos Mavrogiannopoulos2012-10-011-5/+5
* small optimizations to avoid recalculation of hashes when copying nodes.Nikos Mavrogiannopoulos2012-09-231-0/+2
* _asn1_add_node -> _asn1_add_static_nodeNikos Mavrogiannopoulos2012-09-131-1/+1
* name is now a statically allocated string and other optimizations.Nikos Mavrogiannopoulos2012-09-121-10/+87
* Bump copyright years.Simon Josefsson2012-01-231-2/+1
* Update copyright years.Simon Josefsson2011-01-081-2/+2
* Add license notes to files.Simon Josefsson2010-04-131-0/+21
* Indent code. Reproduce using 'make indent' with GNU indent 2.2.10.Simon Josefsson2009-03-041-37/+23
* Move struct node_asn_struct to int.h.Simon Josefsson2008-11-041-26/+26
* * Optimized tree generation by adding a small_value field in every node.Nikos Mavrogiannopoulos2008-11-031-0/+10
* Removed some of signedness warnings. Still many to go.Nikos Mavrogiannopoulos2006-03-261-1/+1
* Revert.Simon Josefsson2006-03-081-0/+2
* Export asn1_find_node and asn1_find_up.Simon Josefsson2006-03-081-4/+0
* add const keywordFabio Fiorina2002-07-011-3/+3
* Start Up VersionFabio Fiorina2002-05-151-0/+65