aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand
Commit message (Expand)AuthorAgeFilesLines
* fix warnings when building openssl with the following compiler options:Nils Larsch2005-08-281-1/+1
* Final(?) WinCE update.Andy Polyakov2005-08-071-8/+8
* WCE update, mostly typos.Andy Polyakov2005-08-031-1/+3
* Abstain from GUI calls in rand_win.c in NT service context.Andy Polyakov2005-08-021-29/+21
* Eliminate bogus #if WCEPLATFORM!=MS_HPC_PRO [which by the way unconditionallyAndy Polyakov2005-08-021-9/+10
* Fix some signed/unsigned warnings.Geoff Thorpe2005-07-221-3/+6
* Move the definition of DEVRANDOM for DJGPP from Configure to e_os.h.Richard Levitte2005-06-181-1/+1
* DJGPP changes. Contributed by Doug Kaufman <dkaufman@rahul.net>Richard Levitte2005-05-301-1/+1
* When _XOPEN_SOURCE is defined, make sure it's defined to 500. Required inRichard Levitte2005-05-211-1/+1
* Move _WIN32_WINNT definition from command line to e_os.h. The change isAndy Polyakov2005-05-211-1/+2
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-6/+80
* make updateBodo Möller2005-05-161-79/+4
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson2005-04-191-1/+2
* Rebuild error codes.Dr. Stephen Henson2005-04-121-6/+10
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* make sure error queue is totally emptiedNils Larsch2005-04-071-1/+1
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* undo Cygwin changeUlf Möller2005-03-241-6/+20
* Use Windows randomness code on CygwinUlf Möller2005-03-191-2/+2
* Fix hang in EGD/PRNGD query when communication socket is closedLutz Jänicke2005-02-191-2/+6
* Fix an "oops" typo! Well, it was a debugging left-over...Andy Polyakov2005-01-131-1/+1
* O_NOFOLLOW is not appropriate when opening /dev/* entries on Solaris.Andy Polyakov2005-01-131-9/+20
* Correct a faulty address assignment, and add a length check (notRichard Levitte2005-01-121-2/+3
* DJGPP update.Andy Polyakov2005-01-041-1/+7
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* Make rand_win.c UNICODE savvy.Andy Polyakov2004-07-211-41/+61
* 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