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