Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-04-26 | Make _asn1_ordering_* return error values and check them. | Kurt Roeckx | 2 | -19/+31 |
2014-04-26 | Call ordering functions with the right length | Kurt Roeckx | 1 | -2/+2 |
2014-04-22 | Fix syntax-check nits. | Simon Josefsson | 3 | -9/+9 |
2014-04-22 | Update copyright years. | Simon Josefsson | 59 | -59/+59 |
2014-04-22 | Update gnulib files. | Simon Josefsson | 130 | -332/+1011 |
2014-04-17 | doc update | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2014-04-17 | simplified asn1_find_structure_from_oid() and asn1_expand_any_defined_by(). | Nikos Mavrogiannopoulos | 2 | -13/+9 |
2014-04-15 | doc update | Nikos Mavrogiannopoulos | 1 | -0/+1 |
2014-04-15 | Do not try to write over null values | Nikos Mavrogiannopoulos | 1 | -5/+9 |
2014-04-15 | fixed several coverity reported bugs. | Nikos Mavrogiannopoulos | 2 | -8/+12 |
2014-03-28 | doc update | Nikos Mavrogiannopoulos | 1 | -0/+1 |
2014-03-28 | asn1_write_value: fix segfault when deleting an unauthorized element | Jean-Louis Thekekara | 1 | -0/+6 |
2014-03-28 | cleaned up code | Nikos Mavrogiannopoulos | 1 | -2/+1 |
2014-03-28 | asn1_write_value: allow SET_OF elements deletion | Jean-Louis Thekekara | 1 | -1/+1 |
2014-03-28 | extract_tag_der_recursive: fix compilation errors | Jean-Louis Thekekara | 1 | -2/+2 |
2014-03-14 | corrected delete_unneeded_choice_fields(). | Nikos Mavrogiannopoulos | 1 | -2/+5 |
2014-03-14 | free all allocated memory | Nikos Mavrogiannopoulos | 1 | -0/+1 |
2014-03-14 | doc update | Nikos Mavrogiannopoulos | 1 | -0/+3 |
2014-03-14 | Added self-check for recursive choices. | Nikos Mavrogiannopoulos | 3 | -3/+119 |
2014-03-14 | Handle recursive CHOICEs. | Nikos Mavrogiannopoulos | 1 | -3/+8 |
2014-03-14 | Use special function for common usage of _asn1_extract_tag_der(). | Nikos Mavrogiannopoulos | 1 | -56/+41 |
2013-11-27 | distribute stamp_docs to avoid regenerating docs everywhere. | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2013-11-25 | corrected so-number | Nikos Mavrogiannopoulos | 1 | -3/+3 |
2013-11-25 | doc update | Nikos Mavrogiannopoulos | 2 | -1/+3 |
2013-11-25 | include asn1_delete_structure2() to tests | Nikos Mavrogiannopoulos | 1 | -1/+6 |
2013-11-25 | exported function | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2013-11-25 | The parser accepts negative numbers in INTEGER ranges. Use snprintf() instead... | Nikos Mavrogiannopoulos | 4 | -482/+513 |
2013-11-13 | Added asn1_delete_structure2(). | Nikos Mavrogiannopoulos | 5 | -7/+38 |
2013-11-13 | updated documentation generation rules. | Nikos Mavrogiannopoulos | 2 | -10/+15 |
2013-11-13 | updated gdoc from gnutls | Nikos Mavrogiannopoulos | 1 | -104/+261 |
2013-11-13 | updated ASN1.c | Nikos Mavrogiannopoulos | 1 | -380/+239 |
2013-11-13 | doc fixes | Nikos Mavrogiannopoulos | 2 | -2/+2 |
2013-03-24 | Bump version. | Simon Josefsson | 3 | -2/+4 |
2013-03-24 | Fix syntax-check warnings. | Simon Josefsson | 1 | -2/+1 |
2013-03-24 | Bump versions. | Simon Josefsson | 1 | -1/+1 |
2013-03-24 | Fix syntax-check warnings. | Simon Josefsson | 7 | -11/+11 |
2013-03-24 | Generated. | Simon Josefsson | 1 | -1/+1 |
2013-03-24 | Bump version. | Simon Josefsson | 1 | -1/+1 |
2013-03-24 | Update copyright years. | Simon Josefsson | 58 | -59/+59 |
2013-03-24 | Version 3.3. | Simon Josefsson | 1 | -1/+1 |
2013-03-24 | Indent code. | Simon Josefsson | 22 | -449/+537 |
2013-03-24 | Silence warnings. | Simon Josefsson | 3 | -10/+11 |
2013-03-24 | Update gnulib files. | Simon Josefsson | 99 | -483/+718 |
2013-03-04 | updated | Nikos Mavrogiannopoulos | 1 | -0/+1 |
2013-01-15 | Fix check for Android x86 | Andoni Morales Alastruey | 1 | -1/+1 |
2013-01-15 | Fix includes for Bionic X86 | Andoni Morales Alastruey | 1 | -1/+1 |
2013-01-15 | Fix include for Bionic, where SIZE_MAX is in limits.h | Andoni Morales Alastruey | 1 | -0/+4 |
2013-01-01 | More precise overflow checks using gnulib's intprops module. | Nikos Mavrogiannopoulos | 3 | -35/+48 |
2013-01-01 | Added intprops | Nikos Mavrogiannopoulos | 29 | -31/+367 |
2012-12-10 | Fix GTK-DOC warnings. | Simon Josefsson | 4 | -15/+7 |