summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* updated ASN1.cNikos Mavrogiannopoulos2013-11-131-380/+239
* doc fixesNikos Mavrogiannopoulos2013-11-132-2/+2
* Bump version.Simon Josefsson2013-03-241-1/+1
* Fix syntax-check warnings.libtasn1_3_3Simon Josefsson2013-03-241-2/+1
* Fix syntax-check warnings.Simon Josefsson2013-03-244-6/+4
* Generated.Simon Josefsson2013-03-241-1/+1
* Bump version.Simon Josefsson2013-03-241-1/+1
* Update copyright years.Simon Josefsson2013-03-2417-17/+17
* Indent code.Simon Josefsson2013-03-2411-237/+275
* Silence warnings.Simon Josefsson2013-03-241-5/+3
* Update gnulib files.Simon Josefsson2013-03-242-17/+32
* Fix includes for Bionic X86Andoni Morales Alastruey2013-01-151-1/+1
* More precise overflow checks using gnulib's intprops module.Nikos Mavrogiannopoulos2013-01-011-34/+44
* Added intpropsNikos Mavrogiannopoulos2013-01-0125-27/+360
* Fix GTK-DOC warnings.Simon Josefsson2012-12-104-15/+7
* bumped versionNikos Mavrogiannopoulos2012-11-291-1/+1
* corrected possible buffer overflow in parser errors.Nikos Mavrogiannopoulos2012-11-252-6/+6
* revert to use strlen when writing time values.Nikos Mavrogiannopoulos2012-11-242-3/+4
* corrected compatibility mode with old structures.Nikos Mavrogiannopoulos2012-11-243-5/+8
* simplifiedNikos Mavrogiannopoulos2012-11-241-5/+4
* simplifiedNikos Mavrogiannopoulos2012-11-241-11/+6
* corrected typoNikos Mavrogiannopoulos2012-11-241-1/+1
* some simplifications in time handlingNikos Mavrogiannopoulos2012-11-246-16/+55
* Introduced ASN1_ETYPE_UTC_TIME and ASN1_ETYPE_GENERALIZED_TIMENikos Mavrogiannopoulos2012-11-248-62/+65
* updates in ETYPE_OKNikos Mavrogiannopoulos2012-11-243-2/+4
* Added asn1_read_value_type().Nikos Mavrogiannopoulos2012-11-233-3/+82
* simplified and renamed asn1_encode_string_der() and asn1_decode_string_der()Nikos Mavrogiannopoulos2012-11-235-43/+45
* renamed typesNikos Mavrogiannopoulos2012-11-238-128/+128
* Added asn1_decode_string_der() and asn1_encode_string_der().Nikos Mavrogiannopoulos2012-11-2310-61/+217
* zeroize last_error_token on unknown errors.Nikos Mavrogiannopoulos2012-11-232-2/+2
* better error printingNikos Mavrogiannopoulos2012-11-232-0/+6
* init stringsNikos Mavrogiannopoulos2012-11-232-4/+4
* store duplicate (with built-in values) in structure to be compatible with old...Nikos Mavrogiannopoulos2012-11-232-269/+275
* use const for the dataNikos Mavrogiannopoulos2012-11-222-2/+2
* better nameNikos Mavrogiannopoulos2012-11-224-4/+4
* small simplificationsNikos Mavrogiannopoulos2012-11-225-122/+53
* indented C code in ASN1.y, and added more verbose error reporting.Nikos Mavrogiannopoulos2012-11-222-263/+266
* idented codeNikos Mavrogiannopoulos2012-11-222-502/+576
* Added more ASN.1 string types and several simplifications.Nikos Mavrogiannopoulos2012-11-229-1040/+1275
* Fix out of tree buildThierry Reding2012-11-011-1/+1
* Corrected type asn1_static_node_t -> asn1_static_node.Nikos Mavrogiannopoulos2012-11-012-5/+6
* corrected typesNikos Mavrogiannopoulos2012-10-281-3/+3
* Renamed structures.Nikos Mavrogiannopoulos2012-10-1111-182/+182
* Allow empty IDENTIFIERS in ASN1 definitions. Suggested by Ivan Shmakov.Nikos Mavrogiannopoulos2012-10-092-13/+27
* asn_ -> asn1_Nikos Mavrogiannopoulos2012-10-0612-205/+205
* Set the error description to null initialy.Nikos Mavrogiannopoulos2012-10-061-0/+3
* removed unneeded variables and files.Nikos Mavrogiannopoulos2012-10-022-5/+2
* Updated gllib and added hash-pjw-bare.Nikos Mavrogiannopoulos2012-10-0211-73/+100
* Use hash-pjw-bare instead of asn1_bhash().Nikos Mavrogiannopoulos2012-10-023-243/+8
* eliminated use of old typesNikos Mavrogiannopoulos2012-10-013-12/+15