aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand
Commit message (Expand)AuthorAgeFilesLines
...
* TypoRichard Levitte2004-01-291-2/+2
* make updateRichard Levitte2004-01-281-3/+5
* S_IFBLK and S_IFCHR may not exist in some places (like Windows), soRichard Levitte2004-01-261-0/+4
* Update URILutz Jänicke2004-01-041-1/+1
* Check if a random "file" is really a device file, and treat itRichard Levitte2003-12-272-11/+75
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-1/+2
* Add more debugging to my Configure target, and "make update" to incorporateGeoff Thorpe2003-11-301-0/+11
* Netware-specific changes,Richard Levitte2003-11-285-4/+179
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-1/+1
* Correct two problems, found by Martin Kochanski <cardbox@easynet.co.uk>:Richard Levitte2003-08-071-4/+10
* make updateRichard Levitte2003-05-011-5/+9
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-302-0/+12
* make updateRichard Levitte2002-12-291-72/+35
* Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte2002-12-031-1/+1
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte2002-11-281-1/+3
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-283-5/+5
* WinCE patchesRichard Levitte2002-11-151-27/+46
* Close the implicitely opened registry key.Richard Levitte2002-11-141-1/+10
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-132-3/+4
* Complete the VxWorks fix by implementing a NULL RAND_poll() for it.Richard Levitte2002-10-142-1/+8
* Add a few more VxWorks targets.Richard Levitte2002-10-092-2/+2
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* use OPENSSL_SYS_MSDOS rather than __DJGPP__ to disable egd, this is notUlf Möller2002-09-221-1/+1
* make updateBodo Möller2002-08-091-3/+3
* "make update"Lutz Jänicke2002-07-301-7/+7
* OPENSSL_SYS_WIN32 is important so util/mkdef.pl can detect itRichard Levitte2002-07-181-1/+1
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-35/+72
* opensslconf.h doesn't define what we want, e_os2.h does.Richard Levitte2002-06-271-1/+1
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* When compiling for Windows, make sure we have the windows definitions declared.Richard Levitte2002-06-271-1/+6
* <sys/select.h> is included for AIX, when USE_SOCKETS is defined.Lutz Jänicke2002-06-201-0/+1
* AIX (V3) requires <sys/select.h> (included via e_os.h) for fd_set.Lutz Jänicke2002-06-201-0/+1
* Add support for DJGPP.Richard Levitte2002-06-131-1/+1
* Use OPENSSL_SYS_VMS instead of just VMSRichard Levitte2002-05-221-1/+1
* disable '#ifdef DEBUG' sectionsBodo Möller2002-02-211-3/+3
* Add the configuration target VxWorks.Richard Levitte2002-02-141-1/+5
* ECDSA supportBodo Möller2002-02-131-6/+7
* Like MD_Init, MD now must include a NULL engine pointer in its definition.Bodo Möller2001-10-251-4/+4
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-5/+5
* 'make update'Richard Levitte2001-10-041-27/+30
* Because there's chances we clash with the system's types.h, rename ourRichard Levitte2001-10-041-1/+1
* "make update".Geoff Thorpe2001-09-251-3/+6
* This commits changes to various parts of libcrypto required by the recentGeoff Thorpe2001-09-252-26/+51
* make updateGeoff Thorpe2001-09-101-12/+12
* copyrightBodo Möller2001-09-101-1/+1
* The various hash #includes in rand_lcl.h *are* needed despiteBodo Möller2001-09-072-2/+4
* Now need sha.h for some reason.Ben Laurie2001-09-071-0/+1
* make engine file names unique in 8.3Ulf Möller2001-09-071-15/+24
* include the proper header fileUlf Möller2001-09-061-5/+2