aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/asn1_lib.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-14Change return (x) to return xPauli1-14/+14
2017-07-14Avoid having an unsigned integer decrement below zero.Pauli1-11/+18
2016-10-17Fix embedded string handling.Dr. Stephen Henson1-2/+10
2016-08-20Fix off by 1 in ASN1_STRING_set()Kurt Roeckx1-1/+1
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson1-0/+7
2016-08-02Check for overflows in ASN1_object_size().Dr. Stephen Henson1-12/+16
2016-07-25Constify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_to_UTF8, ASN1_TYPE_get_...FdaSilvaYY1-1/+1
2016-05-17Copyright consolidation 09/10Rich Salz1-54/+6
2016-03-30Fix buffer overrun in ASN1_parse().Ben Laurie1-7/+7
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