summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2000-03-01check for WIN32 (needed by Mingw32)Ulf Möller
2000-02-29'rand' application for creating pseudo-random files.Bodo Möller
2000-02-29Check BN_rand return value.Bodo Möller
2000-02-29Bug fix.Ulf Möller
2000-02-28Switch for turning on the predictable "random" number generator.Ulf Möller
2000-02-28Fix for non-monolithic build.Ulf Möller
2000-02-28Support assembler for Mingw32.Ulf Möller
2000-02-28Ouch! PKCS7_encrypt() was heading MIME text headers twiceDr. Stephen Henson
2000-02-28Tagging has been done, time to switch to 0.9.6-dev.Richard Levitte
2000-02-28Time for a releaseRichard Levitte
2000-02-28Typo corrected.Richard Levitte
2000-02-27Short is always promoted to int when passed as a function argument.Richard Levitte
2000-02-27Include rand.h so RAND_pseudo_bytes may be declared.Richard Levitte
2000-02-27Use standard header file string.h for memset prototype (whereBodo Möller
2000-02-27Don't call BN_rand with zero bits in bntest.cDr. Stephen Henson
2000-02-27Declare memset.Ben Laurie
2000-02-27Typo.Ben Laurie
2000-02-27Add a comment.Bodo Möller
2000-02-27For lack of a better name, this is now called 0.9.5beta3-dev until theRichard Levitte
2000-02-27Change version string to reflect the release of beta 2.OpenSSL_0_9_5beta2Richard Levitte
2000-02-27New logical names to skip algorithms are now supported.Richard Levitte
2000-02-27Bug fix!Ulf Möller
2000-02-27Fix so Win32 assembly language works with MASM.Dr. Stephen Henson
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-26Make ASN1 types real typedefs.Dr. Stephen Henson
2000-02-26BN_div_recp fix. I've ran divtest for 10 mins and it didn't exhibit aAndy Polyakov
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
2000-02-26make updateRichard Levitte
2000-02-26Don't include sys/types.h if NO_SYS_TYPES_H is defined.Richard Levitte
2000-02-26ftruncate() and fileno() are not supported on all versions of OpenVMSRichard Levitte
2000-02-26Rename functions for new convention.Dr. Stephen Henson
2000-02-26Let's avoid compiler warnings over types.Richard Levitte
2000-02-26Compile rand_egd.c on VMS as well.Richard Levitte
2000-02-26For safety, check __VMS as well.Richard Levitte
2000-02-26Since a stack with quite long name is declared here, vms_idhacks.h isRichard Levitte
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
2000-02-25Update the two threads modules to conform to our recommendations (useRichard Levitte
2000-02-25flush output.Ulf Möller
2000-02-25Enhance consistency by using BIO_flush() instead of fflush().Richard Levitte
2000-02-25Changes to synchronise with Unix.Richard Levitte
2000-02-25Test the division functions.Ulf Möller
2000-02-25The main() return value is a program's exit code.Ulf Möller
2000-02-25More VC++ pickiness. (destest.c doesn't have a "return" and the usualGeoff Thorpe