aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/x_long.c
Commit message (Expand)AuthorAgeFilesLines
* Memory bounds checking in asn1 code.Pauli2017-07-061-6/+12
* Undo commit d420ac2Rich Salz2017-07-051-7/+2
* Discourage the use of LONG and ZLONG, and deprecate it in the futureRichard Levitte2017-04-101-0/+4
* asn1/x_long.c: remove conditions in inner loops and dependency on BN.Andy Polyakov2017-04-101-26/+47
* Fix faulty check of padding in x_long.cRichard Levitte2017-04-041-2/+5
* Fix a possible integer overflow in long_c2iMatt Caswell2017-04-041-0/+4
* Fix decoding of ASN.1 LONG and ZLONG itemsRichard Levitte2017-03-201-6/+28
* Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx2017-01-151-1/+1
* Cast to an unsigned type before negatingKurt Roeckx2016-07-201-1/+1
* Avoid signed overflowKurt Roeckx2016-06-241-1/+1
* Copyright consolidation 08/10Rich Salz2016-05-171-54/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Fix format script.Dr. Stephen Henson2015-03-021-68/+81
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-87/+91
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Support custom primitive type printing routines and add one to LONG type.Dr. Stephen Henson2008-02-081-1/+9
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-171-0/+1
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-2/+3
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-2/+8
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-1/+1
* Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson2001-02-231-2/+2
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-231-2/+7
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-0/+158