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
*
Backwards-compatibility subject to OPENSSL_API_COMPAT
Viktor Dukhovni
2016-01-08
1
-3
/
+4
*
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
Richard Levitte
2015-12-07
1
-6
/
+6
*
Adjust all accesses to EVP_MD_CTX to use accessor functions.
Richard Levitte
2015-12-07
1
-31
/
+41
*
Fix async deadlock problem
Matt Caswell
2015-11-21
1
-0
/
+17
*
Replace "SSLeay" in API with OpenSSL
Rich Salz
2015-10-30
1
-33
/
+33
*
RT3999: Remove sub-component version strings
Rich Salz
2015-08-10
1
-2
/
+0
*
Deprecate RAND_pseudo_bytes
Matt Caswell
2015-03-25
1
-0
/
+8
*
ifdef cleanup part 3: OPENSSL_SYSNAME
Rich Salz
2015-01-23
1
-2
/
+2
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-527
/
+507
*
Move more comments that confuse indent
Matt Caswell
2015-01-22
1
-2
/
+4
*
remove OPENSSL_FIPSAPI
Dr. Stephen Henson
2014-12-08
1
-1
/
+1
*
ssleay_rand_add returns a value in 1.1.0
Dr. Stephen Henson
2014-04-09
1
-1
/
+1
*
Return if ssleay_rand_add called with zero num.
Dr. Stephen Henson
2014-04-07
1
-0
/
+3
*
typo
Dr. Stephen Henson
2014-01-12
1
-1
/
+1
*
Use rdrand as additional entropy source.
Dr. Stephen Henson
2014-01-11
1
-0
/
+79
*
Time value for various platforms.
Dr. Stephen Henson
2013-10-20
1
-8
/
+27
*
Mix time into the pool to avoid repetition of the Android duplicated PID prob...
Ben Laurie
2013-09-20
1
-1
/
+21
*
Experimental symbol renaming to avoid clashes with regular OpenSSL.
Dr. Stephen Henson
2011-02-16
1
-2
/
+2
*
Update source files to handle new FIPS_lock() location. Add FIPS_lock()
Dr. Stephen Henson
2011-01-27
1
-0
/
+4
*
Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just refer
Dr. Stephen Henson
2011-01-27
1
-1
/
+1
*
FIPS mode changes to make RNG compile (this will need updating later as we
Dr. Stephen Henson
2011-01-26
1
-16
/
+15
*
clarify comment
Dr. Stephen Henson
2010-06-16
1
-4
/
+7
*
Audit libcrypto for unchecked return values: fix all cases enountered
Dr. Stephen Henson
2009-09-24
1
-29
/
+59
*
VMS stuff I forgot...
Richard Levitte
2009-01-03
1
-3
/
+17
*
Revert the size_t modifications from HEAD that had led to more
Geoff Thorpe
2008-11-12
1
-16
/
+12
*
Only one of these needs to be signed.
Ben Laurie
2008-11-04
1
-4
/
+6
*
Not sure about this one... seems to be needed to make 64 bit release
Dr. Stephen Henson
2008-11-02
1
-2
/
+2
*
More size_tification.
Ben Laurie
2008-11-01
1
-10
/
+12
*
Remove the dual-callback scheme for numeric and pointer thread IDs,
Geoff Thorpe
2008-08-06
1
-8
/
+9
*
Revert my earlier CRYPTO_THREADID commit, I will commit a reworked
Geoff Thorpe
2008-07-03
1
-9
/
+8
*
There was a need to support thread ID types that couldn't be reliably cast
Geoff Thorpe
2008-03-28
1
-8
/
+9
*
Constify version strings and some structures.
Dr. Stephen Henson
2007-01-21
1
-1
/
+1
*
New functions CRYPTO_set_idptr_callback(),
Bodo Möller
2006-06-23
1
-5
/
+8
*
make sure error queue is totally emptied
Nils Larsch
2005-04-08
1
-1
/
+1
*
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
[next]