aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man3/EVP_RAND.pod
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* doc: document that prediction resistance comes with a hidden costPauli2023-03-151-0/+12
* Replace some boldened types with a corresponding man page linkRichard Levitte2022-12-081-9/+6
* rand: add set0 calls for the private and public DRBGsPauli2022-11-021-2/+7
* doc: make XXX_get_number() internalPauli2021-06-021-8/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-26/+29
* Fix naming for EVP_RAND_CTX_gettable functions.Pauli2021-04-171-7/+7
* Update the algorithm fetching documentation linksMatt Caswell2021-04-081-1/+1
* EVP: Add EVP_<TYPE>_description()Richard Levitte2021-04-021-4/+10
* doc: note that RAND lifecycle transitions will be enforced at some pointPauli2021-03-261-1/+6
* evp: add params argument to EVP_RAND_instantiate()Pauli2021-02-281-7/+9
* doc: note changes to rand gettable/settable provider callPauli2021-02-261-6/+23
* Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell2021-02-251-3/+6
* rand: note that locking needs to be explicitly enabled.Pauli2021-02-241-0/+6
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Enable locking on the primary DRBG when we create itMatt Caswell2021-01-141-1/+3
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+2
* drbg: revert renamings of the generate and reseed counterDr. Matthias St. Pierre2020-09-231-1/+1
* rand: reference count the EVP_RAND contexts.Pauli2020-09-231-0/+1
* rand_drbg: remove RAND_DRBG.Pauli2020-08-071-15/+5
* Fix typos and repeated wordsGustaf Neumann2020-07-051-3/+3
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-1/+1
* evp_rand: documentationPauli2020-06-241-0/+379