aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-03-01'rand'/'-rand' documentation.Bodo Möller9-8/+16
2000-03-01Document the 'rand' application.Bodo Möller3-1/+50
2000-03-01check for WIN32 (needed by Mingw32)Ulf Möller1-1/+1
2000-03-01Keep the references to other INSTALL files short. These are the UnixUlf Möller1-3/+2
instructions.
2000-02-29'rand' application for creating pseudo-random files.Bodo Möller6-10/+164
2000-02-29Check BN_rand return value.Bodo Möller2-1/+19
"make update".
2000-02-29Point to INSTALL.MacOS for MacOS pre X.Bodo Möller1-1/+2
2000-02-29some people can't read :)Ulf Möller1-0/+1
2000-02-29change wordingUlf Möller1-1/+1
2000-02-29how to recognize assembler problemsUlf Möller1-0/+11
2000-02-29Added configuration support for Linux/IA64Ralf S. Engelschall3-0/+5
Submitted by: Rolf Haberrecker <rolf@suse.de>
2000-02-29MacOS pseudo-random entropy collector.Andy Polyakov4-2067/+2640
Submitted by: Yoram Meroz <yoram@mail.idrive.com> Reviewed by: <appro>
2000-02-29Bug fix.Ulf Möller1-1/+1
Pointed out by: Gisle Vanem <gvanem@eunet.no>
2000-02-28Forgot to check correctly for the new optionsRichard Levitte1-3/+4
2000-02-28Mingw32 can now use assembler.Ulf Möller1-3/+5
2000-02-28Switch for turning on the predictable "random" number generator.Ulf Möller2-7/+20
2000-02-28Fix for non-monolithic build.Ulf Möller2-1/+7
Submitted by: Andrew Gray <agray@iconsinc.com>
2000-02-28Support assembler for Mingw32.Ulf Möller7-3/+139
2000-02-28Shared library support for Solaris and HPUXUlf Möller5-4/+152
by Lutz Behnke and by Lutz Jaenicke. Hopefully we'll have a unified way of handling shared libraries when we move to autoconf...
2000-02-28Switch to 0.9.6, and finally remove the annoying messageBodo Möller2-3/+4
about renamed header files.
2000-02-28Ouch! PKCS7_encrypt() was heading MIME text headers twiceDr. Stephen Henson2-7/+4
because it added them manually and as part of SMIME_crlf_copy(). Removed the manual add.
2000-02-28Tagging has been done, time to switch to 0.9.6-dev.Richard Levitte3-4/+5
2000-02-28Time for a releaseRichard Levitte5-39/+7
2000-02-28A few more tests were reported.Richard Levitte1-1/+4
2000-02-28Typo corrected.Richard Levitte1-1/+1
2000-02-27Short is always promoted to int when passed as a function argument.Richard Levitte1-3/+2
This is especially true when it's part of a '...'.
2000-02-27Include rand.h so RAND_pseudo_bytes may be declared.Richard Levitte1-3/+4
Remove one ampersand so the compiler may complain less. Make rand() static so it will not conflict with the C RTL. Make bug() static too, for good measure.
2000-02-27More platforms passed the test.Richard Levitte1-1/+2
2000-02-27More tests passed.Andy Polyakov1-1/+5
2000-02-27works on solarisUlf Möller1-1/+2
2000-02-27Update the OpenVMS/VAX statusRichard Levitte1-2/+3
2000-02-27IRIX6* tests passed.Andy Polyakov1-1/+3
2000-02-27MacOS tidbits. Add new files to the project, update config.Andy Polyakov3-3004/+2944
2000-02-27correctionsUlf Möller1-4/+4
2000-02-27Works with gcc 2.8.0 as well.Richard Levitte1-1/+3
2000-02-27No, the VAX is not a 64 bit architecture.Richard Levitte1-1/+1
2000-02-27Use standard header file string.h for memset prototype (whereBodo Möller1-1/+1
"standard" refers to the C language, probably there's also some standard that defines memory.h).
2000-02-27Don't call BN_rand with zero bits in bntest.cDr. Stephen Henson2-1/+4
2000-02-27Make sure to catch UnixWare 7, even if the version is 7.1.1 orRichard Levitte1-1/+1
something like that.
2000-02-27Update config for the unixware targets by looking at what was done inRichard Levitte1-2/+7
Apache's GuessOS (from Apache 1.3.1).
2000-02-27Declare memset.Ben Laurie1-0/+1
2000-02-27Typo.Ben Laurie1-1/+1
2000-02-27AIX and HP-UX are passing the tests.Richard Levitte1-1/+4
Warning about old gcc, though (and I recall getting in trouble with gcc 2.8.0. I'll try that again).
2000-02-27OpenSSL doesn't compile well on OpenVMS/VAX, it seems.Richard Levitte1-1/+2
I'm looking into it, it's probably a simple script error.
2000-02-27One test passed for VMS.Richard Levitte1-1/+2
2000-02-27A new beta has been released, and one test is documented.Richard Levitte1-3/+4
2000-02-27OpenVMS often has problems with files with more than on period in it.Richard Levitte1-1/+31
Here's instructions on what to do if you get into trouble because of that.
2000-02-27remove obsolete BN_CTX infoUlf Möller1-12/+2
2000-02-27Add a comment.Bodo Möller1-1/+1
2000-02-27For lack of a better name, this is now called 0.9.5beta3-dev until theRichard Levitte1-2/+2
release.