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
/
tasn_dec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-6
/
+6
*
libcrypto refactoring: make more use of ASN1_STRING_set0()
Dr. David von Oheimb
2022-07-19
1
-3
/
+1
*
asn1_item_embed_d2i: fix th return check
Peiwei Hu
2021-11-22
1
-2
/
+2
*
Teach more of the ASN.1 code about libctx/propq
Matt Caswell
2021-06-05
1
-34
/
+66
*
tasn_dec: use do/while around statement macros
Benjamin Kaduk
2021-05-08
1
-2
/
+2
*
ASN.1: Add some sanity checks for input len <= 0; related coding improvements
Dr. David von Oheimb
2021-04-21
1
-6
/
+13
*
tasn_dec.c: Add checks for it == NULL arguments; improve coding style
Dr. David von Oheimb
2021-04-21
1
-19
/
+29
*
Update copyright year
Matt Caswell
2021-04-08
1
-1
/
+1
*
Disallow ASN.1 enumerated types to be treated as strings.
Pauli
2021-04-07
1
-1
/
+1
*
Add ossl_asn1 symbols
Shane Lontis
2021-03-18
1
-20
/
+20
*
Check that multi-strings/CHOICE types don't use implicit tagging
Matt Caswell
2020-12-08
1
-0
/
+19
*
remove unused assignments
Pauli
2020-12-03
1
-2
/
+0
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-62
/
+55
*
Fix safestack issues in asn1t.h
Matt Caswell
2020-09-13
1
-2
/
+0
*
Update copyright year
Matt Caswell
2020-05-15
1
-1
/
+1
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+1
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-9
/
+13
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2019-03-06
1
-3
/
+3
*
Following the license change, modify the boilerplates in crypto/asn1/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-04-03
1
-1
/
+1
*
Limit ASN.1 constructed types recursive definition depth
Matt Caswell
2018-03-27
1
-15
/
+33
*
Use safestack.h exclusively internally.
Pauli
2017-09-28
1
-1
/
+1
*
Don't set choice selector on parse failure.
Dr. Stephen Henson
2016-11-10
1
-7
/
+7
*
spelling fixes, just comments and readme.
klemens
2016-08-05
1
-1
/
+1
*
Don't indicate errors during initial adb decode.
Dr. Stephen Henson
2016-07-06
1
-1
/
+1
*
Change (!seqtt) to (seqtt == NULL)
Richard Levitte
2016-06-15
1
-3
/
+3
*
Always check that the value returned by asn1_do_adb() is non-NULL
Richard Levitte
2016-06-15
1
-0
/
+2
*
Check for overflows in EOC.
Dr. Stephen Henson
2016-06-04
1
-3
/
+9
*
Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx
Rich Salz
2016-05-20
1
-1
/
+1
*
Copyright consolidation 08/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Fix ASN1_INTEGER handling.
Dr. Stephen Henson
2016-05-03
1
-2
/
+0
*
Fix memory leaks in ASN.1
Emilia Kasper
2016-04-04
1
-1
/
+8
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-1
/
+1
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Fix possible memory leak on BUF_MEM_grow_clean failure
FdaSilvaYY
2016-01-24
1
-8
/
+6
*
free item after sk_push fail
mrpre
2016-01-23
1
-0
/
+1
*
Continue standardising malloc style for libcrypto
Matt Caswell
2015-11-09
1
-1
/
+1
*
Free up ASN.1 structures at top level only.
Dr. Stephen Henson
2015-10-05
1
-28
/
+40
*
New ASN.1 embed macro.
Dr. Stephen Henson
2015-09-16
1
-0
/
+10
*
d2i: don't update input pointer on failure
Kurt Roeckx
2015-09-14
1
-2
/
+2
*
Initialize potentially uninitialized local variables
Gunnar Kudrjavets
2015-05-06
1
-1
/
+1
*
free null cleanup finale
Rich Salz
2015-05-01
1
-3
/
+2
*
Make asn1_ex_i2c, asn1_ex_c2i static.
Dr. Stephen Henson
2015-03-28
1
-2
/
+4
*
Move more internal only functions to asn1_locl.h
Dr. Stephen Henson
2015-03-26
1
-15
/
+6
*
Move internal only ASN.1 functions to asn1_locl.h
Dr. Stephen Henson
2015-03-25
1
-0
/
+1
*
Remove old style ASN.1 support.
Dr. Stephen Henson
2015-03-23
1
-64
/
+2
*
Free up ADB and CHOICE if already initialised.
Dr. Stephen Henson
2015-03-19
1
-3
/
+21
*
clang on Linux x86_64 complains about unreachable code.
Richard Levitte
2015-01-29
1
-1
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-1233
/
+1079
[next]