summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2000-02-27Fix so Win32 assembly language works with MASM.Dr. Stephen Henson
Add info about where to get MASM.
2000-02-27*** empty log message ***Ulf Möller
2000-02-26workaround no longer neededUlf Möller
2000-02-26removeUlf Möller
2000-02-26Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller
2000-02-26minor clarificationUlf Möller
2000-02-26Make ASN1 types real typedefs.Dr. Stephen Henson
Rebuild error files.
2000-02-26BN_div_recp fix. I've ran divtest for 10 mins and it didn't exhibit aAndy Polyakov
single fault:-) Needless to mention that bnbug.c posted couple of days ago passes as well...
2000-02-26A small script to compile mttest.c on VMS as well.Richard Levitte
2000-02-26Make sure there's some entropy, and log a few more errors.Richard Levitte
2000-02-26More get0 et al. changes. Also provide fgrep targets in CHANGESBodo Möller
where the new functions are mentioned.
2000-02-26make updateRichard Levitte
2000-02-26Make sure that all test files are gone before starting the tests, orRichard Levitte
backup will complain about some version not existing. Perhaps.
2000-02-26Move to using the same perl code as Makefile.sslRichard Levitte
2000-02-26Just as in Unix, make sure to generate some kind of "random data".Richard Levitte
2000-02-26Typo corrected.Richard Levitte
2000-02-26Don't include sys/types.h if NO_SYS_TYPES_H is defined.Richard Levitte
2000-02-26The OpenVMS library is most definitely not built for anything butRichard Levitte
files, unless it's all in unixly syntax. We can't guarantee that right now, so let's skip the whole test suit. There are other places (like the open()) where errors are detected anyway.
2000-02-26Add support for Unixware 7. Thanks to Ron Record <rr@sco.com> for theRichard Levitte
patch.
2000-02-26Make clear which naming convention is meant.Ulf Möller
2000-02-26Fix shadow warning.Dr. Stephen Henson
2000-02-26ftruncate() and fileno() are not supported on all versions of OpenVMSRichard Levitte
(they don't really exist before version 7), so that solution was toast. Instead, let's do it the way it's done on Unix, but then remove older versions of the file. That new mechanism *may* fail for some unixly formated file spec, although I wouldn't worry too much about it.
2000-02-26Rename functions for new convention.Dr. Stephen Henson
2000-02-26Let's avoid compiler warnings over types.Richard Levitte
Actually, this should be resolved by using size_t a bit more, but that'll be for later.
2000-02-26Compile rand_egd.c on VMS as well.Richard Levitte
2000-02-26For safety, check __VMS as well.Richard Levitte
2000-02-26Correct small typoRichard Levitte
2000-02-26Since a stack with quite long name is declared here, vms_idhacks.h isRichard Levitte
also needed to get around C compilers on VMS that set the symbol limit to 31 characters. Bot the macros VMS and __VMS are checked, since there's no real way to know if e_os.h has been included yet.
2000-02-25Small error fix.Richard Levitte
2000-02-25Adjust all the old scripts to deal with the new location.Richard Levitte
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