Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | evp_rand: fix bug in gettable_ctx/settable_ctx calls | Pauli | 2020-09-23 | 1 | -2/+2 |
* | rand: reference count the EVP_RAND contexts. | Pauli | 2020-09-23 | 1 | -5/+33 |
* | rand_drbg: remove RAND_DRBG. | Pauli | 2020-08-07 | 1 | -37/+26 |
* | gettables: core changes to pass the provider context. | Pauli | 2020-08-07 | 1 | -5/+11 |
* | rand: avoid caching RNG parameters. | Pauli | 2020-07-05 | 1 | -24/+14 |
* | Refactor the EVP_RAND code to make locking issues less likely | Pauli | 2020-07-05 | 1 | -67/+149 |
* | rand: fix recursive locking issue. | Pauli | 2020-07-05 | 1 | -18/+11 |
* | Make the naming scheme for dispatched functions more consistent | Dr. Matthias St. Pierre | 2020-06-24 | 1 | -18/+18 |
* | CTR, HASH and HMAC DRBGs in provider | Pauli | 2020-06-24 | 1 | -0/+559 |