aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/rand_drbg.h
AgeCommit message (Expand)AuthorFilesLines
2020-02-07RAND_DRBG: add a callback data for entropy and nonce callbacksDr. Matthias St. Pierre1-0/+4
2019-11-07Update source files for deprecation at 3.0Richard Levitte1-2/+2
2019-10-23Document "get/set-app-data" macros.Rich Salz1-1/+1
2019-09-28Add legacy include guards to public header filesDr. Matthias St. Pierre1-0/+6
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-2/+2
2019-09-28Reorganize public header files (part 1)Dr. Matthias St. Pierre1-1/+1
2019-06-07Convert drbg_lib to use OPENSSL_CTX for its global dataMatt Caswell1-0/+7
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte1-1/+1
2018-12-06Refactor the computation of API version limitsRichard Levitte1-1/+1
2018-12-06Switch future deprecation version from 1.2.0 to 3.0Richard Levitte1-1/+1
2018-10-30rand_drbg.h: include <openssl/obj_mac.h>Dr. Matthias St. Pierre1-0/+1
2018-09-28Added DRBG_HMAC & DRBG_HASH + Added defaults for setting DRBG for master/publ...Shane Lontis1-4/+20
2018-09-12Replace the public RAND_DRBG_USED_FLAGS #define by an internal constantDr. Matthias St. Pierre1-4/+11
2018-03-30Add documentation for the RAND_DRBG APIDr. Matthias St. Pierre1-6/+6
2018-03-17Propagate the request for prediction resistance to the get entropy callKurt Roeckx1-2/+4
2018-03-16RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre1-3/+8
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre1-0/+113