summaryrefslogtreecommitdiff
path: root/crypto/conf/conf_api.c
Commit message (Expand)AuthorAgeFilesLines
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Rewrite man5/config.pod and related conf code cleanupRich Salz2020-04-241-39/+28
* Following the license change, modify the boilerplates in crypto/conf/Richard Levitte2018-12-061-1/+1
* Use secure_getenv(3) when available.Pauli2018-09-241-2/+3
* Update copyright yearMatt Caswell2018-05-291-1/+1
* Fix memory leaks in CA related functions.Pavel Kopyl2018-05-021-1/+3
* Remove parentheses of return.KaoruToda2017-10-181-12/+12
* Move e_os.h to be the very first include.Pauli2017-08-301-1/+1
* Remove OPENSSL_assert() from conf_api.cMatt Caswell2017-08-211-1/+2
* Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxxRich Salz2016-05-201-1/+1
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+6
* Remove outdated DEBUG flags.Rich Salz2016-02-181-6/+0
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Add lh_doall_arg inliningDr. Stephen Henson2016-01-111-9/+7
* Add lh_doall inliningDr. Stephen Henson2016-01-111-2/+1
* Add lh_new() inliningDr. Stephen Henson2016-01-111-7/+4
* Inline LHASH_OFDr. Stephen Henson2016-01-111-3/+2
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free NULL cleanup 11Rich Salz2015-05-011-11/+7
* free null cleanup finaleRich Salz2015-05-011-2/+1
* util/mkstack.pl now generates entire safestack.hRich Salz2015-02-061-2/+0
* Dead code removal: #if 0 conf, dso, pqueue, threadsRich Salz2015-01-301-22/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-202/+206
* PR: 2576Dr. Stephen Henson2011-09-021-0/+1
* Fix warnings.Ben Laurie2010-06-121-1/+1
* Avoid warnings with -pedantic, specifically:Dr. Stephen Henson2008-07-041-1/+1
* More type-checking.Ben Laurie2008-06-041-20/+16
* LHASH revamp. make depend.Ben Laurie2008-05-261-59/+55
* Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson2007-09-071-1/+1
* Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov2005-12-181-2/+2
* Constification, add config to /dev/crypto.Ben Laurie2002-01-181-8/+9
* e_os.h defines Getenv()Richard Levitte2001-02-221-0/+1
* Move all the existing function pointer casts associated with LHASH's twoGeoff Thorpe2001-01-091-2/+4
* Constification of the data of a hash table. This means the callbackRichard Levitte2000-12-131-4/+4
* Next step in tidying up the LHASH code.Geoff Thorpe2000-12-081-9/+14
* Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe2000-12-041-2/+5
* First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe2000-12-011-3/+6
* NCONF_get_number() has no error checking at all. As a replacement,Richard Levitte2000-10-191-0/+4
* More VMS synchronisationRichard Levitte2000-09-091-0/+1
* Avoid abort() throughout the library, except when preprocessorBodo Möller2000-09-041-7/+7
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-12/+12
* Clarifications and removal of double declaration...Richard Levitte2000-04-261-3/+3
* I've always wanted to make the CONF library more adaptable. Here'sRichard Levitte2000-04-091-0/+288