summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* libtasn1.morph: Set max-jobs=1baserock/morphSam Thursfield2012-07-191-0/+1
| | | | | Hopefully this will fix the weird make errors I'm getting? Congratulations libtasn1, you win 'worst build system of the day' award.
* Add morphologySam Thursfield2012-07-191-0/+9
| | | | | We need to run autoreconf without the -f argument in this case, or some of the gnulib headers get deleted ...
* Replace that hack with patch from upstreamSam Thursfield2012-07-191-1/+5
| | | | https://lists.gnu.org/archive/html/help-libtasn1/2012-05/txtfYNmb2sieW.txt
* Add AM_PROG_AR to configureSam Thursfield2012-07-191-0/+1
| | | | | | I'm confused why we need this - when compiling under Baserock, the warning is: 'linking libtool libraries using a non-POSIX archiver requires AM_PROG_AR' - but why do we have non-POSIX ar ??
* Add ChangeLog so autoreconf succeedsSam Thursfield2012-07-191-0/+1
|
* Bump versions.Simon Josefsson2012-05-313-3/+5
|
* Update for 2.12.Simon Josefsson2012-05-311-30/+28
|
* Fix release targets.Simon Josefsson2012-05-312-5/+5
|
* Version 2.13.libtasn1_2_13Simon Josefsson2012-05-311-1/+1
|
* Bump versions.Simon Josefsson2012-05-312-3/+3
|
* Use devhelp2 format.Simon Josefsson2012-05-313-4/+4
|
* Don't store ChangeLog in git, it is auto-generated.Simon Josefsson2012-05-312-4467/+1
|
* Fix syntax-check warnings.Simon Josefsson2012-05-312-3/+3
|
* Update gnulib files.Simon Josefsson2012-05-3133-128/+600
|
* Silence compiler warnings about unsigned vs signed comparisons.Simon Josefsson2012-05-311-6/+7
|
* documented fix.Nikos Mavrogiannopoulos2012-04-191-0/+1
|
* long is always signed.Nikos Mavrogiannopoulos2012-04-062-4/+4
|
* Simplified the overflow tests by using unsigned int numbers, suggested by ↵Nikos Mavrogiannopoulos2012-04-011-49/+31
| | | | Niels Moeller.
* Added additional test caseNikos Mavrogiannopoulos2012-03-311-2/+26
|
* Added overflow detection that does not depend on specific compiler, and ↵Nikos Mavrogiannopoulos2012-03-313-27/+90
| | | | asn1_get_der_length() verifies the length of the input data in small numbers as well.
* Generated.libtasn1_2_12Simon Josefsson2012-03-191-2/+197
|
* Version 2.12.Simon Josefsson2012-03-191-1/+1
|
* Indent code.Simon Josefsson2012-03-1912-108/+111
|
* Update gnulib files.Simon Josefsson2012-03-192-2/+3
|
* Give credit.Simon Josefsson2012-03-141-0/+1
|
* Mention severity.Simon Josefsson2012-03-141-0/+2
|
* Simplify overflow check.Simon Josefsson2012-03-145-88/+98
|
* Add self-check.Simon Josefsson2012-03-133-2/+50
|
* for some reason the tot < 0 test wasn't successful on negative results. ↵Nikos Mavrogiannopoulos2012-03-131-2/+2
| | | | Replaced with tot < ret.
* the change was revertedNikos Mavrogiannopoulos2012-03-131-2/+0
|
* reverted to the old ABI.Nikos Mavrogiannopoulos2012-03-131-2/+2
|
* reverted to the old ABI.Nikos Mavrogiannopoulos2012-03-133-60/+73
|
* documented fixNikos Mavrogiannopoulos2012-03-131-0/+1
|
* check for overflowsNikos Mavrogiannopoulos2012-03-131-4/+6
|
* int is signed.Nikos Mavrogiannopoulos2012-03-132-7/+7
|
* bumped shared lib versionNikos Mavrogiannopoulos2012-03-131-2/+2
|
* Added asn1_get_length_der_checked() to put some of the common checks in a ↵Nikos Mavrogiannopoulos2012-03-131-51/+54
| | | | single function.
* cleanups in asn1_der_decoding_element().Nikos Mavrogiannopoulos2012-03-131-66/+111
|
* API is based on integers instead of long to prevent errors in systems where ↵Nikos Mavrogiannopoulos2012-03-134-7/+9
| | | | sizeof(int)!=sizeof(long)
* asn1_get_length_der() may handle up to signed long values.Nikos Mavrogiannopoulos2012-03-131-1/+1
|
* updated to bison 2.5Nikos Mavrogiannopoulos2012-03-131-407/+455
|
* better cleanup in decoding.Nikos Mavrogiannopoulos2012-03-131-58/+104
|
* Add.Simon Josefsson2012-03-091-0/+1
|
* Update gnulib files.Simon Josefsson2012-03-0727-93/+116
|
* Bump copyright years.Simon Josefsson2012-01-2354-94/+55
|
* Update gnulib files.Simon Josefsson2012-01-23108-290/+464
|
* Update gnulib files.Simon Josefsson2011-12-067-13/+58
|
* Drop unnecessary configure.ac checks.Simon Josefsson2011-12-061-8/+3
|
* Bump versions.Simon Josefsson2011-12-063-7/+7
|
* Update for 2.11.Simon Josefsson2011-11-251-27/+49
|