index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
rand
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rename internal rand.h file
Rich Salz
2017-07-20
1
-1
/
+1
*
Fix faulty include
Richard Levitte
2017-07-20
1
-1
/
+1
*
Add range-checking to RAND_DRBG_set_reseed_interval
Rich Salz
2017-07-20
3
-3
/
+9
*
Add DRBG random method
Rich Salz
2017-07-19
7
-31
/
+946
*
Fix use-after-free
Rich Salz
2017-07-17
1
-1
/
+1
*
Standardize apps use of -rand, etc.
Rich Salz
2017-07-16
1
-1
/
+4
*
Start to overhaul RAND API
Rich Salz
2017-07-15
6
-322
/
+238
*
Rewrite RAND_egd
Rich Salz
2017-07-12
1
-158
/
+67
*
Trivial bounds checking.
Pauli
2017-07-07
1
-8
/
+8
*
Remove some now-unneeded VMS controls
Rich Salz
2017-07-06
1
-16
/
+4
*
Cleanup RAND_load_file,RAND_write_file
Rich Salz
2017-07-06
2
-146
/
+98
*
Undo commit de02ec2
Rich Salz
2017-07-05
2
-59
/
+1
*
Undo commit d420ac2
Rich Salz
2017-07-05
1
-1
/
+1
*
Add RAND_UNIMPLEMENTED error code
Rich Salz
2017-06-20
2
-0
/
+3
*
make error tables const and separate header file
Rich Salz
2017-06-07
1
-14
/
+8
*
rand/rand_lib.c: keep fixing no-engine configuration.
Andy Polyakov
2017-04-10
1
-0
/
+2
*
Fix rand_lib.c for no-engine configuration
Richard Levitte
2017-04-07
1
-1
/
+4
*
Make getting and setting the RAND default method thread safe
Richard Levitte
2017-04-07
1
-2
/
+35
*
In rand_cleanup_int(), don't go creating a default method
Richard Levitte
2017-04-06
1
-1
/
+1
*
Clean up references to FIPS
Emilia Kasper
2017-02-28
2
-9
/
+0
*
RAND_egd_bytes: No need to check RAND_status on connection error.
ganesh
2017-01-24
1
-0
/
+2
*
Fixed the return code for RAND_egd_bytes.
ganesh
2017-01-24
1
-2
/
+2
*
Fixed the return code of RAND_query_egd_bytes when connect fails.
ganesh
2017-01-24
1
-3
/
+2
*
Make rand_add predictable when fuzzing
Kurt Roeckx
2017-01-06
1
-0
/
+5
*
updated macro spacing for styling purposes
Paul Hovey
2016-12-12
1
-1
/
+1
*
fix undoes errors introduced by https://github.com/openssl/openssl/commit/fc6...
Paul Hovey
2016-12-12
1
-1
/
+1
*
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
*
rand/randfile.c: treat empty string in RAND_file_name as error.
Andy Polyakov
2016-09-21
1
-1
/
+1
*
rand/randfile.c: rationalize __OpenBSD__ code path.
Andy Polyakov
2016-09-21
1
-5
/
+1
*
rand/randfile.c: restore fallback to $HOME for non-setuid programs.
Andy Polyakov
2016-09-21
1
-4
/
+6
*
Fix mem leaks during auto-deinit
Matt Caswell
2016-09-08
1
-0
/
+1
*
spelling fixes, just comments and readme.
klemens
2016-08-05
1
-1
/
+1
*
VSI submission: make the VMS version of RAND_poll() faster and more secure
Richard Levitte
2016-08-04
1
-49
/
+73
*
Check for errors allocating the error strings.
Kurt Roeckx
2016-07-20
1
-1
/
+2
*
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
*
Convert memset calls to OPENSSL_cleanse
Matt Caswell
2016-06-30
1
-1
/
+1
*
Fix one more instance of incorrect OPENSSL_API_COMPAT value
Matt Caswell
2016-06-27
1
-1
/
+1
*
rand/randfile.c: make it non-ASCII-savvy.
Andy Polyakov
2016-06-22
1
-49
/
+85
*
rand/randfile.c: remove obsolete commentary.
Andy Polyakov
2016-06-20
1
-5
/
+0
*
Change default directory for the .rnd file on Windows and VMS
Richard Levitte
2016-06-20
1
-5
/
+3
*
Change default directory for storing the .rnd file on Windows
Matt Caswell
2016-06-17
1
-0
/
+14
*
Added define for STATUS_SUCCESS
Mat
2016-06-03
1
-5
/
+8
*
Adds casts for 64-bit
Mat
2016-06-03
1
-3
/
+3
*
Define USE_BCRYPT
Mat
2016-06-03
1
-5
/
+7
*
Use BCryptGenRandom on Windows 7 or higher
Mat
2016-06-03
1
-7
/
+19
*
Fix some RAND bugs
Rich Salz
2016-06-01
1
-3
/
+3
*
add removed functions back as deprecated
Joey Yandle
2016-05-29
1
-0
/
+13
[prev]
[next]