aboutsummaryrefslogtreecommitdiff
path: root/crypto/conf
AgeCommit message (Expand)AuthorFilesLines
2001-02-23make depend.Richard Levitte1-14/+13
2001-02-22e_os.h defines Getenv()Richard Levitte1-0/+1
2001-02-22CONF_METHOD is one of the few places where you find MS_FAR. I can'tRichard Levitte1-9/+9
2001-02-22e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte1-12/+12
2001-02-22Exported header files should not include e_os.h.Richard Levitte1-1/+1
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2-2/+2
2001-02-19Make all configuration macros available for application by makingRichard Levitte4-10/+14
2001-02-06Avoid coredumps for CONF_get_...(NULL, ...)Bodo Möller1-18/+41
2001-01-09Move all the existing function pointer casts associated with LHASH's twoGeoff Thorpe3-6/+11
2000-12-13Constification of the data of a hash table. This means the callbackRichard Levitte1-4/+4
2000-12-08Next step in tidying up the LHASH code.Geoff Thorpe1-9/+14
2000-12-04Make the remaining LHASH macro changes. This should leave no remainingGeoff Thorpe1-2/+5
2000-12-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe3-5/+8
2000-10-19Keep binary backward compatibility by putting new method functionRichard Levitte3-5/+7
2000-10-19Make it possible for methods to load from something other than a BIO,Richard Levitte3-19/+36
2000-10-19NCONF_get_number() has no error checking at all. As a replacement,Richard Levitte4-14/+61
2000-10-16Always return a value.Ben Laurie1-1/+1
2000-10-13Make the new conf implementatoin bug-compatible with the old one.Richard Levitte3-3/+26
2000-09-25'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte1-1/+2
2000-09-09More VMS synchronisationRichard Levitte1-0/+1
2000-09-07'make update'Richard Levitte1-4/+5
2000-09-04Avoid abort() throughout the library, except when preprocessorBodo Möller1-7/+7
2000-06-16Safe stack reorganisation in terms of function casts.Dr. Stephen Henson1-31/+0
2000-06-06Compaq C warns that "the expression 'p=scan_esc(p)' modifies the variableAndy Polyakov1-3/+4
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte2-28/+28
2000-06-01"make update" + stripping the type-specific stack functions out ofGeoff Thorpe1-0/+31
2000-05-29This declaration seems to have been added into the header file accidently.Geoff Thorpe1-1/+0
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2-7/+7
2000-04-26Use CONFerr, not RSAerr, in the conf library...Richard Levitte1-1/+1
2000-04-26Clarifications and removal of double declaration...Richard Levitte2-7/+6
2000-04-09"make update"Richard Levitte1-4/+3
2000-04-09I've always wanted to make the CONF library more adaptable. Here'sRichard Levitte10-325/+1265
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller1-1/+2
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller1-8/+8
1999-11-12It's possible that considering the configuration file as a binary fileRichard Levitte1-0/+4
1999-11-11Fix a couple of outstanding issues: update STATUS file, fix NO_FP_API problems.Dr. Stephen Henson2-12/+8
1999-06-21Don't shadow.Ben Laurie1-3/+3
1999-06-21"make update"Bodo Möller1-2/+3
1999-06-20Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson2-11/+16
1999-06-20New functions CONF_load_bio() and CONF_load_fp() to load a configurationDr. Stephen Henson4-36/+75
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1-0/+14
1999-05-26Fix for memory leak.Dr. Stephen Henson1-1/+1
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1-1/+2
1999-05-20Add a kludge :-(Bodo Möller1-4/+3
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller1-4/+4
1999-05-15Update dependencies.Bodo Möller1-4/+4
1999-05-13VMS support.Ulf Möller1-0/+4
1999-04-29Support INSTALL_PREFIX for packagers.Bodo Möller1-2/+4
1999-04-29Ignore Makefile.saveUlf Möller1-0/+1
1999-04-29Obey $(PERL) when running util/mklink.pl.Bodo Möller1-3/+3