aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/tasn_utl.c
Commit message (Expand)AuthorAgeFilesLines
* 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