ssl/statem: Replace size_t with int and add the checks
[openssl.git] / providers / implementations / rands / seeding /
2023-09-11 Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2023-09-07 Matt CaswellCopyright year updates
2023-07-06 Marcin KolnyAdd limited support for WebAssembly WASI target
2023-01-06 zhangzhileiremove extra define for __NR_getrandom and add some...
2022-11-23 FdaSilvaYYCleanup : directly include of `internal/nelem.h` when...
2022-10-27 Richard LevitteMake openVMS seeding less dependent of OpenVMS version
2022-10-26 Paulirand: remove the ossl_rand_pool_add_additional_data...
2022-07-11 Viktor Szakatsuse #pragma comment(lib) with _MSC_VER only
2022-05-04 JHH20Remove duplicated #include headers
2022-05-03 Matt CaswellUpdate copyright year
2022-02-05 Richard LevitteMove e_os.h to include/internal
2021-12-16 Orr ToledanoAdd support for RNDRRS Provider
2021-10-28 x2018fix some code with obvious wrong coding style
2021-09-03 Richard LevitteVMS: Compensate for x86_64 cross compiler type incompat...
2021-08-27 David CarlierDarwin platform allows to build on releases before...
2021-08-11 David BohmanMacOS: Add an include of <CommonCrypto/CommonCryptoError.h>
2021-06-29 David CARLIERdarwin platform replacing getentropy usage by platform...
2021-06-08 Larkin NickleFix compilation on systems with empty _POSIX_TIMERS
2021-06-02 Pauliproviders: remove TODOs
2021-05-07 Richard LevitteDrop libimplementations.a
2021-04-08 Matt CaswellUpdate copyright year
2021-03-18 Richard LevitteFix a missing rand -> ossl_rand rename
2021-03-18 Shane LontisAdd ossl_rand symbols
2021-03-11 Matt CaswellUpdate copyright year
2021-03-03 Paulirand: remove FIPS mode conditional code.
2020-11-19 Pauliprov: move the entropy source out of the FIPS provider
2020-11-18 PauliProvide side RNG functions renamed to have an ossl_...
2020-11-17 David CarlierNetBSD build fix.
2020-11-13 David CarlierDragonFlyBSD build fix and update.
2020-10-14 Yury Issyscall_random(): don't fail if the getentropy() functi...
2020-09-28 Paulirand: declare get_hardware_random_value() before use.
2020-09-25 Randall S. BeckerModified rand_cpu_x86.c to support builtin hardware...
2020-07-17 Paulirand: detect if FIPS approved randomness sources are...
2020-06-29 Paulirand: fix CPU and timer sources.
2020-06-25 Matt CaswellUpdate copyright year
2020-06-24 Paulishare rand_pool between libcrypto and providers
2020-06-24 Paulirand: add seeding sources to providers.
2020-06-24 Dr. Matthias St... rand: move rand_{unix,vms,vxworks,win}.c without change...