summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 2.14.libtasn1_2_14libtasn1_2_xSimon Josefsson2012-09-241-1/+1
* Fix syntax-check warnings.Simon Josefsson2012-09-242-3/+3
* Update gnulib files.Simon Josefsson2012-09-2431-410/+597
* Update for 2.13.Simon Josefsson2012-09-241-22/+18
* Bump copyright year.Simon Josefsson2012-09-191-1/+1
* Generated.Simon Josefsson2012-09-191-0/+2
* Doc fix.Simon Josefsson2012-09-191-1/+1
* Add Since: marker to asn1_read_node_value.Simon Josefsson2012-09-191-0/+2
* Fix namespace of newly added struct.Simon Josefsson2012-09-191-3/+3
* Bump because of new API.Simon Josefsson2012-09-191-3/+3
* Fix.Simon Josefsson2012-09-191-1/+3
* updated newsNikos Mavrogiannopoulos2012-09-161-1/+2
* added new symbolNikos Mavrogiannopoulos2012-09-131-6/+1
* no need to reserve.Nikos Mavrogiannopoulos2012-09-131-1/+0
* Node type field is now included in ASN1_DATA_NODE.Nikos Mavrogiannopoulos2012-09-133-23/+49
* Added asn1_read_node_value()Nikos Mavrogiannopoulos2012-09-134-1/+40
* Fix compilation warnings.Simon Josefsson2012-08-182-3/+3
* 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 Nie...Nikos Mavrogiannopoulos2012-04-011-49/+31
* Added additional test caseNikos Mavrogiannopoulos2012-03-311-2/+26
* Added overflow detection that does not depend on specific compiler, and asn1_...Nikos Mavrogiannopoulos2012-03-313-27/+90
* 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. Repla...Nikos Mavrogiannopoulos2012-03-131-2/+2
* 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 sin...Nikos Mavrogiannopoulos2012-03-131-51/+54
* cleanups in asn1_der_decoding_element().Nikos Mavrogiannopoulos2012-03-131-66/+111