aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/conf
Commit message (Expand)AuthorAgeFilesLines
* make updateRichard Levitte2001-07-311-1/+4
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-4/+1
* Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson2001-06-282-36/+20
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
* make depend.Richard Levitte2001-02-231-14/+13
* e_os.h defines Getenv()Richard Levitte2001-02-221-0/+1
* CONF_METHOD is one of the few places where you find MS_FAR. I can'tRichard Levitte2001-02-221-9/+9
* e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-221-12/+12
* Exported header files should not include e_os.h.Richard Levitte2001-02-221-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-202-2/+2
* Make all configuration macros available for application by makingRichard Levitte2001-02-194-10/+14
* Avoid coredumps for CONF_get_...(NULL, ...)Bodo Möller2001-02-061-18/+41
* Move all the existing function pointer casts associated with LHASH's twoGeoff Thorpe2001-01-093-6/+11
* 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-013-5/+8
* Keep binary backward compatibility by putting new method functionRichard Levitte2000-10-193-5/+7
* Make it possible for methods to load from something other than a BIO,Richard Levitte2000-10-193-19/+36
* NCONF_get_number() has no error checking at all. As a replacement,Richard Levitte2000-10-194-14/+61
* Always return a value.Ben Laurie2000-10-161-1/+1
* Make the new conf implementatoin bug-compatible with the old one.Richard Levitte2000-10-133-3/+26
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
* More VMS synchronisationRichard Levitte2000-09-091-0/+1
* 'make update'Richard Levitte2000-09-071-4/+5
* Avoid abort() throughout the library, except when preprocessorBodo Möller2000-09-041-7/+7
* Safe stack reorganisation in terms of function casts.Dr. Stephen Henson2000-06-161-31/+0
* Compaq C warns that "the expression 'p=scan_esc(p)' modifies the variableAndy Polyakov2000-06-061-3/+4
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-012-28/+28
* "make update" + stripping the type-specific stack functions out ofGeoff Thorpe2000-06-011-0/+31
* This declaration seems to have been added into the header file accidently.Geoff Thorpe2000-05-291-1/+0
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-022-7/+7
* Use CONFerr, not RSAerr, in the conf library...Richard Levitte2000-04-261-1/+1
* Clarifications and removal of double declaration...Richard Levitte2000-04-262-7/+6
* "make update"Richard Levitte2000-04-091-4/+3
* I've always wanted to make the CONF library more adaptable. Here'sRichard Levitte2000-04-0910-325/+1265
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-301-8/+8
* It's possible that considering the configuration file as a binary fileRichard Levitte1999-11-121-0/+4
* Fix a couple of outstanding issues: update STATUS file, fix NO_FP_API problems.Dr. Stephen Henson1999-11-112-12/+8
* Don't shadow.Ben Laurie1999-06-211-3/+3
* "make update"Bodo Möller1999-06-211-2/+3
* Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson1999-06-202-11/+16
* New functions CONF_load_bio() and CONF_load_fp() to load a configurationDr. Stephen Henson1999-06-204-36/+75
* Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1999-06-041-0/+14
* Fix for memory leak.Dr. Stephen Henson1999-05-261-1/+1
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-211-1/+2
* Add a kludge :-(Bodo Möller1999-05-201-4/+3
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-201-4/+4
* Update dependencies.Bodo Möller1999-05-151-4/+4