summaryrefslogtreecommitdiffstats
path: root/crypto/rand (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement automatic reseeding of DRBG after a specified time intervalDr. Matthias St. Pierre2017-12-172-15/+58
* Add master DRBG for reseedingDr. Matthias St. Pierre2017-12-174-58/+195
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-131-0/+3
* Add missing RAND_DRBG lockingBenjamin Kaduk2017-10-182-2/+23
* Remove unnecessary DRBG_RESEED stateDr. Matthias St. Pierre2017-10-182-8/+7
* Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre2017-10-188-303/+864
* Add CRYPTO_thread_glock_newRich Salz2017-09-012-7/+7
* Move e_os.h to be the very first include.Pauli2017-08-291-2/+1
* Make the global DRBGs staticKurt Roeckx2017-08-282-5/+3
* Don't auto-instantiate a DRBG when trying to use it and it's notKurt Roeckx2017-08-282-62/+101
* DRBG: Remove 'randomness' buffer from 'RAND_DRBG'Dr. Matthias St. Pierre2017-08-284-31/+21
* RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre2017-08-285-22/+22
* DRBG: clarify difference between entropy counts and buffer lengthsDr. Matthias St. Pierre2017-08-283-40/+56
* NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte2017-08-251-3/+1
* Move randomness to allocated bufferRich Salz2017-08-232-16/+14
* Instantiate when RAND_status() checksRich Salz2017-08-131-0/+2
* Various RAND improvementsRich Salz2017-08-083-43/+55
* Make RAND_DRBG fork-safeRich Salz2017-08-073-2/+16
* Use passed drbg, not global oneDr. Stephen Henson2017-08-061-2/+2
* Add entropy sanity checkDr. Stephen Henson2017-08-051-0/+5
* Set randomness buffer pointer in get_entropy calls.Dr. Stephen Henson2017-08-051-0/+2
* Add RAND_priv_bytes() for private keysRich Salz2017-08-033-24/+58
* Add a DRBG to each SSL objectRich Salz2017-08-031-0/+8
* Switch from ossl_rand to DRBG randRich Salz2017-08-0310-1083/+637
* Install custom RAND_METHOD for fuzzingRich Salz2017-07-271-23/+0
* Fix async engine pause dead lock in error case.Emeric Brun2017-07-261-0/+1
* Add --with-rand-seedRich Salz2017-07-226-274/+220
* Fix out-of-bounds read in ctr_XORBenjamin Kaduk2017-07-201-1/+1
* typedef's for RAND_DRBG methodsBenjamin Kaduk2017-07-201-7/+4
* Rename internal rand.h fileRich Salz2017-07-201-1/+1
* Fix faulty includeRichard Levitte2017-07-201-1/+1
* Add range-checking to RAND_DRBG_set_reseed_intervalRich Salz2017-07-203-3/+9
* Add DRBG random methodRich Salz2017-07-197-31/+946
* Fix use-after-freeRich Salz2017-07-171-1/+1
* Standardize apps use of -rand, etc.Rich Salz2017-07-171-1/+4
* Start to overhaul RAND APIRich Salz2017-07-156-322/+238
* Rewrite RAND_egdRich Salz2017-07-121-158/+67
* Trivial bounds checking.Pauli2017-07-071-8/+8
* Remove some now-unneeded VMS controlsRich Salz2017-07-061-16/+4
* Cleanup RAND_load_file,RAND_write_fileRich Salz2017-07-062-146/+98
* Undo commit de02ec2Rich Salz2017-07-052-59/+1
* Undo commit d420ac2Rich Salz2017-07-051-1/+1
* Add RAND_UNIMPLEMENTED error codeRich Salz2017-06-202-0/+3
* make error tables const and separate header fileRich Salz2017-06-071-14/+8
* rand/rand_lib.c: keep fixing no-engine configuration.Andy Polyakov2017-04-101-0/+2
* Fix rand_lib.c for no-engine configurationRichard Levitte2017-04-071-1/+4
* Make getting and setting the RAND default method thread safeRichard Levitte2017-04-071-2/+35
* In rand_cleanup_int(), don't go creating a default methodRichard Levitte2017-04-061-1/+1
* Clean up references to FIPSEmilia Kasper2017-02-282-9/+0
* RAND_egd_bytes: No need to check RAND_status on connection error.ganesh2017-01-241-0/+2