summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-11-13updated ASN1.cNikos Mavrogiannopoulos1-380/+239
2013-11-13doc fixesNikos Mavrogiannopoulos2-2/+2
2013-03-24Bump version.Simon Josefsson1-1/+1
2013-03-24Fix syntax-check warnings.Simon Josefsson1-2/+1
2013-03-24Fix syntax-check warnings.Simon Josefsson4-6/+4
2013-03-24Generated.Simon Josefsson1-1/+1
2013-03-24Bump version.Simon Josefsson1-1/+1
2013-03-24Update copyright years.Simon Josefsson17-17/+17
2013-03-24Indent code.Simon Josefsson11-237/+275
2013-03-24Silence warnings.Simon Josefsson1-5/+3
2013-03-24Update gnulib files.Simon Josefsson2-17/+32
2013-01-15Fix includes for Bionic X86Andoni Morales Alastruey1-1/+1
2013-01-01More precise overflow checks using gnulib's intprops module.Nikos Mavrogiannopoulos1-34/+44
2013-01-01Added intpropsNikos Mavrogiannopoulos25-27/+360
2012-12-10Fix GTK-DOC warnings.Simon Josefsson4-15/+7
2012-11-29bumped versionNikos Mavrogiannopoulos1-1/+1
2012-11-25corrected possible buffer overflow in parser errors.Nikos Mavrogiannopoulos2-6/+6
2012-11-24revert to use strlen when writing time values.Nikos Mavrogiannopoulos2-3/+4
2012-11-24corrected compatibility mode with old structures.Nikos Mavrogiannopoulos3-5/+8
2012-11-24simplifiedNikos Mavrogiannopoulos1-5/+4
2012-11-24simplifiedNikos Mavrogiannopoulos1-11/+6
2012-11-24corrected typoNikos Mavrogiannopoulos1-1/+1
2012-11-24some simplifications in time handlingNikos Mavrogiannopoulos6-16/+55
2012-11-24Introduced ASN1_ETYPE_UTC_TIME and ASN1_ETYPE_GENERALIZED_TIMENikos Mavrogiannopoulos8-62/+65
2012-11-24updates in ETYPE_OKNikos Mavrogiannopoulos3-2/+4
2012-11-23Added asn1_read_value_type().Nikos Mavrogiannopoulos3-3/+82
2012-11-23simplified and renamed asn1_encode_string_der() and asn1_decode_string_der()Nikos Mavrogiannopoulos5-43/+45
2012-11-23renamed typesNikos Mavrogiannopoulos8-128/+128
2012-11-23Added asn1_decode_string_der() and asn1_encode_string_der().Nikos Mavrogiannopoulos10-61/+217
2012-11-23zeroize last_error_token on unknown errors.Nikos Mavrogiannopoulos2-2/+2
2012-11-23better error printingNikos Mavrogiannopoulos2-0/+6
2012-11-23init stringsNikos Mavrogiannopoulos2-4/+4
2012-11-23store duplicate (with built-in values) in structure to be compatible with old...Nikos Mavrogiannopoulos2-269/+275
2012-11-22use const for the dataNikos Mavrogiannopoulos2-2/+2
2012-11-22better nameNikos Mavrogiannopoulos4-4/+4
2012-11-22small simplificationsNikos Mavrogiannopoulos5-122/+53
2012-11-22indented C code in ASN1.y, and added more verbose error reporting.Nikos Mavrogiannopoulos2-263/+266
2012-11-22idented codeNikos Mavrogiannopoulos2-502/+576
2012-11-22Added more ASN.1 string types and several simplifications.Nikos Mavrogiannopoulos9-1040/+1275
2012-11-01Fix out of tree buildThierry Reding1-1/+1
2012-11-01Corrected type asn1_static_node_t -> asn1_static_node.Nikos Mavrogiannopoulos2-5/+6
2012-10-28corrected typesNikos Mavrogiannopoulos1-3/+3
2012-10-11Renamed structures.Nikos Mavrogiannopoulos11-182/+182
2012-10-09Allow empty IDENTIFIERS in ASN1 definitions. Suggested by Ivan Shmakov.Nikos Mavrogiannopoulos2-13/+27
2012-10-06asn_ -> asn1_Nikos Mavrogiannopoulos12-205/+205
2012-10-06Set the error description to null initialy.Nikos Mavrogiannopoulos1-0/+3
2012-10-02removed unneeded variables and files.Nikos Mavrogiannopoulos2-5/+2
2012-10-02Updated gllib and added hash-pjw-bare.Nikos Mavrogiannopoulos11-73/+100
2012-10-02Use hash-pjw-bare instead of asn1_bhash().Nikos Mavrogiannopoulos3-243/+8
2012-10-01eliminated use of old typesNikos Mavrogiannopoulos3-12/+15