Merge branch 'upstream' into tizen
[platform/upstream/libtasn1.git] / lib /
2016-06-08 sangsuMerge branch 'upstream' into tizen 60/73360/1 accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_tv accepted/tizen_3.0.m2_wearable accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen_3.0.m2 tizen_3.0_tv accepted/tizen/3.0.m2/mobile/20170105.024646 accepted/tizen/3.0.m2/tv/20170105.024831 accepted/tizen/3.0.m2/wearable/20170105.025000 accepted/tizen/3.0/common/20161114.111043 accepted/tizen/3.0/ivi/20161011.050502 accepted/tizen/3.0/mobile/20161015.033615 accepted/tizen/3.0/tv/20161016.004829 accepted/tizen/3.0/wearable/20161015.083140 accepted/tizen/common/20160614.143706 accepted/tizen/ivi/20160614.041245 accepted/tizen/mobile/20160614.041226 accepted/tizen/tv/20160614.041238 accepted/tizen/unified/20170309.035942 accepted/tizen/wearable/20160614.041230 submit/tizen/20160613.080449 submit/tizen_3.0.m2/20170104.093753 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000004 submit/tizen_3.0_mobile/20161015.000004 submit/tizen_3.0_tv/20161015.000003 submit/tizen_3.0_wearable/20161015.000003 submit/tizen_unified/20170308.100414 tizen_4.0.m1_release
2016-06-08 sangsuImported Upstream version 4.8 59/73359/1 submit/upstream/20160613.071414 upstream/4.8
2014-06-20 Nikos Mavrogiannop... bumped version
2014-06-20 Karel SlanyRenamed asn1_der_decoding_relaxed(), added ASN1_DECODE_...
2014-06-20 Karel SlanyAdded asn1_der_decoding_relaxed().
2014-06-17 Nikos Mavrogiannop... doc update
2014-06-17 Nikos Mavrogiannop... doc update
2014-06-09 Nikos Mavrogiannop... When encoding DER note the positions of the DER start...
2014-06-09 Nikos Mavrogiannop... When duplicating a node, keep the DER start and end...
2014-06-09 Nikos Mavrogiannop... decoding: corrected the end position of the total struc...
2014-06-05 Nikos Mavrogiannop... Document that ider and ider_len are optional in asn1_de...
2014-06-05 Nikos Mavrogiannop... updated map file for asn1_dup_node
2014-06-05 Nikos Mavrogiannop... renamed asn1_copy_node2 to asn1_dup_node
2014-06-04 Nikos Mavrogiannop... DER decoding: optimize tail seek by using the value...
2014-06-04 Nikos Mavrogiannop... Optimized _asn1_append_sequence_set() by caching the...
2014-06-04 Nikos Mavrogiannop... asn1_read_value() and friends understand the ?CURRENT...
2014-06-04 Nikos Mavrogiannop... optimized _asn1_find_up().
2014-06-04 Nikos Mavrogiannop... more efficient check for '?LAST' and error checking.
2014-06-03 Nikos Mavrogiannop... Add a sanity check in asn1_der_decoding_startEnd()
2014-05-30 Nikos Mavrogiannop... removed unused variable
2014-05-30 Nikos Mavrogiannop... doc update
2014-05-30 Nikos Mavrogiannop... Added asn1_copy_node2()
2014-05-30 Nikos Mavrogiannop... simplified and optimized asn1_der_decoding_startEnd().
2014-05-30 Nikos Mavrogiannop... Simplify temporary value storage during coding.
2014-05-30 Nikos Mavrogiannop... Simplify temporary value storage during decoding.
2014-05-27 Nikos Mavrogiannop... safe_memset: allow memset of zero bytes.
2014-05-26 Nikos Mavrogiannop... removed unnecessary and wrong test.
2014-05-26 Nikos Mavrogiannop... fixes in length calculation in _asn1_extract_der_octet().
2014-05-26 Nikos Mavrogiannop... asn1_der_decoding_element() is no more; it is simply...
2014-05-25 Nikos Mavrogiannop... doc update
2014-05-22 Nikos Mavrogiannop... Allow a NULL value in asn1_read_value() for all types.
2014-05-22 Nikos Mavrogiannop... bumped version
2014-05-17 Nikos Mavrogiannop... Reverted ltostr() changes as the cause a significant...
2014-05-17 Nikos Mavrogiannop... Revert "simplify ltostr()"
2014-05-17 Nikos Mavrogiannop... Revert "made _asn1_ltostr() safer."
2014-05-17 Nikos Mavrogiannop... doc update
2014-05-17 Nikos Mavrogiannop... Marked asn1_der_decoding_element() as deprecated.
2014-05-17 Nikos Mavrogiannop... Use the new functions in asn1_decoding_element()
2014-05-17 Nikos Mavrogiannop... Revert "asn1_der_decoding_element is just an alias...
2014-05-17 Nikos Mavrogiannop... made _asn1_ltostr() safer.
2014-05-16 Nikos Mavrogiannop... safer usage of memcpy().
2014-05-16 Nikos Mavrogiannop... check for zero size in time and object ids.
2014-05-16 Nikos Mavrogiannop... Allow for zero strings.
2014-05-16 Nikos Mavrogiannop... simplify ltostr()
2014-05-16 Nikos Mavrogiannop... Do not return illegal values in asn1_get_bit_der().
2014-05-16 Nikos Mavrogiannop... return the correct error code in asn1_read_value_type()
2014-05-16 Nikos Mavrogiannop... removed debug definition
2014-05-16 Nikos Mavrogiannop... use DECR_LEN() in _asn1_get_indefinite_length_string().
2014-05-16 Nikos Mavrogiannop... use DECR_LEN in _asn1_get_octet_string()
2014-05-16 Nikos Mavrogiannop... Fixes in _asn1_extract_der_octet() and usage of DECR_LEN().
2014-05-16 Nikos Mavrogiannop... use DECR_LEN() in _asn1_extract_tag_der()
2014-05-16 Nikos Mavrogiannop... simplified check for indefinite.
2014-05-16 Nikos Mavrogiannop... expanded usage of DECR_LEN().
2014-05-16 Nikos Mavrogiannop... simplified _asn1_get_octet_string().
2014-05-16 Nikos Mavrogiannop... simplified _asn1_get_indefinite_length_string()
2014-05-16 Nikos Mavrogiannop... More precise tracking of data.
2014-05-16 Nikos Mavrogiannop... asn1_der_decoding_element is just an alias of asn1_der_...
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...
next