summaryrefslogtreecommitdiff
path: root/crypto/asn1/tasn_utl.c
Commit message (Expand)AuthorAgeFilesLines
* Rework and make DEBUG macros consistent.Rich Salz2021-05-281-3/+1
* Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis2021-04-161-0/+2
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add ossl_asn1 symbolsShane Lontis2021-03-181-17/+18
* Update copyright yearMatt Caswell2020-11-261-1/+1
* REF_PRINT: cast pointer to void to avoid warningsDaniel Bevenius2020-11-161-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-4/+4
* 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-25/+57
* Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte2018-12-061-1/+1
* asn1/tasn_utl.c: fix logical error in and overhaul asn1_do_lock.Andy Polyakov2018-08-011-12/+23
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-031-2/+3
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-301-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-301-1/+2
* Add missing include of cryptlib.hRich Salz2017-08-061-1/+1
* Rework error handling from asn1_do_lock method.FdaSilvaYY2016-06-231-10/+14
* Fix omitted selector handling.Dr. Stephen Henson2016-06-141-1/+1
* Raise an Err when CRYPTO_THREAD_lock_new failsFdaSilvaYY2016-06-011-1/+4
* Copyright consolidation 08/10Rich Salz2016-05-171-54/+5
* Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini2016-03-081-1/+8
* Add ASN.1 ADB callback.Dr. Stephen Henson2016-03-041-0/+6
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-5/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Fix no-stdio buildDavid Woodhouse2015-09-291-0/+1
* free null cleanup finaleRich Salz2015-05-011-4/+2
* Remove combine option from ASN.1 code.Dr. Stephen Henson2015-03-261-2/+0
* Move internal only ASN.1 functions to asn1_locl.hDr. Stephen Henson2015-03-251-0/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-173/+169
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-1/+1
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* More ASN1 reformat/tidy.Dr. Stephen Henson2004-04-251-52/+77
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-1/+1
* Preliminary streaming ASN1 encode support.Dr. Stephen Henson2002-10-031-1/+2
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-231-1/+1
* Include string.h so mem* functions get properly declared.Richard Levitte2001-02-201-0/+1
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-0/+252