aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/x_long.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte1-4/+4
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-16Use build.info, not ifdef for crypto modulesRich Salz1-5/+0
2019-11-07Update source files for deprecation at 3.0Richard Levitte1-1/+1
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb1-4/+4
2018-12-06Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte1-1/+1
2018-12-06Refactor the computation of API version limitsRichard Levitte1-1/+1
2018-12-06Switch future deprecation version from 1.2.0 to 3.0Richard Levitte1-1/+1
2017-07-06Memory bounds checking in asn1 code.Pauli1-6/+12
2017-07-05Undo commit d420ac2Rich Salz1-7/+2
2017-04-10Discourage the use of LONG and ZLONG, and deprecate it in the futureRichard Levitte1-0/+4
2017-04-10asn1/x_long.c: remove conditions in inner loops and dependency on BN.Andy Polyakov1-26/+47
2017-04-04Fix faulty check of padding in x_long.cRichard Levitte1-2/+5
2017-04-04Fix a possible integer overflow in long_c2iMatt Caswell1-0/+4
2017-03-20Fix decoding of ASN.1 LONG and ZLONG itemsRichard Levitte1-6/+28
2017-01-15Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx1-1/+1
2016-07-20Cast to an unsigned type before negatingKurt Roeckx1-1/+1
2016-06-24Avoid signed overflowKurt Roeckx1-1/+1
2016-05-17Copyright consolidation 08/10Rich Salz1-54/+5
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-03-02Fix format script.Dr. Stephen Henson1-68/+81
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-87/+91
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-02-08Support custom primitive type printing routines and add one to LONG type.Dr. Stephen Henson1-1/+9
2004-05-17Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe1-0/+1
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte1-2/+3
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte1-2/+8
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe1-1/+1
2001-02-23Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson1-2/+2
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson1-2/+7
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-0/+158