summaryrefslogtreecommitdiff
path: root/crypto/asn1/a_d2i_fp.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+3
* Teach more of the ASN.1 code about libctx/propqMatt Caswell2021-06-051-4/+16
* Replace some of the ERR_clear_error() calls with mark callsTomas Mraz2021-05-131-3/+4
* Add ASN1_item_i2d_mem_bio(); document and improve also ASN1_item_d2i_bio()Dr. David von Oheimb2021-05-121-0/+2
* Update copyright yearMatt Caswell2021-04-221-1/+1
* ASN.1: Add some sanity checks for input len <= 0; related coding improvementsDr. David von Oheimb2021-04-211-6/+10
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-13/+12
* Update copyright yearMatt Caswell2020-10-151-1/+1
* STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte2020-09-031-0/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte2018-12-061-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-6/+6
* Make asn1_d2i_read_bio accessible from STORERichard Levitte2017-06-291-3/+2
* Check for overflows in EOC.Dr. Stephen Henson2016-06-041-5/+6
* Copyright consolidation 08/10Rich Salz2016-05-171-54/+6
* Harden ASN.1 BIO handling of large amounts of data.Dr. Stephen Henson2016-04-231-10/+26
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free NULL cleanup -- codaRich Salz2015-05-011-6/+3
* Remove unnecessary use of ASN1_const_CTXDr. Stephen Henson2015-04-031-12/+14
* Remove unnecessary asn1_mac.h includes.Dr. Stephen Henson2015-03-301-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-198/+180
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-2/+2
* Check for potentially exploitable overflows in asn1_d2i_read_bioDr. Stephen Henson2012-04-191-14/+40
* Update util/ck_errf.pl script, and have it run automaticallyBodo Möller2005-05-091-6/+6
* Resolve signed vs. unsigned.Richard Levitte2005-04-201-1/+1
* make sure error queue is totally emptiedNils Larsch2005-04-071-1/+1
* Simplicate and add lightness.Ben Laurie2005-03-311-6/+2
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-8/+10
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-3/+3
* Workaround for GCC-ia64 compiler bug.Andy Polyakov2002-12-061-0/+5
* In asn1_d2i_read_bio, don't assume BIO_read willDr. Stephen Henson2002-12-031-5/+10
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-2/+2
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-2/+2
* ASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement ofDr. Stephen Henson2000-12-301-5/+62
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-10/+4
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-2/+3
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+200