aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2000-03-01check for WIN32 (needed by Mingw32)Ulf Möller1-1/+1
2000-02-29'rand' application for creating pseudo-random files.Bodo Möller2-2/+2
2000-02-29Check BN_rand return value.Bodo Möller1-1/+2
2000-02-29Bug fix.Ulf Möller1-1/+1
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öller1-1/+5
2000-02-28Support assembler for Mingw32.Ulf Möller2-2/+12
2000-02-28Ouch! PKCS7_encrypt() was heading MIME text headers twiceDr. Stephen Henson1-7/+0
2000-02-28Tagging has been done, time to switch to 0.9.6-dev.Richard Levitte1-2/+2
2000-02-28Time for a releaseRichard Levitte1-2/+2
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
2000-02-27Include rand.h so RAND_pseudo_bytes may be declared.Richard Levitte1-3/+4
2000-02-27Use standard header file string.h for memset prototype (whereBodo Möller1-1/+1
2000-02-27Don't call BN_rand with zero bits in bntest.cDr. Stephen Henson1-1/+1
2000-02-27Declare memset.Ben Laurie1-0/+1
2000-02-27Typo.Ben Laurie1-1/+1
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
2000-02-27Change version string to reflect the release of beta 2.OpenSSL_0_9_5beta2Richard Levitte1-1/+1
2000-02-27New logical names to skip algorithms are now supported.Richard Levitte1-6/+27
2000-02-27Bug fix!Ulf Möller1-6/+48
2000-02-27Fix so Win32 assembly language works with MASM.Dr. Stephen Henson2-2/+9
2000-02-27*** empty log message ***Ulf Möller2-5/+3
2000-02-26workaround no longer neededUlf Möller1-9/+0
2000-02-26removeUlf Möller1-24/+0
2000-02-26Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller25-3425/+181
2000-02-26Make ASN1 types real typedefs.Dr. Stephen Henson4-4/+4
2000-02-26BN_div_recp fix. I've ran divtest for 10 mins and it didn't exhibit aAndy Polyakov1-18/+8
2000-02-26A small script to compile mttest.c on VMS as well.Richard Levitte1-0/+9
2000-02-26Make sure there's some entropy, and log a few more errors.Richard Levitte1-2/+16
2000-02-26More get0 et al. changes. Also provide fgrep targets in CHANGESBodo Möller6-14/+14
2000-02-26make updateRichard Levitte1-2/+4
2000-02-26Don't include sys/types.h if NO_SYS_TYPES_H is defined.Richard Levitte1-1/+3
2000-02-26ftruncate() and fileno() are not supported on all versions of OpenVMSRichard Levitte1-1/+30
2000-02-26Rename functions for new convention.Dr. Stephen Henson18-92/+92
2000-02-26Let's avoid compiler warnings over types.Richard Levitte1-2/+3
2000-02-26Compile rand_egd.c on VMS as well.Richard Levitte1-1/+1
2000-02-26For safety, check __VMS as well.Richard Levitte1-1/+1
2000-02-26Since a stack with quite long name is declared here, vms_idhacks.h isRichard Levitte1-1/+6
2000-02-25Small error fix.Richard Levitte1-1/+2
2000-02-25Adjust all the old scripts to deal with the new location.Richard Levitte6-6/+6
2000-02-25New script to compile on systems that already have pthreads in theRichard Levitte1-0/+7
2000-02-25Update the two threads modules to conform to our recommendations (useRichard Levitte2-56/+98
2000-02-25flush output.Ulf Möller1-3/+4
2000-02-25Enhance consistency by using BIO_flush() instead of fflush().Richard Levitte2-18/+18
2000-02-25Changes to synchronise with Unix.Richard Levitte1-0/+1
2000-02-25Test the division functions.Ulf Möller2-0/+41
2000-02-25The main() return value is a program's exit code.Ulf Möller1-2/+1
2000-02-25More VC++ pickiness. (destest.c doesn't have a "return" and the usualGeoff Thorpe1-0/+1