aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/asn1_lib.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-1/+1
2015-10-15Handle embed flag in ASN1_STRING_copy().Dr. Stephen Henson1-1/+3
2015-10-11embed support for ASN1_STRINGDr. Stephen Henson1-1/+2
2015-09-03remove 0 assignments.Rich Salz1-4/+1
2015-08-10RT3999: Remove sub-component version stringsRich Salz1-1/+0
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-05-01free null cleanup finaleRich Salz1-3/+2
2015-04-28realloc of NULL is like mallocRich Salz1-5/+1
2015-04-28remove malloc castsRich Salz1-1/+1
2015-04-03Remove old ASN.1 functions.Dr. Stephen Henson1-61/+0
2015-03-24free NULL cleanupRich Salz1-1/+3
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson1-5/+4
2015-03-08Cleanse PKCS#8 private key components.Dr. Stephen Henson1-0/+7
2015-01-30Dead code removal: #if 0 asn1, pkcs7Rich Salz1-6/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-380/+368
2014-07-02ASN1 sanity check.Dr. Stephen Henson1-0/+3
2014-06-29Handle BER length encoding.Dr. Stephen Henson1-2/+8
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-24/+20
2008-11-01More size_tification.Ben Laurie1-1/+1
2008-11-01size_tification.Ben Laurie1-19/+23
2007-04-14New function ASN1_STRING_copy() to copy to an alreadyDr. Stephen Henson1-8/+19
2007-04-13Update smime utility to support streaming for -encrypt and -sign -nodetachDr. Stephen Henson1-1/+2
2007-01-21Constify version strings and some structures.Dr. Stephen Henson1-1/+1
2006-05-08Update PKCS#7 enveloped data to new API.Dr. Stephen Henson1-0/+8
2006-03-04make some parameters constNils Larsch1-3/+3
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson1-0/+1
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte1-12/+32
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte1-2/+2
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe1-1/+1
2003-09-30ASN1 parse fix and release file changes.Dr. Stephen Henson1-0/+2
2002-10-03Preliminary streaming ASN1 encode support.Dr. Stephen Henson1-4/+13
2002-08-02Fix typoDr. Stephen Henson1-1/+1
2002-08-02Fix the ASN1 sanity check: correct header lengthDr. Stephen Henson1-4/+5
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke1-4/+6
2002-06-13Add missing prototypes.Lutz Jänicke1-0/+1
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-1/+0
2000-07-10Fix some typose in the i2d/d2i functions thatDr. Stephen Henson1-5/+8
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-5/+5
2000-02-16Pass phrase reorganisation.Dr. Stephen Henson1-1/+1
2000-02-03ispell (and minor modifications)Ulf Möller1-2/+2
2000-01-30Seek out and destroy another evil cast.Ulf Möller1-2/+2
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1-0/+11
1999-07-11Copy flags in ASN1_STRING_dup()Dr. Stephen Henson1-0/+1
1999-05-18Spelling error.Ulf Möller1-4/+4
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-6/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-2/+2
1999-04-23Work with -pedantic!Ben Laurie1-7/+8
1999-04-19Change functions to ANSI C.Ulf Möller1-48/+17