summaryrefslogtreecommitdiff
path: root/crypto/asn1/tasn_dec.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-6/+6
* libcrypto refactoring: make more use of ASN1_STRING_set0()Dr. David von Oheimb2022-07-191-3/+1
* asn1_item_embed_d2i: fix th return checkPeiwei Hu2021-11-221-2/+2
* Teach more of the ASN.1 code about libctx/propqMatt Caswell2021-06-051-34/+66
* tasn_dec: use do/while around statement macrosBenjamin Kaduk2021-05-081-2/+2
* ASN.1: Add some sanity checks for input len <= 0; related coding improvementsDr. David von Oheimb2021-04-211-6/+13
* tasn_dec.c: Add checks for it == NULL arguments; improve coding styleDr. David von Oheimb2021-04-211-19/+29
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Disallow ASN.1 enumerated types to be treated as strings.Pauli2021-04-071-1/+1
* Add ossl_asn1 symbolsShane Lontis2021-03-181-20/+20
* Check that multi-strings/CHOICE types don't use implicit taggingMatt Caswell2020-12-081-0/+19
* remove unused assignmentsPauli2020-12-031-2/+0
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-62/+55
* Fix safestack issues in asn1t.hMatt Caswell2020-09-131-2/+0
* Update copyright yearMatt Caswell2020-05-151-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+1
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-9/+13
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-3/+3
* Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-04-031-1/+1
* Limit ASN.1 constructed types recursive definition depthMatt Caswell2018-03-271-15/+33
* Use safestack.h exclusively internally.Pauli2017-09-281-1/+1
* Don't set choice selector on parse failure.Dr. Stephen Henson2016-11-101-7/+7
* spelling fixes, just comments and readme.klemens2016-08-051-1/+1
* Don't indicate errors during initial adb decode.Dr. Stephen Henson2016-07-061-1/+1
* Change (!seqtt) to (seqtt == NULL)Richard Levitte2016-06-151-3/+3
* Always check that the value returned by asn1_do_adb() is non-NULLRichard Levitte2016-06-151-0/+2
* Check for overflows in EOC.Dr. Stephen Henson2016-06-041-3/+9
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-201-1/+1
* Copyright consolidation 08/10Rich Salz2016-05-171-54/+5
* Fix ASN1_INTEGER handling.Dr. Stephen Henson2016-05-031-2/+0
* Fix memory leaks in ASN.1Emilia Kasper2016-04-041-1/+8
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Fix possible memory leak on BUF_MEM_grow_clean failureFdaSilvaYY2016-01-241-8/+6
* free item after sk_push failmrpre2016-01-231-0/+1
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Free up ASN.1 structures at top level only.Dr. Stephen Henson2015-10-051-28/+40
* New ASN.1 embed macro.Dr. Stephen Henson2015-09-161-0/+10
* d2i: don't update input pointer on failureKurt Roeckx2015-09-141-2/+2
* Initialize potentially uninitialized local variablesGunnar Kudrjavets2015-05-061-1/+1
* free null cleanup finaleRich Salz2015-05-011-3/+2
* Make asn1_ex_i2c, asn1_ex_c2i static.Dr. Stephen Henson2015-03-281-2/+4
* Move more internal only functions to asn1_locl.hDr. Stephen Henson2015-03-261-15/+6
* Move internal only ASN.1 functions to asn1_locl.hDr. Stephen Henson2015-03-251-0/+1
* Remove old style ASN.1 support.Dr. Stephen Henson2015-03-231-64/+2
* Free up ADB and CHOICE if already initialised.Dr. Stephen Henson2015-03-191-3/+21
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-291-1/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1233/+1079