summaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf_api.c
AgeCommit message (Expand)Author
2021-01-28Update copyright yearRichard Levitte
2021-01-13APPS: Allow OPENSSL_CONF to be empty, not loading a config fileDr. David von Oheimb
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
2020-04-24Rewrite man5/config.pod and related conf code cleanupRich Salz
2018-12-06Following the license change, modify the boilerplates in crypto/conf/Richard Levitte
2018-09-24Use secure_getenv(3) when available.Pauli
2018-05-29Update copyright yearMatt Caswell
2018-05-02Fix memory leaks in CA related functions.Pavel Kopyl
2017-10-18Remove parentheses of return.KaoruToda
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-21Remove OPENSSL_assert() from conf_api.cMatt Caswell
2016-05-20Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz
2016-05-17Copyright consolidation 04/10Rich Salz
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-11Add lh_doall_arg inliningDr. Stephen Henson
2016-01-11Add lh_doall inliningDr. Stephen Henson
2016-01-11Add lh_new() inliningDr. Stephen Henson
2016-01-11Inline LHASH_OFDr. Stephen Henson
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup 11Rich Salz
2015-05-01free null cleanup finaleRich Salz
2015-02-06util/mkstack.pl now generates entire safestack.hRich Salz
2015-01-30Dead code removal: #if 0 conf, dso, pqueue, threadsRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2011-09-02PR: 2576Dr. Stephen Henson
2010-06-12Fix warnings.Ben Laurie
2008-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2008-05-26LHASH revamp. make depend.Ben Laurie
2007-09-07Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson
2005-12-18Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov
2002-01-18Constification, add config to /dev/crypto.Ben Laurie
2001-02-22e_os.h defines Getenv()Richard Levitte
2001-01-09Move all the existing function pointer casts associated with LHASH's twoGeoff Thorpe
2000-12-13Constification of the data of a hash table. This means the callbackRichard Levitte
2000-12-08Next step in tidying up the LHASH code.Geoff Thorpe
2000-12-04Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe
2000-12-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe
2000-10-19NCONF_get_number() has no error checking at all. As a replacement,Richard Levitte
2000-09-09More VMS synchronisationRichard Levitte
2000-09-04Avoid abort() throughout the library, except when preprocessorBodo Möller
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-04-26Clarifications and removal of double declaration...Richard Levitte
2000-04-09I've always wanted to make the CONF library more adaptable. Here'sRichard Levitte