aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/tasn_enc.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-3/+3
2015-09-16New ASN.1 embed macro.Dr. Stephen Henson1-0/+10
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-03-28Make asn1_ex_i2c, asn1_ex_c2i static.Dr. Stephen Henson1-2/+4
2015-03-26Move more internal only functions to asn1_locl.hDr. Stephen Henson1-6/+0
2015-03-25Move internal only ASN.1 functions to asn1_locl.hDr. Stephen Henson1-0/+1
2015-03-24make ASN1_OBJECT opaqueDr. Stephen Henson1-0/+1
2015-03-23Remove old style ASN.1 support.Dr. Stephen Henson1-16/+0
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte1-3/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-594/+559
2014-06-27Memory leak and NULL dereference fixes.Dr. Stephen Henson1-1/+6
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-02-28Avoid warnings.Dr. Stephen Henson1-1/+1
2007-09-18Addenum to "Constify obj_dat.[ch]."Andy Polyakov1-1/+2
2006-11-16Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson1-1/+1
2006-01-19Fixes for BOOL handling: produce errors for invalid string for mini-compiler,Dr. Stephen Henson1-5/+8
2005-09-20"Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups.Andy Polyakov1-0/+1
2005-09-01Extend callback function to support print customization.Dr. Stephen Henson1-4/+4
2004-04-25More ASN1 reformat/tidy.Dr. Stephen Henson1-7/+7
2004-04-24Reformat/tidy some of the ASN1 code.Dr. Stephen Henson1-118/+188
2003-02-25Fix indefinite length encoding so EOC correctly updatesDr. Stephen Henson1-2/+4
2002-10-06Oops, remove old comment out debugging printf...Dr. Stephen Henson1-3/+5
2002-10-06Please do not use C++ comments in C code.Richard Levitte1-1/+3
2002-10-03Preliminary streaming ASN1 encode support.Dr. Stephen Henson1-63/+176
2001-08-26gcc can't spot that 'derlst' is not used uninitialised, so appease it.Geoff Thorpe1-1/+1
2001-03-08avoid compiler warningBodo Möller1-1/+1
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson1-6/+6
2001-02-20Include string.h so mem* functions get properly declared.Richard Levitte1-0/+1
2000-12-13Change the PKCS7 structure to use SEQUENCE OF for theDr. Stephen Henson1-1/+12
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-0/+485