It was just pointed out to me that it's better to cast to double...
[openssl.git] / crypto / conf /
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-11-29 Richard LevitteWe're getting a clash with C++ because it has a type...
2003-11-21 Geoff ThorpeFix a small bug in str_copy: if more than one variable...
2003-05-01 Richard Levittemake update
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_ERR.
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-12-29 Richard Levittemake update
2002-11-14 Richard LevitteHandle last lines that aren't properly terminated.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-11-12 Dr. Stephen HensonInitial ASN1 generation code. This can construct
2002-10-09 Richard LevitteAdd a few more VxWorks targets.
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-08-09 Bodo Möllermake update
2002-07-30 Lutz JänickeOpenSSL Security Advisory [30 July 2002]
2002-07-30 Lutz Jänicke"make update"
2002-07-14 Bodo MöllerReplace 'ecdsaparam' commandline utility by 'ecparam'
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-06-13 Lutz JänickeAdd missing prototypes.
2002-03-18 Bodo MöllerFix bugs and typos.
2002-02-26 Richard Levittemake update, after moving around symbols in libeay...
2002-02-23 Dr. Stephen HensonNew OPENSSL_LOAD_CONF define to load openssl.cnf
2002-02-22 Dr. Stephen HensonConfig code updates.
2002-02-21 Dr. Stephen HensonConfig file updates from stable branch
2002-02-13 Bodo MöllerECDSA support
2002-01-24 Bodo Möllerfix formatting of automatically generated error section
2002-01-24 Bodo MöllerNew functions
2002-01-24 Richard Levittemake update
2002-01-22 Ben LaurieMake no config file not an error. Move /dev/crypto...
2002-01-22 Dr. Stephen HensonConstification.
2002-01-22 Dr. Stephen Hensondefault_algorithms option in ENGINE config.
2002-01-21 Dr. Stephen HensonInitial ENGINE config module, docs to follow.
2002-01-18 Ben LaurieConstification, add config to /dev/crypto.
2002-01-18 Bodo Möllerdisable broken code
2002-01-18 Ben LaurieOther errors are possible.
2002-01-18 Ben LaurieStupid apps should die, not fail silently.
2002-01-18 Ben LaurieFix memory leak.
2002-01-18 Ben LaurieConstification, missing declaration, update dependencies.
2002-01-12 Ben LaurieReturn value could be undefined.
2002-01-05 Dr. Stephen HensonExperimental configuration code.
2002-01-02 Richard LevitteAllow 8-bit characters. This is not really complete...
2001-12-17 Bodo Möllerremove redundant ERR_load_... declarations
2001-11-15 Richard Levittemake update
2001-07-31 Richard Levittemake update
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-06-28 Dr. Stephen HensonModify apps to use NCONF code instead of old CONF code.
2001-03-09 Bodo MöllerInstead of telling both 'make' and the user that ranlib
2001-02-23 Richard Levittemake depend.
2001-02-22 Richard Levittee_os.h defines Getenv()
2001-02-22 Richard LevitteCONF_METHOD is one of the few places where you find...
2001-02-22 Richard Levittee_os.h does not belong with the exported headers. ...
2001-02-22 Richard LevitteExported header files should not include e_os.h.
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-06 Bodo MöllerAvoid coredumps for CONF_get_...(NULL, ...)
2001-01-09 Geoff ThorpeMove all the existing function pointer casts associated...
2000-12-13 Richard LevitteConstification of the data of a hash table. This means...
2000-12-08 Geoff ThorpeNext step in tidying up the LHASH code.
2000-12-04 Geoff ThorpeMake the remaining LHASH macro changes. This should...
2000-12-01 Geoff ThorpeFirst step in tidying up the LHASH code. The callback...
2000-10-19 Richard LevitteKeep binary backward compatibility by putting new metho...
2000-10-19 Richard LevitteMake it possible for methods to load from something...
2000-10-19 Richard LevitteNCONF_get_number() has no error checking at all. As...
2000-10-16 Ben LaurieAlways return a value.
2000-10-13 Richard LevitteMake the new conf implementatoin bug-compatible with...
2000-09-25 Richard Levitte'ranlib' doesn't always run on some systems. That...
2000-09-09 Richard LevitteMore VMS synchronisation
2000-09-07 Richard Levitte'make update'
2000-09-04 Bodo MöllerAvoid abort() throughout the library, except when prepr...
2000-06-16 Dr. Stephen HensonSafe stack reorganisation in terms of function casts.
2000-06-06 Andy PolyakovCompaq C warns that "the expression 'p=scan_esc(p)...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-06-01 Geoff Thorpe"make update" + stripping the type-specific stack funct...
2000-05-29 Geoff ThorpeThis declaration seems to have been added into the...
2000-05-02 Richard LevitteIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm...
2000-04-26 Richard LevitteUse CONFerr, not RSAerr, in the conf library...
2000-04-26 Richard LevitteClarifications and removal of double declaration...
2000-04-09 Richard Levitte"make update"
2000-04-09 Richard LevitteI've always wanted to make the CONF library more adapta...
2000-03-05 Bodo MöllerPreserve reason strings in automatically build tables.
2000-01-30 Ulf MöllerSource code cleanups: Use void * rather than char ...
1999-11-12 Richard LevitteIt's possible that considering the configuration file...
1999-11-11 Dr. Stephen HensonFix a couple of outstanding issues: update STATUS file...
1999-06-21 Ben LaurieDon't shadow.
1999-06-21 Bodo Möller"make update"
1999-06-20 Dr. Stephen HensonConvert the CONF library to use a typesafe stack: a...
1999-06-20 Dr. Stephen HensonNew functions CONF_load_bio() and CONF_load_fp() to...
1999-06-04 Ulf MöllerSupport the EBCDIC character set and BS2000/OSD-POSIX...
1999-05-26 Dr. Stephen HensonFix for memory leak.
1999-05-21 Bodo MöllerIt was a very bad idea to use #include "../e_os.h"...
1999-05-20 Bodo MöllerAdd a kludge :-(
1999-05-20 Bodo MöllerDon't install e_os.h in include/openssl, use it only...
1999-05-15 Bodo MöllerUpdate dependencies.
1999-05-13 Ulf MöllerVMS support.
1999-04-29 Bodo MöllerSupport INSTALL_PREFIX for packagers.
1999-04-29 Ulf MöllerIgnore Makefile.save
1999-04-29 Bodo MöllerObey $(PERL) when running util/mklink.pl.
1999-04-28 Bodo MöllerUse util/mklink.pl instead of util/mklink.sh.
1999-04-27 Ulf MöllerNew Configure option no-<cipher> (rsa, idea, rc5, ...
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
next