More precise length check in _asn1_get_indefinite_length_string().
[platform/upstream/libtasn1.git] / lib /
2014-05-16 Nikos Mavrogiannop... More precise length check in _asn1_get_indefinite_lengt...
2014-05-16 Nikos Mavrogiannop... Use the correct max length definition.
2014-05-10 Nikos Mavrogiannop... cleaned up a bit _asn1_remove_node().
2014-05-10 Nikos Mavrogiannop... prevent memset() from being optimized out.
2014-05-04 Nikos Mavrogiannop... Corrected an off-by-one error.
2014-05-01 Nikos Mavrogiannop... bumped version
2014-05-01 Kurt RoeckxUse the smallest of the 2 lengths for the comparison
2014-04-28 Nikos Mavrogiannop... Added minmax gnulib module.
2014-04-27 Kurt RoeckxMake asn1_ordering_set_of() return error if it can...
2014-04-27 Kurt RoeckxCheck that p is not NULL
2014-04-27 Nikos Mavrogiannop... updated bison file
2014-04-26 Nikos Mavrogiannop... undid optimization in patch 057193dcc2089520ab36d95f42d...
2014-04-26 Kurt Roeckx_asn1_ordering_*(): Fix memory leak in case of error
2014-04-26 Kurt RoeckxMake _asn1_ordering_* return error values and check...
2014-04-26 Kurt RoeckxCall ordering functions with the right length
2014-04-22 Simon JosefssonFix syntax-check nits.
2014-04-22 Simon JosefssonUpdate copyright years.
2014-04-22 Simon JosefssonUpdate gnulib files.
2014-04-17 Nikos Mavrogiannop... simplified asn1_find_structure_from_oid() and asn1_expa...
2014-04-15 Nikos Mavrogiannop... Do not try to write over null values
2014-04-15 Nikos Mavrogiannop... fixed several coverity reported bugs.
2014-03-28 Jean-Louis Thekekaraasn1_write_value: fix segfault when deleting an unautho...
2014-03-28 Jean-Louis Thekekaraasn1_write_value: allow SET_OF elements deletion
2014-03-28 Jean-Louis Thekekaraextract_tag_der_recursive: fix compilation errors
2014-03-14 Nikos Mavrogiannop... corrected delete_unneeded_choice_fields().
2014-03-14 Nikos Mavrogiannop... Handle recursive CHOICEs.
2014-03-14 Nikos Mavrogiannop... Use special function for common usage of _asn1_extract_...
2013-11-25 Nikos Mavrogiannop... exported function
2013-11-25 Nikos Mavrogiannop... The parser accepts negative numbers in INTEGER ranges...
2013-11-13 Nikos Mavrogiannop... Added asn1_delete_structure2().
2013-11-13 Nikos Mavrogiannop... updated ASN1.c
2013-11-13 Nikos Mavrogiannop... doc fixes
2013-03-24 Simon JosefssonBump version.
2013-03-24 Simon JosefssonFix syntax-check warnings.
2013-03-24 Simon JosefssonFix syntax-check warnings.
2013-03-24 Simon JosefssonGenerated.
2013-03-24 Simon JosefssonBump version.
2013-03-24 Simon JosefssonUpdate copyright years.
2013-03-24 Simon JosefssonIndent code.
2013-03-24 Simon JosefssonSilence warnings.
2013-03-24 Simon JosefssonUpdate gnulib files.
2013-01-15 Andoni Morales Ala... Fix includes for Bionic X86
2013-01-01 Nikos Mavrogiannop... More precise overflow checks using gnulib's intprops...
2013-01-01 Nikos Mavrogiannop... Added intprops
2012-12-10 Simon JosefssonFix GTK-DOC warnings.
2012-11-29 Nikos Mavrogiannop... bumped version
2012-11-25 Nikos Mavrogiannop... corrected possible buffer overflow in parser errors.
2012-11-24 Nikos Mavrogiannop... revert to use strlen when writing time values.
2012-11-24 Nikos Mavrogiannop... corrected compatibility mode with old structures.
2012-11-24 Nikos Mavrogiannop... simplified
2012-11-24 Nikos Mavrogiannop... simplified
2012-11-24 Nikos Mavrogiannop... corrected typo
2012-11-24 Nikos Mavrogiannop... some simplifications in time handling
2012-11-24 Nikos Mavrogiannop... Introduced ASN1_ETYPE_UTC_TIME and ASN1_ETYPE_GENERALIZ...
2012-11-24 Nikos Mavrogiannop... updates in ETYPE_OK
2012-11-23 Nikos Mavrogiannop... Added asn1_read_value_type().
2012-11-23 Nikos Mavrogiannop... simplified and renamed asn1_encode_string_der() and...
2012-11-23 Nikos Mavrogiannop... renamed types
2012-11-23 Nikos Mavrogiannop... Added asn1_decode_string_der() and asn1_encode_string_d...
2012-11-23 Nikos Mavrogiannop... zeroize last_error_token on unknown errors.
2012-11-23 Nikos Mavrogiannop... better error printing
2012-11-23 Nikos Mavrogiannop... init strings
2012-11-23 Nikos Mavrogiannop... store duplicate (with built-in values) in structure...
2012-11-22 Nikos Mavrogiannop... use const for the data
2012-11-22 Nikos Mavrogiannop... better name
2012-11-22 Nikos Mavrogiannop... small simplifications
2012-11-22 Nikos Mavrogiannop... indented C code in ASN1.y, and added more verbose error...
2012-11-22 Nikos Mavrogiannop... idented code
2012-11-22 Nikos Mavrogiannop... Added more ASN.1 string types and several simplifications.
2012-11-01 Thierry RedingFix out of tree build
2012-11-01 Nikos Mavrogiannop... Corrected type asn1_static_node_t -> asn1_static_node.
2012-10-28 Nikos Mavrogiannop... corrected types
2012-10-11 Nikos Mavrogiannop... Renamed structures.
2012-10-09 Nikos Mavrogiannop... Allow empty IDENTIFIERS in ASN1 definitions. Suggested...
2012-10-06 Nikos Mavrogiannop... asn_ -> asn1_
2012-10-06 Nikos Mavrogiannop... Set the error description to null initialy.
2012-10-02 Nikos Mavrogiannop... removed unneeded variables and files.
2012-10-02 Nikos Mavrogiannop... Updated gllib and added hash-pjw-bare.
2012-10-02 Nikos Mavrogiannop... Use hash-pjw-bare instead of asn1_bhash().
2012-10-01 Nikos Mavrogiannop... eliminated use of old types
2012-10-01 Nikos Mavrogiannop... ASN1_TYPE definition corrected
2012-10-01 Nikos Mavrogiannop... node_data_struct -> asn_data_node_st
2012-10-01 Nikos Mavrogiannop... ASN1_ARRAY_TYPE -> asn_static_node_t
2012-10-01 Nikos Mavrogiannop... Renamed types.
2012-10-01 Nikos Mavrogiannop... asn1_retCode -> int
2012-09-23 Nikos Mavrogiannop... small optimizations to avoid recalculation of hashes...
2012-09-23 Nikos Mavrogiannop... improve performance by 50% by using hashes to compare...
2012-09-20 Nikos Mavrogiannop... other small fix
2012-09-20 Nikos Mavrogiannop... Some small optimizations and better checking of tree...
2012-09-14 Nikos Mavrogiannop... name has size of ASN1_MAX_NAME_SIZE+1 to allow for...
2012-09-14 Nikos Mavrogiannop... removed unneeded casts
2012-09-13 Nikos Mavrogiannop... Revert "small_value_size changed to 8. No visible diffe...
2012-09-13 Nikos Mavrogiannop... Added symbol into old API
2012-09-13 Nikos Mavrogiannop... _asn1_add_node_only -> _asn1_add_single_node
2012-09-13 Nikos Mavrogiannop... _asn1_add_node -> _asn1_add_static_node
2012-09-13 Nikos Mavrogiannop... Eliminated _asn1_malloc, _asn1_free and _asn_calloc.
2012-09-13 Nikos Mavrogiannop... reduced maximum name size
2012-09-13 Nikos Mavrogiannop... no need to reserve.
2012-09-12 Simon JosefssonDrop long-time deprecated functions.
2012-09-12 Nikos Mavrogiannop... Node type field is now included in ASN1_DATA_NODE.
next