aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/randerr.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-15mkerr: remove legacy guards from generated error headersDr. Matthias St. Pierre1-5/+0
2020-02-25DRBG: delay initialization of DRBG method until instantiationDr. Matthias St. Pierre1-1/+1
2019-12-12rand_lib.c: fix null pointer dereferences after RAND_get_rand_method() failureDr. Matthias St. Pierre1-0/+2
2019-11-07Update source files for deprecation at 3.0Richard Levitte1-2/+2
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-07-23Make rand_pool buffers more dynamic in their sizing.Pauli1-0/+1
2019-07-16Regenerate mkerr filesRich Salz1-30/+32
2019-07-02Provide rand_bytes_ex and rand_priv_bytes_exMatt Caswell1-0/+1
2019-04-11Reseeding without derivation function is not supported in FIPS mode.Pauli1-0/+2
2019-03-11Add regenerated header filesRich Salz1-1/+5
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte1-1/+1
2018-10-16DRBG: fix reseeding via RAND_add()/RAND_seed() with large inputDr. Matthias St. Pierre1-0/+1
2018-04-13make updateRichard Levitte1-0/+3
2018-04-03VMS: stricter acquisition of entropy for the poolRichard Levitte1-0/+2
2018-03-17Return error when trying to use prediction resistanceKurt Roeckx1-0/+1
2018-03-16RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre1-0/+2
2018-03-06Check the parent DRBG's strengthKurt Roeckx1-0/+2
2018-02-13DRBG: add locking apiDr. Matthias St. Pierre1-0/+3
2018-02-09Small simplification in mkerr.plFdaSilvaYY1-4/+1
2018-01-19Copyright update of more files that have changed this yearRichard Levitte1-1/+1
2018-01-04crypto/rand: restore the generic DRBG implementationDr. Matthias St. Pierre1-0/+2
2017-10-18Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre1-0/+13
2017-07-19Add DRBG random methodRich Salz1-5/+30
2017-07-06Cleanup RAND_load_file,RAND_write_fileRich Salz1-0/+5
2017-06-20Add RAND_UNIMPLEMENTED error codeRich Salz1-0/+1
2017-06-07make error tables const and separate header fileRich Salz1-0/+32