Introduced ASN1_ETYPE_UTC_TIME and ASN1_ETYPE_GENERALIZED_TIME
[platform/upstream/libtasn1.git] / lib / decoding.c
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.
2006-02-23 Simon JosefssonRemove redundant code.
2006-02-23 Simon JosefssonDoc fix for asn1_get_length_der.
2006-02-23 Simon JosefssonDoc fix for asn1_get_bit_der.
2006-02-23 Simon JosefssonDoc fix for asn1_get_octet_der.
2006-02-11 Simon JosefssonExport DER utility functions.
2006-02-09 Simon JosefssonFix typos.
2006-02-09 Simon JosefssonFurther length fixes.
2006-02-08 Simon JosefssonUpdate _asn1_get_length_der fix.
2006-02-08 Simon JosefssonAdd libtasn1 fixes from Nikos, prompted by report from...
2005-07-16 Simon JosefssonFix license.
2004-12-10 Simon JosefssonDoc fix.
2004-11-10 Nikos Mavrogiannop... corrected some access to invalid data.
2004-11-03 Simon JosefssonGTK-DOC fixes.
2004-10-29 Simon JosefssonDoc fixes, from Martijn Koster <mak@greenhills.co.uk>.
2004-09-08 Fabio Fiorinaadd self test
2004-05-18 Nikos Mavrogiannop... Corrected a DER decoding bug which was reported
2004-02-26 Nikos Mavrogiannop... some fixes in prototypes.
2003-07-30 Fabio FiorinaAdd BER decoding
2003-03-18 Fabio Fiorinachange asn1_find_structure_from_oid prototype
2003-02-25 Fabio Fiorinaadd vector length check
2003-02-12 Fabio Fiorinaadd read_tag and get_structure_from_oid functions
2003-02-10 Fabio FiorinaOID with dots
2003-02-03 Fabio Fiorinachange asn1_create_element interface
2002-10-07 Fabio Fiorina*** empty log message ***
2002-10-03 Fabio Fiorinaadd GeneralString type
2002-07-01 Fabio Fiorinaadd const keyword
2002-06-25 Fabio Fiorinafix bug in asn1_der_decoding_element
2002-06-25 Nikos Mavrogiannop... added a check for null pointer.
2002-06-25 Nikos Mavrogiannop... some minor fixes.
2002-06-24 Fabio Fiorinaadd asn1_expand_octet_string and asn1_der_decoding_elem...
2002-06-20 Fabio Fiorinafix asn1_expand_any_defined_by
2002-06-19 Fabio Fiorinaadd asn1_expand_any_defined_by
2002-06-14 Nikos Mavrogiannop... license changed to GNU Lesser GPL.
2002-06-11 Nikos Mavrogiannop... Added check for NULL pointer in given error strings.
2002-05-15 Fabio FiorinaStart Up Version