summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-01ASN1_TYPE definition correctedNikos Mavrogiannopoulos1-1/+1
2012-10-01node_data_struct -> asn_data_node_stNikos Mavrogiannopoulos2-5/+8
2012-10-01ASN1_ARRAY_TYPE -> asn_static_node_tNikos Mavrogiannopoulos2-5/+8
2012-10-01Renamed types.Nikos Mavrogiannopoulos11-217/+220
2012-10-01asn1_retCode -> intNikos Mavrogiannopoulos11-73/+75
2012-09-23small optimizations to avoid recalculation of hashes when copying nodes.Nikos Mavrogiannopoulos4-4/+35
2012-09-23improve performance by 50% by using hashes to compare strings.Nikos Mavrogiannopoulos6-14/+272
2012-09-20other small fixNikos Mavrogiannopoulos1-1/+4
2012-09-20Some small optimizations and better checking of tree accesses.Nikos Mavrogiannopoulos1-4/+17
2012-09-14name has size of ASN1_MAX_NAME_SIZE+1 to allow for a terminating null.Nikos Mavrogiannopoulos1-1/+1