Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-09-12 | Drop long-time deprecated functions. | Simon Josefsson | 2 | -72/+0 |
2012-09-12 | Node type field is now included in ASN1_DATA_NODE. | Nikos Mavrogiannopoulos | 3 | -23/+49 |
2012-09-12 | Added asn1_read_node_value() | Nikos Mavrogiannopoulos | 3 | -1/+38 |
2012-09-12 | small_value_size changed to 8. No visible difference in performance | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2012-09-12 | name is now a statically allocated string and other optimizations. | Nikos Mavrogiannopoulos | 7 | -132/+113 |
2012-09-12 | internal structure removed | Nikos Mavrogiannopoulos | 1 | -16/+0 |
2012-09-08 | cleanup _asn1_copy_structure3 | Tim Ruehsen | 1 | -26/+15 |
2012-05-31 | Bump versions. | Simon Josefsson | 1 | -1/+1 |
2012-05-31 | Bump versions. | Simon Josefsson | 1 | -1/+1 |
2012-05-31 | Fix syntax-check warnings. | Simon Josefsson | 2 | -3/+3 |
2012-05-31 | Update gnulib files. | Simon Josefsson | 4 | -22/+59 |
2012-05-31 | Silence compiler warnings about unsigned vs signed comparisons. | Simon Josefsson | 1 | -6/+7 |
2012-04-06 | long is always signed. | Nikos Mavrogiannopoulos | 2 | -4/+4 |
2012-04-01 | Simplified the overflow tests by using unsigned int numbers, suggested by Nie... | Nikos Mavrogiannopoulos | 1 | -49/+31 |
2012-03-31 | Added overflow detection that does not depend on specific compiler, and asn1_... | Nikos Mavrogiannopoulos | 1 | -13/+44 |
2012-03-19 | Indent code. | Simon Josefsson | 6 | -53/+54 |
2012-03-14 | Simplify overflow check. | Simon Josefsson | 3 | -76/+38 |
2012-03-13 | for some reason the tot < 0 test wasn't successful on negative results. Repla... | Nikos Mavrogiannopoulos | 1 | -2/+2 |
2012-03-13 | reverted to the old ABI. | Nikos Mavrogiannopoulos | 3 | -60/+73 |
2012-03-13 | check for overflows | Nikos Mavrogiannopoulos | 1 | -4/+6 |
2012-03-13 | int is signed. | Nikos Mavrogiannopoulos | 2 | -7/+7 |
2012-03-13 | Added asn1_get_length_der_checked() to put some of the common checks in a sin... | Nikos Mavrogiannopoulos | 1 | -51/+54 |
2012-03-13 | cleanups in asn1_der_decoding_element(). | Nikos Mavrogiannopoulos | 1 | -66/+111 |
2012-03-13 | API is based on integers instead of long to prevent errors in systems where s... | Nikos Mavrogiannopoulos | 3 | -7/+7 |
2012-03-13 | asn1_get_length_der() may handle up to signed long values. | Nikos Mavrogiannopoulos | 1 | -1/+1 |
2012-03-13 | updated to bison 2.5 | Nikos Mavrogiannopoulos | 1 | -407/+455 |
2012-03-13 | better cleanup in decoding. | Nikos Mavrogiannopoulos | 1 | -58/+104 |
2012-03-07 | Update gnulib files. | Simon Josefsson | 4 | -11/+9 |
2012-01-23 | Bump copyright years. | Simon Josefsson | 18 | -34/+18 |
2012-01-23 | Update gnulib files. | Simon Josefsson | 23 | -49/+66 |
2011-12-06 | Bump versions. | Simon Josefsson | 1 | -3/+2 |
2011-11-25 | Fix valgrind check. | Simon Josefsson | 1 | -1/+1 |
2011-11-20 | Silence warnings. | Simon Josefsson | 7 | -70/+78 |
2011-11-14 | Mark bit string bitmask variable with static and unsigned keywords. | Simon Josefsson | 1 | -1/+2 |
2011-10-26 | Bump versions. | Simon Josefsson | 1 | -1/+1 |
2011-10-25 | Remove unused variable. | Simon Josefsson | 1 | -2/+1 |
2011-10-25 | Update gnulib files. | Simon Josefsson | 10 | -35/+227 |
2011-08-30 | small optimization | Nikos Mavrogiannopoulos | 1 | -3/+5 |
2011-07-14 | Update gnulib files. | Simon Josefsson | 9 | -156/+239 |
2011-05-03 | Update gnulib files. | Simon Josefsson | 1 | -21/+8 |
2011-04-24 | Update gnulib files and fix syntax-check warnings. | Simon Josefsson | 14 | -807/+194 |
2011-01-08 | Update copyright years. | Simon Josefsson | 19 | -29/+29 |
2011-01-08 | Update gnulib files. | Simon Josefsson | 26 | -33/+51 |
2010-12-06 | Bump versions. | Simon Josefsson | 1 | -1/+1 |
2010-12-06 | Doc fix. | Simon Josefsson | 5 | -127/+60 |
2010-12-06 | Update gnulib files. | Simon Josefsson | 9 | -46/+146 |
2010-10-04 | Update gnulib files. | Simon Josefsson | 1 | -2/+3 |
2010-09-25 | Bump versions. | Simon Josefsson | 1 | -1/+1 |
2010-09-21 | Update gnulib files. | Simon Josefsson | 8 | -47/+80 |
2010-06-15 | Update gnulib files. Fix syntax-check warnings. | Simon Josefsson | 1 | -7/+7 |