summaryrefslogtreecommitdiff
path: root/crypto/asn1/asn_moid.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-3/+3
* Fix safestack issues in conf.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/+2
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-3/+3
* Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte2018-12-061-1/+1
* asn1/asn_moid.c: overhaul do_create.Andy Polyakov2018-08-221-18/+12
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-031-2/+3
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-5/+5
* Constify some input buffers in asn1FdaSilvaYY2016-06-151-3/+4
* Copyright consolidation 08/10Rich Salz2016-05-171-54/+5
* Remove check_defer()Dr. Stephen Henson2016-04-131-1/+0
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-1/+1
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-1/+1
* Deprecate OBJ_cleanup() and make it a no-opMatt Caswell2016-04-131-1/+2
* Move dso.h to internalRich Salz2016-03-231-1/+0
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-1/+2
* make ASN1_OBJECT opaqueDr. Stephen Henson2015-03-241-0/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-77/+69
* Further comment changes for reformat (master)Matt Caswell2015-01-221-1/+2
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Fix from stable branch.Dr. Stephen Henson2007-04-081-1/+1
* Extend OID config module format.Dr. Stephen Henson2004-03-271-2/+62
* Cleanup ASN1 OID module when it exits.Dr. Stephen Henson2004-03-051-2/+7
* Update from stable branch.Dr. Stephen Henson2002-02-221-11/+21
* Constification, add config to /dev/crypto.Ben Laurie2002-01-181-1/+1
* Experimental configuration code.Dr. Stephen Henson2002-01-051-0/+85