Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix syntax-check warnings. | Simon Josefsson | 2012-05-31 | 2 | -3/+3 |
* | Update gnulib files. | Simon Josefsson | 2012-05-31 | 4 | -22/+59 |
* | Silence compiler warnings about unsigned vs signed comparisons. | Simon Josefsson | 2012-05-31 | 1 | -6/+7 |
* | long is always signed. | Nikos Mavrogiannopoulos | 2012-04-06 | 2 | -4/+4 |
* | Simplified the overflow tests by using unsigned int numbers, suggested by Nie... | Nikos Mavrogiannopoulos | 2012-04-01 | 1 | -49/+31 |
* | Added overflow detection that does not depend on specific compiler, and asn1_... | Nikos Mavrogiannopoulos | 2012-03-31 | 1 | -13/+44 |
* | Indent code. | Simon Josefsson | 2012-03-19 | 6 | -53/+54 |
* | Simplify overflow check. | Simon Josefsson | 2012-03-14 | 3 | -76/+38 |
* | for some reason the tot < 0 test wasn't successful on negative results. Repla... | Nikos Mavrogiannopoulos | 2012-03-13 | 1 | -2/+2 |
* | reverted to the old ABI. | Nikos Mavrogiannopoulos | 2012-03-13 | 3 | -60/+73 |
* | check for overflows | Nikos Mavrogiannopoulos | 2012-03-13 | 1 | -4/+6 |
* | int is signed. | Nikos Mavrogiannopoulos | 2012-03-13 | 2 | -7/+7 |
* | Added asn1_get_length_der_checked() to put some of the common checks in a sin... | Nikos Mavrogiannopoulos | 2012-03-13 | 1 | -51/+54 |
* | cleanups in asn1_der_decoding_element(). | Nikos Mavrogiannopoulos | 2012-03-13 | 1 | -66/+111 |
* | API is based on integers instead of long to prevent errors in systems where s... | Nikos Mavrogiannopoulos | 2012-03-13 | 3 | -7/+7 |
* | asn1_get_length_der() may handle up to signed long values. | Nikos Mavrogiannopoulos | 2012-03-13 | 1 | -1/+1 |
* | updated to bison 2.5 | Nikos Mavrogiannopoulos | 2012-03-13 | 1 | -407/+455 |
* | better cleanup in decoding. | Nikos Mavrogiannopoulos | 2012-03-13 | 1 | -58/+104 |
* | Update gnulib files. | Simon Josefsson | 2012-03-07 | 4 | -11/+9 |
* | Bump copyright years. | Simon Josefsson | 2012-01-23 | 18 | -34/+18 |
* | Update gnulib files. | Simon Josefsson | 2012-01-23 | 23 | -49/+66 |
* | Bump versions. | Simon Josefsson | 2011-12-06 | 1 | -3/+2 |
* | Fix valgrind check. | Simon Josefsson | 2011-11-25 | 1 | -1/+1 |
* | Silence warnings. | Simon Josefsson | 2011-11-20 | 7 | -70/+78 |
* | Mark bit string bitmask variable with static and unsigned keywords. | Simon Josefsson | 2011-11-14 | 1 | -1/+2 |
* | Bump versions. | Simon Josefsson | 2011-10-26 | 1 | -1/+1 |
* | Remove unused variable. | Simon Josefsson | 2011-10-25 | 1 | -2/+1 |
* | Update gnulib files. | Simon Josefsson | 2011-10-25 | 10 | -35/+227 |
* | small optimization | Nikos Mavrogiannopoulos | 2011-08-30 | 1 | -3/+5 |
* | Update gnulib files. | Simon Josefsson | 2011-07-14 | 9 | -156/+239 |
* | Update gnulib files. | Simon Josefsson | 2011-05-03 | 1 | -21/+8 |
* | Update gnulib files and fix syntax-check warnings. | Simon Josefsson | 2011-04-24 | 14 | -807/+194 |
* | Update copyright years. | Simon Josefsson | 2011-01-08 | 19 | -29/+29 |
* | Update gnulib files. | Simon Josefsson | 2011-01-08 | 26 | -33/+51 |
* | Bump versions. | Simon Josefsson | 2010-12-06 | 1 | -1/+1 |
* | Doc fix. | Simon Josefsson | 2010-12-06 | 5 | -127/+60 |
* | Update gnulib files. | Simon Josefsson | 2010-12-06 | 9 | -46/+146 |
* | Update gnulib files. | Simon Josefsson | 2010-10-04 | 1 | -2/+3 |
* | Bump versions. | Simon Josefsson | 2010-09-25 | 1 | -1/+1 |
* | Update gnulib files. | Simon Josefsson | 2010-09-21 | 8 | -47/+80 |
* | Update gnulib files. Fix syntax-check warnings. | Simon Josefsson | 2010-06-15 | 1 | -7/+7 |
* | Bump version. | Simon Josefsson | 2010-05-20 | 1 | -1/+1 |
* | Update gnulib files, use valgrind-tests module. | Simon Josefsson | 2010-05-20 | 2 | -2/+8 |
* | Update gnulib files. | Simon Josefsson | 2010-04-20 | 1 | -2/+24 |
* | Bump version. | Simon Josefsson | 2010-04-20 | 1 | -1/+1 |
* | Add license notes to files. | Simon Josefsson | 2010-04-13 | 4 | -0/+85 |
* | Indent code. | Simon Josefsson | 2010-04-13 | 2 | -133/+123 |
* | Indent examples. Fix syntax-check warnings. | Simon Josefsson | 2010-04-13 | 5 | -6/+6 |
* | Update gnulib files, fix new syntax-check warnings, add license. | Simon Josefsson | 2010-04-13 | 6 | -15/+83 |
* | Export libtasn1_* too, for backwards compatibility functions. | Simon Josefsson | 2010-03-30 | 1 | -1/+1 |