fixes in length calculation in _asn1_extract_der_octet().
[platform/upstream/libtasn1.git] / lib / decoding.c
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-17 Nikos Mavrogiannop... Reverted ltostr() changes as the cause a significant...
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... check for zero size in time and object ids.
2014-05-16 Nikos Mavrogiannop... Allow for zero strings.
2014-05-16 Nikos Mavrogiannop... Do not return illegal values in asn1_get_bit_der().
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-04 Nikos Mavrogiannop... Corrected an off-by-one error.
2014-04-22 Simon JosefssonUpdate copyright years.
2014-04-17 Nikos Mavrogiannop... simplified asn1_find_structure_from_oid() and asn1_expa...
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-03-24 Simon JosefssonFix syntax-check warnings.
2013-03-24 Simon JosefssonIndent code.
2013-03-24 Simon JosefssonSilence warnings.
2013-01-01 Nikos Mavrogiannop... More precise overflow checks using gnulib's intprops...
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-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-22 Nikos Mavrogiannop... small simplifications
2012-11-22 Nikos Mavrogiannop... Added more ASN.1 string types and several simplifications.
2012-10-11 Nikos Mavrogiannop... Renamed structures.
2012-10-06 Nikos Mavrogiannop... asn_ -> asn1_
2012-10-06 Nikos Mavrogiannop... Set the error description to null initialy.
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-20 Nikos Mavrogiannop... Some small optimizations and better checking of tree...
2012-09-12 Nikos Mavrogiannop... name is now a statically allocated string and other...
2012-05-31 Simon JosefssonFix syntax-check warnings.
2012-05-31 Simon JosefssonSilence compiler warnings about unsigned vs signed...
2012-04-06 Nikos Mavrogiannop... long is always signed.
2012-04-01 Nikos Mavrogiannop... Simplified the overflow tests by using unsigned int...
2012-03-31 Nikos Mavrogiannop... Added overflow detection that does not depend on specif...
2012-03-19 Simon JosefssonIndent code.
2012-03-13 Simon JosefssonSimplify overflow check.
2012-03-13 Nikos Mavrogiannop... for some reason the tot < 0 test wasn't successful...
2012-03-13 Nikos Mavrogiannop... reverted to the old ABI.
2012-03-13 Nikos Mavrogiannop... check for overflows
2012-03-13 Nikos Mavrogiannop... int is signed.
2012-03-13 Nikos Mavrogiannop... Added asn1_get_length_der_checked() to put some of...
2012-03-13 Nikos Mavrogiannop... cleanups in asn1_der_decoding_element().
2012-03-13 Nikos Mavrogiannop... API is based on integers instead of long to prevent...
2012-03-13 Nikos Mavrogiannop... asn1_get_length_der() may handle up to signed long...
2012-03-13 Nikos Mavrogiannop... better cleanup in decoding.
2012-01-23 Simon JosefssonBump copyright years.
2011-11-20 Simon JosefssonSilence warnings.
2011-10-25 Simon JosefssonRemove unused variable.
2011-01-08 Simon JosefssonUpdate copyright years.
2010-04-13 Simon JosefssonIndent code.
2010-04-13 Simon JosefssonIndent examples. Fix syntax-check warnings.
2010-03-16 Simon JosefssonDoc fixes.
2010-03-16 Simon JosefssonDoc fixes.
2010-02-17 Simon JosefssonImprove GTK-DOC comments.
2010-01-11 Simon JosefssonMerge Fabio and Nikos copyrights to the FSF, both have...
2010-01-11 Simon JosefssonUpdate copyright notices.
2010-01-10 Andreas MetzlerTypos: sructure, stucture. There is no function named...
2009-07-26 Nikos Mavrogiannop... more careful decoding of OID.
2009-03-04 Simon JosefssonIndent code. Reproduce using 'make indent' with GNU...
2009-03-04 Simon JosefssonSimplify unused debug code.
2009-03-04 Simon JosefssonBump copyright years.
2008-11-17 Simon JosefssonFix warnings.
2008-11-04 Nikos Mavrogiannop... Merge branch 'master' of ssh://git.savannah.gnu.org...
2008-11-04 Simon JosefssonMove struct node_asn_struct to int.h.
2008-11-04 Simon JosefssonDoc fix. Fix asn1_get_length_ber signature.
2008-11-04 Simon JosefssonBuild fixes.
2008-11-03 Nikos Mavrogiannop... * Optimized tree generation by adding a small_value...
2008-10-08 Simon JosefssonUpdate usages of MAX_* constants.
2008-04-21 Simon JosefssonReplace use of alloca with malloc.
2006-10-19 Simon JosefssonFix GTK-DOC warning.
2006-04-26 Nikos Mavrogiannop... changed the coding style to -i2, so the source code...
2006-03-26 Nikos Mavrogiannop... Removed some of signedness warnings. Still many to go.
2006-03-08 Simon JosefssonRevert, don't export asn1_find_up.
2006-03-08 Simon JosefssonExport asn1_find_node and asn1_find_up.
2006-02-28 Simon JosefssonMake ASN1_CLASS_* official.
2006-02-23 Simon JosefssonRemove der.h.
next