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
*
Start to overhaul RAND API
Rich Salz
2017-07-15
1
-667
/
+0
*
Clean up references to FIPS
Emilia Kasper
2017-02-28
1
-4
/
+0
*
Make rand_add predictable when fuzzing
Kurt Roeckx
2017-01-06
1
-0
/
+5
*
Make the predictable numbers start from 1
Kurt Roeckx
2016-12-08
1
-1
/
+1
*
Make the random number generator predictable when fuzzing.
Kurt Roeckx
2016-12-03
1
-2
/
+2
*
Fix mem leaks during auto-deinit
Matt Caswell
2016-09-08
1
-0
/
+1
*
Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE instead
Richard Levitte
2016-07-19
1
-4
/
+12
*
Fix: dummy definition of rand_hw_seed() should also return int
Richard Levitte
2016-07-15
1
-2
/
+2
*
check return values for EVP_Digest*() APIs
Dr. Stephen Henson
2016-07-15
1
-6
/
+9
*
Fix some RAND bugs
Rich Salz
2016-06-01
1
-3
/
+3
*
Copyright consolidation 09/10
Rich Salz
2016-05-17
1
-107
/
+6
*
Fold threads.h into crypto.h making API public
Viktor Dukhovni
2016-05-16
1
-1
/
+0
*
Convert rand code to new threading API
Matt Caswell
2016-03-09
1
-32
/
+47
*
Remove outdated DEBUG flags.
Rich Salz
2016-02-18
1
-10
/
+0
*
md_rand: FAQ URL to use https and follow a redirect
Viktor Szakats
2016-02-16
1
-1
/
+1
*
GH601: Various spelling fixes.
FdaSilvaYY
2016-02-05
1
-1
/
+1
*
Don't use RDRAND if told not to
Matt Caswell
2016-02-05
1
-1
/
+2
*
Always DPURIFY
Emilia Kasper
2016-01-29
1
-12
/
+0
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
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
[next]