summaryrefslogtreecommitdiff
path: root/lib/decoding.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-04Indent code. Reproduce using 'make indent' with GNU indent 2.2.10.Simon Josefsson1-45/+48
2009-03-04Simplify unused debug code.Simon Josefsson1-1/+0
2009-03-04Bump copyright years.Simon Josefsson1-1/+1
2008-11-17Fix warnings.Simon Josefsson1-6/+7
2008-11-04Move struct node_asn_struct to int.h.Simon Josefsson1-10/+10
2008-11-04Doc fix. Fix asn1_get_length_ber signature.Simon Josefsson1-9/+9
2008-11-04Build fixes.Simon Josefsson1-0/+2
2008-11-03* Optimized tree generation by adding a small_value field in every node.Nikos Mavrogiannopoulos1-93/+100
2008-10-08Update usages of MAX_* constants.Simon Josefsson1-9/+9
2008-04-21Replace use of alloca with malloc.Simon Josefsson1-11/+11
2006-10-19Fix GTK-DOC warning.Simon Josefsson1-3/+3
2006-04-26changed the coding style to -i2, so the source code is readable again.Nikos Mavrogiannopoulos1-1739/+2295
2006-03-26Removed some of signedness warnings. Still many to go.Nikos Mavrogiannopoulos1-6/+6
2006-03-08Revert, don't export asn1_find_up.Simon Josefsson1-16/+16
2006-03-08Export asn1_find_node and asn1_find_up.Simon Josefsson1-19/+19
2006-02-28Make ASN1_CLASS_* official.Simon Josefsson1-20/+21
2006-02-23Remove der.h.Simon Josefsson1-1/+0
2006-02-23Remove redundant code.Simon Josefsson1-16/+16
2006-02-23Doc fix for asn1_get_length_der.Simon Josefsson1-5/+16
2006-02-23Doc fix for asn1_get_bit_der.Simon Josefsson1-5/+18
2006-02-23Doc fix for asn1_get_octet_der.Simon Josefsson1-6/+32
2006-02-11Export DER utility functions.Simon Josefsson1-58/+58
2006-02-09Fix typos.Simon Josefsson1-7/+8
2006-02-09Further length fixes.Simon Josefsson1-5/+31
2006-02-08Update _asn1_get_length_der fix.Simon Josefsson1-9/+47
2006-02-08Add libtasn1 fixes from Nikos, prompted by report from "Evgeny Legerov" <admi...Simon Josefsson1-93/+144
2005-07-16Fix license.Simon Josefsson1-1/+1
2004-12-10Doc fix.Simon Josefsson1-53/+62
2004-11-10corrected some access to invalid data.Nikos Mavrogiannopoulos1-10/+30
2004-11-03GTK-DOC fixes.Simon Josefsson1-5/+3
2004-10-29Doc fixes, from Martijn Koster <mak@greenhills.co.uk>.Simon Josefsson1-17/+11
2004-09-08add self testFabio Fiorina1-47/+47
2004-05-18Corrected a DER decoding bug which was reportedNikos Mavrogiannopoulos1-8/+22
2004-02-26some fixes in prototypes.Nikos Mavrogiannopoulos1-6/+9
2003-07-30Add BER decodingFabio Fiorina1-92/+489
2003-03-18change asn1_find_structure_from_oid prototypeFabio Fiorina1-3/+4
2003-02-25add vector length checkFabio Fiorina1-4/+5
2003-02-12add read_tag and get_structure_from_oid functionsFabio Fiorina1-3/+3
2003-02-10OID with dotsFabio Fiorina1-7/+8
2003-02-03change asn1_create_element interfaceFabio Fiorina1-29/+38
2002-10-07*** empty log message ***Fabio Fiorina1-0/+10
2002-10-03add GeneralString typeFabio Fiorina1-0/+14
2002-07-01add const keywordFabio Fiorina1-11/+14
2002-06-25fix bug in asn1_der_decoding_elementFabio Fiorina1-15/+36
2002-06-25added a check for null pointer.Nikos Mavrogiannopoulos1-0/+1
2002-06-25some minor fixes.Nikos Mavrogiannopoulos1-2/+6
2002-06-24add asn1_expand_octet_string and asn1_der_decoding_element functionsFabio Fiorina1-85/+234
2002-06-20fix asn1_expand_any_defined_byFabio Fiorina1-4/+445
2002-06-19add asn1_expand_any_defined_byFabio Fiorina1-0/+165
2002-06-14license changed to GNU Lesser GPL.Nikos Mavrogiannopoulos1-11/+11