index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
rand
/
md_rand.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
It was just pointed out to me that it's better to cast to double...
Richard Levitte
2004-03-16
1
-1
/
+1
*
Make sure that the last argument to RAND_add() is a float, or some
Richard Levitte
2004-03-15
1
-1
/
+1
*
A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.
Geoff Thorpe
2003-10-29
1
-1
/
+1
*
Cleanse memory using the new OPENSSL_cleanse() function.
Richard Levitte
2002-11-28
1
-2
/
+2
*
copyright
Bodo Möller
2001-09-10
1
-1
/
+1
*
The various hash #includes in rand_lcl.h *are* needed despite
Bodo Möller
2001-09-08
1
-2
/
+0
*
Now need sha.h for some reason.
Ben Laurie
2001-09-07
1
-0
/
+1
*
Start to reduce some of the header bloat.
Ben Laurie
2001-08-05
1
-0
/
+1
*
Really add the EVP and all of the DES changes.
Ben Laurie
2001-07-31
1
-5
/
+7
*
md_rand.c thread safety
Bodo Möller
2001-07-25
1
-2
/
+21
*
Avoid race condition.
Bodo Möller
2001-07-24
1
-4
/
+2
*
Fix PRNG.
Bodo Möller
2001-07-10
1
-21
/
+29
*
Change all calls to low level digest routines in the library and
Dr. Stephen Henson
2001-06-20
1
-3
/
+3
*
ERR_peek_error() returns "unsigned long".
Lutz Jänicke
2001-06-07
1
-1
/
+2
*
fix md_rand.c locking bugs
Bodo Möller
2001-04-18
1
-19
/
+52
*
error codes are longs, not ints
Bodo Möller
2001-03-15
1
-2
/
+2
*
e_os.h does not belong with the exported headers. Do not put it there
Richard Levitte
2001-02-22
1
-1
/
+1
*
Use new-style system-id macros everywhere possible. I hope I haven't
Richard Levitte
2001-02-20
1
-1
/
+1
*
Make all configuration macros available for application by making
Richard Levitte
2001-02-19
1
-1
/
+1
*
Make sure that 'initialized' is zeroed as well when cleaning up.
Richard Levitte
2000-08-08
1
-0
/
+1
*
Looks like Win32 builds do not define THREADS. However, they're still
Richard Levitte
2000-07-27
1
-1
/
+1
*
There's a deadlock when ssleay_rand_bytes is called the first time, since
Richard Levitte
2000-07-26
1
-4
/
+14
*
Move RNG initialization to RAND_poll(), and shared definitions to
Ulf Möller
2000-07-19
1
-121
/
+11
*
That's it, I've seen questions about this one time too many for
Richard Levitte
2000-06-28
1
-0
/
+2
*
Move Windows seeding functions into a separate file.
Bodo Möller
2000-05-31
1
-141
/
+2
*
Improve PRNG robustness.
Bodo Möller
2000-05-30
1
-1
/
+36
*
'entropy >= ENTROPY_NEEDED' should be evaluated while the
Bodo Möller
2000-03-30
1
-1
/
+4
*
Since ssleay_rand_initialize() unlocks then locks CRYPTO_LOCK_RAND,
Richard Levitte
2000-03-29
1
-0
/
+5
*
Bug fix: RAND_write_file() failed to write to files created by open()
Ulf Möller
2000-03-19
1
-1
/
+1
*
oops. don't use "entropy" directly.
Ulf Möller
2000-03-19
1
-3
/
+3
*
New function RAND_event() collects entropy from Windows events.
Ulf Möller
2000-03-19
1
-0
/
+41
*
cleaning up a little
Bodo Möller
2000-03-13
1
-0
/
+53
*
Use RAND_METHOD for implementing RAND_status.
Bodo Möller
2000-03-02
1
-1
/
+3
*
Switch for turning on the predictable "random" number generator.
Ulf Möller
2000-02-28
1
-6
/
+19
*
handle entropy estimate correctly
Bodo Möller
2000-02-25
1
-4
/
+17
*
Don't use buffered fread() to read from DEVRANDOM,
Bodo Möller
2000-02-24
1
-0
/
+1
*
Support EGD.
Ulf Möller
2000-02-24
1
-46
/
+55
*
Allow for higher granularity of entropy estimates by using 'double'
Bodo Möller
2000-02-19
1
-5
/
+5
*
16 * 8 = 128.
Bodo Möller
2000-02-10
1
-1
/
+1
*
ispell (and minor modifications)
Ulf Möller
2000-02-04
1
-3
/
+3
*
update PRNG documentation/comments
Bodo Möller
2000-01-23
1
-6
/
+8
*
Use comment from md_rand.c in rand.pod
Ulf Möller
2000-01-22
1
-1
/
+1
*
change comments
Bodo Möller
2000-01-21
1
-6
/
+7
*
Avoid integer overflow in entropy counter.
Bodo Möller
2000-01-21
1
-2
/
+3
*
Document RAND library.
Ulf Möller
2000-01-21
1
-4
/
+5
*
New function RAND_pseudo_bytes() generated pseudorandom numbers that
Ulf Möller
2000-01-16
1
-0
/
+19
*
Avoid shadowing variables,
Bodo Möller
2000-01-14
1
-5
/
+5
*
minor change for the prng
Ulf Möller
2000-01-14
1
-7
/
+5
*
Precautions against using the PRNG uninitialized: RAND_bytes() now
Ulf Möller
2000-01-13
1
-8
/
+31
*
MacOS updates.
Andy Polyakov
1999-12-19
1
-3
/
+3
[next]