summaryrefslogtreecommitdiff
path: root/providers/implementations/rands
Commit message (Expand)AuthorAgeFilesLines
* remove extra define for __NR_getrandom and add some commentszhangzhilei2023-01-061-3/+1
* Implement deterministic ECDSA sign (RFC6979)slontis2022-11-302-29/+34
* Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY2022-11-232-0/+2
* Make openVMS seeding less dependent of OpenVMS versionRichard Levitte2022-10-271-28/+54
* rand: remove the ossl_rand_pool_add_additional_data() function.Pauli2022-10-274-142/+0
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-055-27/+11
* Cleanup EBCDIC string defintionsTodd Short2022-09-091-7/+2
* use #pragma comment(lib) with _MSC_VER onlyViktor Szakats2022-07-111-1/+3
* Remove duplicated #include headersJHH202022-05-041-1/+0
* Update copyright yearMatt Caswell2022-05-035-5/+5
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-2/+1
* Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau2022-04-012-20/+8
* Move e_os.h to include/internalRichard Levitte2022-02-053-3/+3
* drbg: add handling for cases where TSAN isn't availablePauli2022-01-131-0/+4
* Add support for RNDRRS ProviderOrr Toledano2021-12-162-1/+73
* fix some code with obvious wrong coding stylex20182021-10-284-5/+5
* test-rand: return failure on not enough data, allow parentPauli2021-10-261-11/+3
* rand: don't free an mis-set pointer on errorPauli2021-09-221-2/+2
* Avoid double-free on unsuccessful getting PRNG seedingDmitry Belyavskiy2021-09-211-2/+3
* VMS: Compensate for x86_64 cross compiler type incompatibilityRichard Levitte2021-09-031-2/+2
* Darwin platform allows to build on releases before Yosemite/ios 8.David Carlier2021-08-271-5/+1
* MacOS: Add an include of <CommonCrypto/CommonCryptoError.h>David Bohman2021-08-111-0/+1
* drbg: allow the ctr derivation function to be disabled in FIPS modePauli2021-07-201-14/+0
* darwin platform replacing getentropy usage by platform api instead.David CARLIER2021-06-291-0/+9
* Fix compilation on systems with empty _POSIX_TIMERSLarkin Nickle2021-06-081-1/+3
* providers: remove TODOsPauli2021-06-022-2/+2
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-013-9/+10
* Update copyright yearMatt Caswell2021-05-201-1/+1
* Add the ability for ex_data to have a priorityMatt Caswell2021-05-112-0/+2
* Drop libimplementations.aRichard Levitte2021-05-072-4/+4
* Update copyright yearMatt Caswell2021-04-085-5/+5
* Fix a missing rand -> ossl_rand renameRichard Levitte2021-03-181-1/+1
* Add ossl_rand symbolsShane Lontis2021-03-187-90/+90
* update set_ctx_param DRBG calls to return 1 for a NULL paramsPauli2021-03-122-0/+6
* Update copyright yearMatt Caswell2021-03-111-1/+1
* rand: remove FIPS mode conditional code.Pauli2021-03-031-35/+1
* prov: update rand implementations to have a params argument for the instantia...Pauli2021-02-286-9/+18
* prov: use new MAC_init arguments in HMAC-DRBGPauli2021-02-281-14/+3
* prov: update RNGs to support modified gettable/settable CTX paramsPauli2021-02-265-9/+18
* Adjust the few places where the string length was confusedRichard Levitte2021-02-181-4/+6
* Update copyright yearMatt Caswell2021-02-187-7/+7
* rand: update DRBGs to use the get_entropy call for seedingPauli2021-02-175-47/+73
* RNG test: add get_entropy hook for testing.Pauli2021-02-171-0/+14
* RNG seed: add get_entropy hook for seeding.Pauli2021-02-171-0/+45
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-115-5/+5
* rand: don't leak memoryPauli2020-12-091-1/+1
* rand seed: include lock and unlock functions.Pauli2020-12-091-0/+13
* rand: add a provider side seed source.Pauli2020-12-092-1/+193
* test RNG: set state to uninitialised as part of uninstantiate call.Pauli2020-11-201-0/+1
* disassociate test RNG from the DRBGsPauli2020-11-201-161/+120