summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2000-02-25Fix off-by-one error :-)Bodo Möller
2000-02-25In "make clean", delete files created by "make report".Bodo Möller
2000-02-25Fix warnings by using unsigned int where appropriate.Bodo Möller
2000-02-25Ignore files that, well, should be ignored.Bodo Möller
2000-02-25VC++ problemUlf Möller
2000-02-25*** empty log message ***Ulf Möller
2000-02-25EGD bugfix.Ulf Möller
Submitted by: Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2000-02-25ispellUlf Möller
2000-02-25linux-ppcUlf Möller
Submitted by: Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2000-02-25signed/unsigned mismatch (VC++)Ulf Möller
Submitted by: Peter 'Luna' Runestig" <peter+openssl-users@runestig.com>
2000-02-25different snprintf version.Ulf Möller
2000-02-25Use threads for linux-ppc.Bodo Möller
2000-02-25Clarification.Bodo Möller
2000-02-25handle entropy estimate correctlyBodo Möller
2000-02-25Allow code which calls RSA temp key callback to copeDr. Stephen Henson
with a failure. Fix typos in some error codes.
2000-02-25divide the correct number...Ulf Möller
2000-02-24work around a bug in BN_div_recp or BN_reciprocalUlf Möller
2000-02-24BIO_printf() changeUlf Möller
2000-02-24some test results.Ulf Möller
2000-02-24Yet another "unixware" spelling.Ulf Möller
2000-02-24Use public domain snprintf() implementation by Patrick Powell to avoidUlf Möller
potential buffer overrun in BIO_printf(). ---------------------------------------------------------------------- crypto/bio/b_print.c CVS: ----------------------------------------------------------------------
2000-02-24Version 0.9.5beta2-dev (so that the next snapshot will notBodo Möller
claim to be 0.9.5beta1). (Are the version number examples correct -- the same numerical code for: * 0.9.3beta2-dev 0x00903002 * 0.9.3beta2 0x00903002 ?)
2000-02-24Don't use buffered fread() to read from DEVRANDOM,Bodo Möller
because this will drain the entropy pool.
2000-02-24Do fflush(stdout) when there was an error.Bodo Möller
2000-02-24mention that EGD is used in non-blocking mode.Ulf Möller
2000-02-24Don't define platform-dependent preprocessor symbols for OPENSSL_THREAD_DEFINES.Bodo Möller
"make update".
2000-02-24EGD socket info.Ulf Möller
2000-02-24remove some (apparently) obsolete entries.Ulf Möller
please put them back in if they're still valid, and remove others that are outdated
2000-02-24Remove structures that are no longer used.Richard Levitte
2000-02-24nicer manpagesUlf Möller
2000-02-24Add missing prototypes for new functionsRalf S. Engelschall
2000-02-24Make gcc 2.95.2 happy here, too.Ralf S. Engelschall
2000-02-24Add an evil cast, because POSIX/SUSv2 define connect(2) requireRalf S. Engelschall
the second argument to be of type ``struct sockaddr *''.
2000-02-24Avoid filename "test.c" because otherwise "make test"Bodo Möller
will invoke a default rule built into make.
2000-02-24Fix NO_RSA (misplaced #endif).Ulf Möller
2000-02-24EGD info, as requested.Ulf Möller
2000-02-24remove test "goto err"Ulf Möller
2000-02-24Support EGD.Ulf Möller
2000-02-240.9.5beta1OpenSSL_0_9_5beta1Richard Levitte
2000-02-24Make it possible to have differing tar versions.Richard Levitte
2000-02-24Correct a couple of command errors.Richard Levitte
2000-02-24CRYPTO_num_locks()Ulf Möller
2000-02-23New make target "report" to run util/selftest.plUlf Möller
2000-02-23yet another faq.Ulf Möller
2000-02-23make updateRichard Levitte
2000-02-23Avoid saving any macros starting with a _, since that can createRichard Levitte
trouble if header files are included in some "impropper" order. It's much better if the application programmer has to specify on his or her own if _REENTRANT shall be defined and when.
2000-02-23correct macro.Ulf Möller
2000-02-23*** empty log message ***Ulf Möller
2000-02-23Run the test suite and generate a report.Ulf Möller
2000-02-23add missing names.Ulf Möller