aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/tasn_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Check for overlows and error return from ASN1_object_size()Dr. Stephen Henson2016-08-021-9/+16
* Copyright consolidation 08/10Rich Salz2016-05-171-54/+5
* Fix ASN1_INTEGER handling.Dr. Stephen Henson2016-05-031-2/+0
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-3/+3
* New ASN.1 embed macro.Dr. Stephen Henson2015-09-161-0/+10
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Make asn1_ex_i2c, asn1_ex_c2i static.Dr. Stephen Henson2015-03-281-2/+4
* Move more internal only functions to asn1_locl.hDr. Stephen Henson2015-03-261-6/+0
* Move internal only ASN.1 functions to asn1_locl.hDr. Stephen Henson2015-03-251-0/+1
* make ASN1_OBJECT opaqueDr. Stephen Henson2015-03-241-0/+1
* Remove old style ASN.1 support.Dr. Stephen Henson2015-03-231-16/+0
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-3/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-594/+559
* Memory leak and NULL dereference fixes.Dr. Stephen Henson2014-06-271-1/+6
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Avoid warnings.Dr. Stephen Henson2008-02-281-1/+1
* Addenum to "Constify obj_dat.[ch]."Andy Polyakov2007-09-181-1/+2
* Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson2006-11-161-1/+1
* Fixes for BOOL handling: produce errors for invalid string for mini-compiler,Dr. Stephen Henson2006-01-191-5/+8
* "Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups.Andy Polyakov2005-09-201-0/+1
* Extend callback function to support print customization.Dr. Stephen Henson2005-09-011-4/+4
* More ASN1 reformat/tidy.Dr. Stephen Henson2004-04-251-7/+7
* Reformat/tidy some of the ASN1 code.Dr. Stephen Henson2004-04-241-118/+188
* Fix indefinite length encoding so EOC correctly updatesDr. Stephen Henson2003-02-251-2/+4
* Oops, remove old comment out debugging printf...Dr. Stephen Henson2002-10-061-3/+5
* Please do not use C++ comments in C code.Richard Levitte2002-10-061-1/+3
* Preliminary streaming ASN1 encode support.Dr. Stephen Henson2002-10-031-63/+176
* gcc can't spot that 'derlst' is not used uninitialised, so appease it.Geoff Thorpe2001-08-261-1/+1
* avoid compiler warningBodo Möller2001-03-081-1/+1
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-231-6/+6
* Include string.h so mem* functions get properly declared.Richard Levitte2001-02-201-0/+1
* Change the PKCS7 structure to use SEQUENCE OF for theDr. Stephen Henson2000-12-131-1/+12
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-0/+485