summaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_win.c
AgeCommit message (Expand)Author
2019-04-02Revert "crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WI...Richard Levitte
2019-04-02rand_win.c: loosen version requirements for BCryptGenRandomDr. Matthias St. Pierre
2019-04-02crypto/rand/rand_win.c: include "e_os.h" to get the default _WIN32_WINNTRichard Levitte
2019-03-29Clear seed source structures.Pauli
2018-12-06Following the license change, modify the boilerplates in crypto/rand/Richard Levitte
2018-12-06Refactor the computation of API version limitsRichard Levitte
2018-10-10crypto/rand: fix some style nit'sFdaSilvaYY
2018-06-27Modify the DEVRANDOM source so that the files are kept open persistently.Pauli
2018-05-02Change rand_pool_bytes_needed to handle less entropy than 1 per 8 bitsRichard Levitte
2018-04-13DRBG: implement a get_nonce() callbackDr. Matthias St. Pierre
2018-04-04Remove ambiguity in rand_pool_add[_end] return valueRichard Levitte
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre
2017-10-18Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre
2017-08-28RAND: Rename the RAND_poll_ex() callback and its typedefDr. Matthias St. Pierre
2017-08-07Various RAND improvementsRich Salz
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-07-22Add --with-rand-seedRich Salz
2016-06-27Fix one more instance of incorrect OPENSSL_API_COMPAT valueMatt Caswell
2016-06-03Added define for STATUS_SUCCESSMat
2016-06-03Adds casts for 64-bitMat
2016-06-03Define USE_BCRYPTMat
2016-06-03Use BCryptGenRandom on Windows 7 or higherMat
2016-05-29add removed functions back as deprecatedJoey Yandle
2016-05-29get rid of unnecessary includeJoey Yandle
2016-05-29remove RAND_screen and friendsJoey Yandle
2016-05-29cherry pick pr-512 changesJoey Yandle
2016-05-29OR flags with CRYPT_SILENT to really make sure no UI pops upJoey Yandle
2016-05-29fix endif commentJoey Yandle
2016-05-29remove all WINCE ifdefsJoey Yandle
2016-05-29- remove insane heap walk and kernel loading code; clean up style and calling...Joey Yandle
2016-05-17Copyright consolidation 09/10Rich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-29Fix -Wshadow warnings in mingw builds.Andy Polyakov
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-02-06Live code cleanup: remove #if 1 stuffRich Salz
2015-01-29Dead code removal: #if 0 bio, comp, randRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-13Avoid deprecation problems in Visual Studio 13Matt Caswell
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-09-18RT2301: GetDIBits, not GetBitmapBits in rand_winJake Goulding
2014-02-25Avoid Windows 8 Getversion deprecated errors.Dr. Stephen Henson
2011-02-03Add FIPS support to the WIN32 build system.Dr. Stephen Henson
2010-03-22rand_win.c: fix logical bug in readscreen.Andy Polyakov
2010-02-17PR: 2100Dr. Stephen Henson
2010-01-19rand_win.c: fix time limit logic.Andy Polyakov
2010-01-19rand_win.c: handle GetTickCount wrap-around.Andy Polyakov