index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
asn1
/
a_d2i_fp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-3
/
+3
*
Teach more of the ASN.1 code about libctx/propq
Matt Caswell
2021-06-05
1
-4
/
+16
*
Replace some of the ERR_clear_error() calls with mark calls
Tomas Mraz
2021-05-13
1
-3
/
+4
*
Add ASN1_item_i2d_mem_bio(); document and improve also ASN1_item_d2i_bio()
Dr. David von Oheimb
2021-05-12
1
-0
/
+2
*
Update copyright year
Matt Caswell
2021-04-22
1
-1
/
+1
*
ASN.1: Add some sanity checks for input len <= 0; related coding improvements
Dr. David von Oheimb
2021-04-21
1
-6
/
+10
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-13
/
+12
*
Update copyright year
Matt Caswell
2020-10-15
1
-1
/
+1
*
STORE: Move the built-in 'file:' loader to become an engine module
Richard Levitte
2020-09-03
1
-0
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Following the license change, modify the boilerplates in crypto/asn1/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-6
/
+6
*
Make asn1_d2i_read_bio accessible from STORE
Richard Levitte
2017-06-29
1
-3
/
+2
*
Check for overflows in EOC.
Dr. Stephen Henson
2016-06-04
1
-5
/
+6
*
Copyright consolidation 08/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Harden ASN.1 BIO handling of large amounts of data.
Dr. Stephen Henson
2016-04-23
1
-10
/
+26
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
1
-1
/
+1
*
free NULL cleanup -- coda
Rich Salz
2015-05-01
1
-6
/
+3
*
Remove unnecessary use of ASN1_const_CTX
Dr. Stephen Henson
2015-04-03
1
-12
/
+14
*
Remove unnecessary asn1_mac.h includes.
Dr. Stephen Henson
2015-03-30
1
-1
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-198
/
+180
*
Cleanup OPENSSL_NO_xxx, part 1
master-pre-reformat
Rich Salz
2015-01-14
1
-2
/
+2
*
Check for potentially exploitable overflows in asn1_d2i_read_bio
Dr. Stephen Henson
2012-04-19
1
-14
/
+40
*
Update util/ck_errf.pl script, and have it run automatically
Bodo Möller
2005-05-09
1
-6
/
+6
*
Resolve signed vs. unsigned.
Richard Levitte
2005-04-20
1
-1
/
+1
*
make sure error queue is totally emptied
Nils Larsch
2005-04-07
1
-1
/
+1
*
Simplicate and add lightness.
Ben Laurie
2005-03-31
1
-6
/
+2
*
Give everything prototypes (well, everything that's actually used).
Ben Laurie
2005-03-31
1
-8
/
+10
*
Constify d2i, s2i, c2i and r2i functions and other associated
Richard Levitte
2004-03-15
1
-3
/
+3
*
Workaround for GCC-ia64 compiler bug.
Andy Polyakov
2002-12-06
1
-0
/
+5
*
In asn1_d2i_read_bio, don't assume BIO_read will
Dr. Stephen Henson
2002-12-03
1
-5
/
+10
*
Security fixes brought forward from 0.9.7.
Ben Laurie
2002-11-13
1
-2
/
+2
*
Make all configuration macros available for application by making
Richard Levitte
2001-02-19
1
-2
/
+2
*
ASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement of
Dr. Stephen Henson
2000-12-30
1
-5
/
+62
*
Change #include filenames from <foo.h> to <openssl.h>.
Bodo Möller
1999-04-23
1
-2
/
+2
*
Change functions to ANSI C.
Ulf Möller
1999-04-19
1
-10
/
+4
*
Import of old SSLeay release: SSLeay 0.9.0b
Ralf S. Engelschall
1998-12-21
1
-2
/
+3
*
Import of old SSLeay release: SSLeay 0.8.1b
Ralf S. Engelschall
1998-12-21
1
-0
/
+200