summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/asn_moid.c
AgeCommit message (Expand)Author
2023-12-13Harden asn1 oid loader to invalid inputsNeil Horman
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-09-13Fix safestack issues in conf.hMatt Caswell
2020-05-15Update copyright yearMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte
2018-08-22asn1/asn_moid.c: overhaul do_create.Andy Polyakov
2018-04-17Update copyright yearRichard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2016-06-15Constify some input buffers in asn1FdaSilvaYY
2016-05-17Copyright consolidation 08/10Rich Salz
2016-04-13Remove check_defer()Dr. Stephen Henson
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell
2016-03-23Move dso.h to internalRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-03-24make ASN1_OBJECT opaqueDr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Further comment changes for reformat (master)Matt Caswell
2008-11-05Update obsolete email address...Dr. Stephen Henson
2007-04-08Fix from stable branch.Dr. Stephen Henson
2004-03-27Extend OID config module format.Dr. Stephen Henson
2004-03-05Cleanup ASN1 OID module when it exits.Dr. Stephen Henson
2002-02-22Update from stable branch.Dr. Stephen Henson
2002-01-18Constification, add config to /dev/crypto.Ben Laurie
2002-01-05Experimental configuration code.Dr. Stephen Henson