summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2000-02-25New script to compile on systems that already have pthreads in theRichard Levitte
system.
2000-02-25Update the two threads modules to conform to our recommendations (useRichard Levitte
CRYPTO_num_locks() instead of CRYPTO_NUM_LOCKS!), and correct all the inconsistencies with the rest of OpenSSL. At least, this compiles nicely on Linux using PTHREADS. I've done no other tests so far.
2000-02-25Some time in history, SSL_CTX_sessions() disappeared. It is nowRichard Levitte
restored, but not as a macro this time...
2000-02-25flush output.Ulf Möller
Looks like it fails when b is a power of 2, but I never get incorrect results.
2000-02-25Another test passedRichard Levitte
2000-02-25Enhance consistency by using BIO_flush() instead of fflush().Richard Levitte
2000-02-25Changes to synchronise with Unix.Richard Levitte
(actually, much more is needed, like a real config script)
2000-02-25Test the division functions.Ulf Möller
Apparently BN_div_recp reports an error for small divisors (1,2,4,8,40). I haven't got mismatches so far. If you can, please run the test program for a few days (nohup divtest >out& or something), and if it reports a mismatch, post the output.
2000-02-25Status updateRichard Levitte
2000-02-25Linux is almost the only one where getpid() == thread-id. IRIX isAndy Polyakov
another one, but only if you stick to sproc(2).
2000-02-25Use unsigned loop index to make compilers happyBodo Möller
2000-02-25The main() return value is a program's exit code.Ulf Möller
2000-02-25linksUlf Möller
2000-02-25There're two (incompatible) ways to write multi-threaded programs underAndy Polyakov
IRIX, one is to call sproc(2) when every thread does get own pid and POSIX threads when all the threads share same pid.
2000-02-25mention RAND_egd()Ulf Möller
2000-02-25The previous revision should have generated _more_ warnings, not less ...Bodo Möller
The return value of handshake_func is signed, not unsigned.
2000-02-25More VC++ pickiness. (destest.c doesn't have a "return" and the usualGeoff Thorpe
signed/unsigned stuff in s3_pkt.c) Submitted by: Reviewed by: PR:
2000-02-25Gets around VC++ compiler pickiness. (long != double)Geoff Thorpe
PR:
2000-02-25Add OpenSSL licen[cs]e.Bodo Möller
2000-02-25mt contained an old copy of mttest.c. remove it and move the otherUlf Möller
files to crypto/threads
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