aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand
Commit message (Expand)AuthorAgeFilesLines
* Add security patch and create release.OpenSSL-engine-0_9_6bRichard Levitte2001-07-091-21/+29
* Merge from 0.9.6-stable branch. No conflicts.Richard Levitte2001-07-051-1/+2
* Add changes from the 0.9.6-stable branch.Richard Levitte2001-06-051-1/+7
* Merge in changes from the 0.9.6-stable branch.Richard Levitte2001-05-021-19/+52
* Merge in recent changes from OpenSSL_0_9_6-stable.Richard Levitte2001-03-261-1/+2
* Changes from the 0.9.6-stable branch and a make update.Richard Levitte2001-03-211-1/+1
* Changes from the 0.9.6-stable branch.Richard Levitte2001-03-214-5/+14
* Merge in the 0.9.6-stable branch once more and hope for betterRichard Levitte2001-03-133-15/+24
* Merge from main trunk. No conflicts.Richard Levitte2000-09-211-69/+107
* Merge of main trunk, all conflicts resolved.Richard Levitte2000-09-201-12/+40
* The rest of the merge in of the main trunk, a few conflicts resolved.OpenSSL-engine-0_9_6-beta2Richard Levitte2000-09-171-9/+83
* Merged in the main trunk, did a 'make update', added a couple ofRichard Levitte2000-09-151-9/+27
* Merge of main trunk, conflicts resolved.Richard Levitte2000-09-131-2/+16
* Merge of main trunk, conflicts resolved.Richard Levitte2000-09-121-2/+1
* Merge of main trunk, no conflicts this time.Richard Levitte2000-09-111-1/+1
* Merge main trunk to engine branch, all conflicts resolved.Richard Levitte2000-09-072-5/+11
* Merge from main trunk, conflicts resolvedRichard Levitte2000-08-014-184/+358
* This commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.cvs2svn2000-07-301-0/+184
|\
| * Looks like Win32 builds do not define THREADS. However, they're stillRichard Levitte2000-07-271-1/+1
| * There's a deadlock when ssleay_rand_bytes is called the first time, sinceRichard Levitte2000-07-261-4/+14
| * Fix warnings.Dr. Stephen Henson2000-07-261-1/+1
| * "make update"Richard Levitte2000-07-241-1/+8
| * oops.Ulf Möller2000-07-211-1/+1
| * don't print debug outputUlf Möller2000-07-211-1/+0
| * Move RNG initialization to RAND_poll(), and shared definitions toUlf Möller2000-07-192-121/+195
| * Randomness polling function for Win9x.Ulf Möller2000-07-192-58/+326
| * Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte2000-06-281-11/+0
| * Make it possible for people to tell where the EGD socket is throughRichard Levitte2000-06-281-0/+11
| * That's it, I've seen questions about this one time too many forRichard Levitte2000-06-281-0/+2
| * Fixes for Win32 build.Dr. Stephen Henson2000-06-211-1/+2
| * There are compilers that complain if a variable has the same name as aBodo Möller2000-06-161-3/+3
| * Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-3/+7
| * EVP constification.Ben Laurie2000-06-032-0/+58
* | Merge from main, all conflicts resolved.Richard Levitte2000-07-121-1/+15
* | API change.Richard Levitte2000-07-071-1/+3
* | Change the overall RAND routines to actually make use of engines.Richard Levitte2000-07-071-19/+38
* | Merge in the latest changes from the main trunk, and extra in apps/speed.cRichard Levitte2000-06-301-0/+2
* | Things merged from the main trunk, among others some well needed Win32Richard Levitte2000-06-231-1/+2
* | Merge of stuff from main trunk, all conflicts resolved.Richard Levitte2000-06-191-3/+3
* | - merged in the latest from the main trunk, fixed all conflictsRichard Levitte2000-06-131-3/+7
* | Merge in code from main trunk to BRANCH_engine.Richard Levitte2000-06-085-145/+99
* | This commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.cvs2svn2000-06-011-0/+293
|\|
| * There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-012-3/+3
| * Move Windows seeding functions into a separate file.Bodo Möller2000-05-313-143/+297
| * Improve PRNG robustness.Bodo Möller2000-05-301-1/+36
|/
* When open()ing 'file' in RAND_write_file, don't use O_EXCL.Bodo Möller2000-05-111-10/+10
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-4/+15
* 'entropy >= ENTROPY_NEEDED' should be evaluated while theBodo Möller2000-03-301-1/+4
* Since ssleay_rand_initialize() unlocks then locks CRYPTO_LOCK_RAND,Richard Levitte2000-03-291-0/+5
* Bug fix: RAND_write_file() failed to write to files created by open()Ulf Möller2000-03-192-43/+15