Imported Upstream version 4.9
[platform/upstream/libtasn1.git] / lib / coding.c
2018-06-15 Dariusz MichalukImported Upstream version 4.9 upstream/4.9
2016-06-08 sangsuImported Upstream version 4.8 59/73359/1 submit/upstream/20160613.071414 upstream/4.8
2014-06-09 Nikos Mavrogiannop... When encoding DER note the positions of the DER start...
2014-06-04 Nikos Mavrogiannop... optimized _asn1_find_up().
2014-05-30 Nikos Mavrogiannop... removed unused variable
2014-05-30 Nikos Mavrogiannop... Simplify temporary value storage during coding.
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... made _asn1_ltostr() safer.
2014-05-01 Kurt RoeckxUse the smallest of the 2 lengths for the comparison
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-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 JosefssonUpdate copyright years.
2014-04-15 Nikos Mavrogiannop... fixed several coverity reported bugs.
2013-11-13 Nikos Mavrogiannop... doc fixes
2013-03-24 Simon JosefssonFix syntax-check warnings.
2013-03-24 Simon JosefssonUpdate copyright years.
2013-03-24 Simon JosefssonIndent code.
2012-12-10 Simon JosefssonFix GTK-DOC warnings.
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... 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... use const for the data
2012-11-22 Nikos Mavrogiannop... better name
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-01 Nikos Mavrogiannop... Renamed types.
2012-10-01 Nikos Mavrogiannop... asn1_retCode -> int
2012-09-13 Nikos Mavrogiannop... Eliminated _asn1_malloc, _asn1_free and _asn_calloc.
2012-03-19 Simon JosefssonIndent code.
2012-03-13 Simon JosefssonSimplify overflow check.
2012-03-13 Nikos Mavrogiannop... reverted to the old ABI.
2012-03-13 Nikos Mavrogiannop... API is based on integers instead of long to prevent...
2012-01-23 Simon JosefssonBump copyright years.
2011-11-20 Simon JosefssonSilence warnings.
2011-11-14 Simon JosefssonMark bit string bitmask variable with static and unsign...
2011-08-30 Nikos Mavrogiannop... small optimization
2011-01-08 Simon JosefssonUpdate copyright years.
2010-12-06 Simon JosefssonDoc fix.
2010-04-13 Simon JosefssonIndent examples. Fix syntax-check warnings.
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.
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-10-08 Simon JosefssonUpdate usages of MAX_* constants.
2008-04-21 Simon JosefssonReplace use of alloca with malloc.
2006-09-19 Simon Josefsson(asn1_der_coding): For TYPE_NULL, increment counter...
2006-06-26 Simon Josefsson(asn1_octet_der): Work even if str_len is 0, i.e.,...
2006-04-26 Nikos Mavrogiannop... changed the coding style to -i2, so the source code...
2006-03-11 Nikos Mavrogiannop... some improvements in coding
2006-03-11 Nikos Mavrogiannop... some improvements in coding
2006-03-11 Nikos Mavrogiannop... Corrected bug which caused an overwrite of an element...
2006-03-08 Simon JosefssonFix prototype (for GTK-DOC).
2006-03-08 Simon JosefssonRevert, don't export asn1_find_up.
2006-03-08 Simon JosefssonFix.
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.
2006-02-23 Simon JosefssonRemove redundant code.
2006-02-23 Simon JosefssonDoc fix for asn1_bit_der.
2006-02-23 Simon JosefssonDoc fix for asn1_length_der and asn1_octet_der.
2006-02-11 Simon JosefssonExport DER utility functions.
2006-02-09 Simon JosefssonFix typos.
2006-02-08 Simon JosefssonUpdate _asn1_get_length_der fix.
2006-02-08 Simon JosefssonAdd libtasn1 fixes from Nikos, prompted by report from...
2006-01-27 Simon JosefssonAdd const, tiny patch from "ZIGLIO, Frediano, VF-IT...
2005-07-16 Simon JosefssonFix license.
2004-12-10 Simon JosefssonDoc fix.
2004-11-10 Nikos Mavrogiannop... corrected some access to invalid data.
2004-10-29 Simon JosefssonDoc fixes, from Martijn Koster <mak@greenhills.co.uk>.
2004-02-26 Nikos Mavrogiannop... some fixes in prototypes.
2003-07-30 Fabio FiorinaAdd BER decoding
2003-03-25 Fabio FiorinaAdd DEFAULT with OID
2003-03-19 Fabio Fiorinachange asn1_find_structure_from_oid prototype
2003-02-25 Fabio Fiorinaadd vector length check
2003-02-10 Fabio FiorinaOID with dots
2003-02-03 Nikos Mavrogiannop... Error description is only used if it is != NULL.
2002-10-07 Fabio Fiorina*** empty log message ***
2002-10-03 Fabio Fiorinaadd GeneralString type
2002-07-01 Fabio Fiorinaadd const keyword
2002-06-14 Nikos Mavrogiannop... license changed to GNU Lesser GPL.
2002-05-15 Fabio FiorinaStart Up Version