aboutsummaryrefslogtreecommitdiff
path: root/crypto/rand
AgeCommit message (Expand)AuthorFilesLines
2002-08-09make updateBodo Möller1-3/+3
2002-07-30"make update"Lutz Jänicke1-7/+7
2002-07-18OPENSSL_SYS_WIN32 is important so util/mkdef.pl can detect itRichard Levitte1-1/+1
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller1-35/+72
2002-06-27opensslconf.h doesn't define what we want, e_os2.h does.Richard Levitte1-1/+1
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte1-1/+1
2002-06-27When compiling for Windows, make sure we have the windows definitions declared.Richard Levitte1-1/+6
2002-06-20<sys/select.h> is included for AIX, when USE_SOCKETS is defined.Lutz Jänicke1-0/+1
2002-06-20AIX (V3) requires <sys/select.h> (included via e_os.h) for fd_set.Lutz Jänicke1-0/+1
2002-06-13Add support for DJGPP.Richard Levitte1-1/+1
2002-05-22Use OPENSSL_SYS_VMS instead of just VMSRichard Levitte1-1/+1
2002-02-21disable '#ifdef DEBUG' sectionsBodo Möller1-3/+3
2002-02-14Add the configuration target VxWorks.Richard Levitte1-1/+5
2002-02-13ECDSA supportBodo Möller1-6/+7
2001-10-25Like MD_Init, MD now must include a NULL engine pointer in its definition.Bodo Möller1-4/+4
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson1-5/+5
2001-10-04'make update'Richard Levitte1-27/+30
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte1-1/+1
2001-09-25"make update".Geoff Thorpe1-3/+6
2001-09-25This commits changes to various parts of libcrypto required by the recentGeoff Thorpe2-26/+51
2001-09-10make updateGeoff Thorpe1-12/+12
2001-09-10copyrightBodo Möller1-1/+1
2001-09-07The various hash #includes in rand_lcl.h *are* needed despiteBodo Möller2-2/+4
2001-09-07Now need sha.h for some reason.Ben Laurie1-0/+1
2001-09-07make engine file names unique in 8.3Ulf Möller1-15/+24
2001-09-06include the proper header fileUlf Möller1-5/+2
2001-08-05Start to reduce some of the header bloat.Ben Laurie3-26/+14
2001-08-03Header bloat reduction for EVP_PKEY.Ben Laurie1-20/+13
2001-07-31make updateRichard Levitte1-5/+8
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie3-76/+43
2001-07-25md_rand.c thread safetyBodo Möller1-2/+21
2001-07-24Avoid race condition.Bodo Möller1-4/+2
2001-07-10make updateRichard Levitte1-0/+20
2001-07-10EVP_Digest() takes one more parameter.Richard Levitte1-4/+4
2001-07-10Fix PRNG.Bodo Möller1-21/+29
2001-07-02[Forgotten commits?]Richard Levitte1-2/+2
2001-07-01Changes to have OpenSSL compile on OS/2.Richard Levitte2-1/+148
2001-06-23make updateRichard Levitte1-21/+56
2001-06-21Fix memory leak when RAND is used: need to cleanupDr. Stephen Henson1-2/+3
2001-06-19Change all calls to low level digest routines in the library andDr. Stephen Henson2-44/+15
2001-06-07ERR_peek_error() returns "unsigned long".Lutz Jänicke1-1/+2
2001-06-05'make update'Richard Levitte1-7/+10
2001-05-15Increase ENTROPY_NEEDED to support Rijndael's larger key size.Lutz Jänicke1-1/+1
2001-05-15Do not forget to increment the pointers...Richard Levitte1-0/+2
2001-05-15Low-case the names of the system routines, since some versions ofRichard Levitte1-2/+2
2001-05-14Make it so the compiler doesn't inform me about the dollars in someRichard Levitte1-0/+3
2001-05-13A randomizer for OpenVMS, using the statistics that are easilyRichard Levitte1-5/+63
2001-05-06make updateRichard Levitte1-5/+7
2001-05-03Some platforms (most notably Windows) do not have a $HOME by default.Richard Levitte1-1/+7
2001-04-30In RSA, DSA, DH, and RAND - if the "***_new()" function fails because theGeoff Thorpe3-2/+7