aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand
Commit message (Expand)AuthorAgeFilesLines
* Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.Richard Levitte2004-06-281-1/+1
* NetWare fixes provided by Verdon Walker for OpenSSL 0.9.8-dev.Richard Levitte2004-06-281-3/+8
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-36/+33
* Make reservations for FIPS code in HEAD branch, so that the moment FIPSAndy Polyakov2004-05-171-0/+4
* make updateGeoff Thorpe2004-04-191-14/+6
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-191-2/+5
* Wrap code starting with a definition.Richard Levitte2004-03-251-0/+2
* A couple more cases where RAND_add() gets an integer instead of aRichard Levitte2004-03-251-2/+2
* It was just pointed out to me that it's better to cast to double...Richard Levitte2004-03-152-2/+2
* Make sure that the last argument to RAND_add() is a float, or someRichard Levitte2004-03-152-5/+5
* 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