summaryrefslogtreecommitdiffstats
path: root/crypto/rand
AgeCommit message (Expand)Author
2004-07-30To protect FIPS-related global variables, add locking mechanismsRichard Levitte
2004-07-21Make rand_win.c UNICODE savvy. "Backport" from HEAD.Andy Polyakov
2004-06-28Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.Richard Levitte
2004-05-17Make reservations in FIPS code for upcoming size_t-fication of OpenSSL API.Andy Polyakov
2004-05-12Blow up in people's faces if they don't reseed.Ben Laurie
2004-05-11Pull FIPS back into stable.Ben Laurie
2004-03-25Wrap code starting with a definition.Richard Levitte
2004-01-29make updateRichard Levitte
2004-01-29TypoRichard Levitte
2004-01-26S_IFBLK and S_IFCHR may not exist in some places (like Windows), soRichard Levitte
2004-01-04Update URILutz Jänicke
2003-12-27Check if a random "file" is really a device file, and treat itRichard Levitte
2003-12-27Use sh explicitely to run point.shRichard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-08-11A new branch for FIPS-related changes has been created with the nameRichard Levitte
2003-08-07Correct two problems, found by Martin Kochanski <cardbox@easynet.co.uk>:Richard Levitte
2003-07-27Unfinished FIPS stuff for review/improvement.Ben Laurie
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2002-12-03Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-15WinCE patchesRichard Levitte
2002-11-14Close the implicitely opened registry key.Richard Levitte
2002-11-12Many security improvements (CHATS) and a warning fix.Ben Laurie
2002-10-14Complete the VxWorks fix by implementing a NULL RAND_poll() for it.Richard Levitte
2002-10-09Add a few more VxWorks targets.Richard Levitte
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-09-22as in headUlf Möller
2002-07-30"make update"Lutz Jänicke
2002-07-18OPENSSL_SYS_WIN32 is important so util/mkdef.pl can detect itRichard Levitte
2002-06-27opensslconf.h doesn't define what we want, e_os2.h does.Richard Levitte
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-06-27When compiling for Windows, make sure we have the windows definitions declared.Richard Levitte
2002-06-20<sys/select.h> is included for AIX, when USE_SOCKETS is defined.Lutz Jänicke
2002-06-20AIX (V3) requires <sys/select.h> (included via e_os.h) for fd_set.Lutz Jänicke
2002-06-13Add support for DJGPP.Richard Levitte
2002-05-22Use OPENSSL_SYS_VMS instead of just VMSRichard Levitte
2002-02-21disable '#ifdef DEBUG' sectionsBodo Möller
2002-02-14Add the configuration target VxWorks.Richard Levitte
2001-10-25Like MD_Init, MD now must include a NULL engine pointer in its definition.Bodo Möller
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-10-04'make update'Richard Levitte
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte
2001-09-25"make update".Geoff Thorpe
2001-09-25This commits changes to various parts of libcrypto required by the recentGeoff Thorpe
2001-09-10make updateGeoff Thorpe
2001-09-10copyrightBodo Möller
2001-09-07The various hash #includes in rand_lcl.h *are* needed despiteBodo Möller
2001-09-07Now need sha.h for some reason.Ben Laurie
2001-09-07make engine file names unique in 8.3Ulf Möller