summaryrefslogtreecommitdiff
path: root/include/openssl/randerr.h
Commit message (Expand)AuthorAgeFilesLines
* rand_drbg: remove RAND_DRBG.Pauli2020-08-071-0/+2
* rand: core APIs for provider friendly random.Pauli2020-06-241-0/+6
* mkerr: remove legacy guards from generated error headersDr. Matthias St. Pierre2020-04-151-5/+0
* DRBG: delay initialization of DRBG method until instantiationDr. Matthias St. Pierre2020-02-251-1/+1
* rand_lib.c: fix null pointer dereferences after RAND_get_rand_method() failureDr. Matthias St. Pierre2019-12-121-0/+2
* Update source files for deprecation at 3.0Richard Levitte2019-11-071-2/+2
* Add legacy include guards to public header filesDr. Matthias St. Pierre2019-09-281-0/+6
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* Make rand_pool buffers more dynamic in their sizing.Pauli2019-07-231-0/+1
* Regenerate mkerr filesRich Salz2019-07-161-30/+32
* Provide rand_bytes_ex and rand_priv_bytes_exMatt Caswell2019-07-021-0/+1
* Reseeding without derivation function is not supported in FIPS mode.Pauli2019-04-111-0/+2
* Add regenerated header filesRich Salz2019-03-111-1/+5
* Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte2018-12-061-1/+1
* DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre2018-10-161-0/+1
* make updateRichard Levitte2018-04-131-0/+3
* VMS: stricter acquisition of entropy for the poolRichard Levitte2018-04-031-0/+2
* Return error when trying to use prediction resistanceKurt Roeckx2018-03-171-0/+1
* RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre2018-03-161-0/+2
* Check the parent DRBG's strengthKurt Roeckx2018-03-061-0/+2
* DRBG: add locking apiDr. Matthias St. Pierre2018-02-131-0/+3
* Small simplification in mkerr.plFdaSilvaYY2018-02-091-4/+1
* Copyright update of more files that have changed this yearRichard Levitte2018-01-191-1/+1
* crypto/rand: restore the generic DRBG implementationDr. Matthias St. Pierre2018-01-041-0/+2
* Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre2017-10-181-0/+13
* Add DRBG random methodRich Salz2017-07-191-5/+30
* Cleanup RAND_load_file,RAND_write_fileRich Salz2017-07-061-0/+5
* Add RAND_UNIMPLEMENTED error codeRich Salz2017-06-201-0/+1
* make error tables const and separate header fileRich Salz2017-06-071-0/+32