summaryrefslogtreecommitdiffstats
path: root/providers/implementations/rands/seeding
AgeCommit message (Expand)Author
2022-11-01Update copyright yearTomas Mraz
2022-10-27Make openVMS seeding less dependent of OpenVMS versionRichard Levitte
2022-10-11Update copyright yearMatt Caswell
2022-07-11use #pragma comment(lib) with _MSC_VER onlyViktor Szakats
2021-09-03VMS: Compensate for x86_64 cross compiler type incompatibilityRichard Levitte
2021-08-27Darwin platform allows to build on releases before Yosemite/ios 8.David Carlier
2021-08-11MacOS: Add an include of <CommonCrypto/CommonCryptoError.h>David Bohman
2021-06-29darwin platform replacing getentropy usage by platform api instead.David CARLIER
2021-06-08Fix compilation on systems with empty _POSIX_TIMERSLarkin Nickle
2021-06-02providers: remove TODOsPauli
2021-05-07Drop libimplementations.aRichard Levitte
2021-04-08Update copyright yearMatt Caswell
2021-03-18Fix a missing rand -> ossl_rand renameRichard Levitte
2021-03-18Add ossl_rand symbolsShane Lontis
2021-03-11Update copyright yearMatt Caswell
2021-03-03rand: remove FIPS mode conditional code.Pauli
2020-11-20prov: move the entropy source out of the FIPS providerPauli
2020-11-19Provide side RNG functions renamed to have an ossl_ prefix.Pauli
2020-11-17NetBSD build fix.David Carlier
2020-11-13DragonFlyBSD build fix and update.David Carlier
2020-10-14syscall_random(): don't fail if the getentropy() function is a dummyYury Is
2020-09-28rand: declare get_hardware_random_value() before use.Pauli
2020-09-25Modified rand_cpu_x86.c to support builtin hardware randomizer on HPE NonStop.Randall S. Becker
2020-07-17rand: detect if FIPS approved randomness sources are being used.Pauli
2020-06-30rand: fix CPU and timer sources.Pauli
2020-06-25Update copyright yearMatt Caswell
2020-06-24share rand_pool between libcrypto and providersPauli
2020-06-24rand: add seeding sources to providers.Pauli
2020-06-24rand: move rand_{unix,vms,vxworks,win}.c without change to preserve historyDr. Matthias St. Pierre