aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_win.c
Commit message (Expand)AuthorAgeFilesLines
* rand: move rand_{unix,vms,vxworks,win}.c without change to preserve historyDr. Matthias St. Pierre2020-06-241-192/+0
* Update copyright yearMatt Caswell2020-05-151-1/+1
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-1/+1
* Fix some typosVeres Lajos2019-12-111-1/+1
* Update source files for pre-3.0 deprecationRichard Levitte2019-11-071-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Fix build with VS2008Bernd Edlinger2019-09-091-1/+2
* Make the RAND code available from inside the FIPS moduleMatt Caswell2019-06-281-1/+1
* Revert "crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WI...Richard Levitte2019-04-021-1/+0
* rand_win.c: loosen version requirements for BCryptGenRandomDr. Matthias St. Pierre2019-04-021-2/+2
* crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WINNTRichard Levitte2019-04-021-0/+1
* Clear seed source structures.Pauli2019-03-291-2/+8
* Following the license change, modify the boilerplates in crypto/rand/Richard Levitte2018-12-061-1/+1
* Refactor the computation of API version limitsRichard Levitte2018-12-061-1/+1
* crypto/rand: fix some style nit'sFdaSilvaYY2018-10-101-2/+2
* Modify the DEVRANDOM source so that the files are kept open persistently.Pauli2018-06-271-0/+13
* Change rand_pool_bytes_needed to handle less entropy than 1 per 8 bitsRichard Levitte2018-05-021-3/+3
* DRBG: implement a get_nonce() callbackDr. Matthias St. Pierre2018-04-131-0/+38
* Remove ambiguity in rand_pool_add[_end] return valueRichard Levitte2018-04-041-3/+6
* Publish the RAND_DRBG APIDr. Matthias St. Pierre2018-03-151-12/+13
* Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre2017-10-181-30/+54
* RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre2017-08-281-4/+4
* Various RAND improvementsRich Salz2017-08-071-12/+15
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-6/+6
* Add --with-rand-seedRich Salz2017-07-221-65/+33
* Fix one more instance of incorrect OPENSSL_API_COMPAT valueMatt Caswell2016-06-271-1/+1
* Added define for STATUS_SUCCESSMat2016-06-031-5/+8
* Adds casts for 64-bitMat2016-06-031-3/+3
* Define USE_BCRYPTMat2016-06-031-5/+7
* Use BCryptGenRandom on Windows 7 or higherMat2016-06-031-7/+19
* add removed functions back as deprecatedJoey Yandle2016-05-291-0/+13
* get rid of unnecessary includeJoey Yandle2016-05-291-1/+0
* remove RAND_screen and friendsJoey Yandle2016-05-291-68/+0
* cherry pick pr-512 changesJoey Yandle2016-05-291-95/+0
* OR flags with CRYPT_SILENT to really make sure no UI pops upJoey Yandle2016-05-291-2/+2
* fix endif commentJoey Yandle2016-05-291-1/+1
* remove all WINCE ifdefsJoey Yandle2016-05-291-35/+2
* - remove insane heap walk and kernel loading code; clean up style and calling...Joey Yandle2016-05-291-349/+13
* Copyright consolidation 09/10Rich Salz2016-05-171-107/+6
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Fix -Wshadow warnings in mingw builds.Andy Polyakov2015-09-291-3/+3
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Live code cleanup: remove #if 1 stuffRich Salz2015-02-061-2/+0
* Dead code removal: #if 0 bio, comp, randRich Salz2015-01-291-10/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-588/+585
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-6/+7
* Avoid deprecation problems in Visual Studio 13Matt Caswell2015-01-131-59/+2