summaryrefslogtreecommitdiff
path: root/crypto/apr_crypto_prng.c
Commit message (Expand)AuthorAgeFilesLines
* apr_crypto: follow up to r1833359: axe cprng_rekey() helper.ylavic2018-06-281-15/+12
* apr_crypto: follow up to r1833359: better cprng_stream_bytes() semantics.ylavic2018-06-281-28/+29
* apr_crypto: follow up to r1833359: save a memset().ylavic2018-06-281-2/+1
* apr_crypto: follow up to r1833359: simpler cprng_stream[_ctx]_bytes interface.ylavic2018-06-281-59/+49
* apr_crypto: follow up to r1833359: wipe the key from openssl internals.ylavic2018-06-281-5/+15
* apr_crypto: follow up to r1833359: improve CPRNGs fork()ing.ylavic2018-06-271-119/+327
* apr_crypto: follow up to r1833359: consistent apr_crypto_random_ prefix.ylavic2018-06-211-1/+1
* apr_crypto: follow up to r1833359.ylavic2018-06-121-1/+12
* Follow up to r1833359: apr_crypto_prng_after_fork() can now use a PID.ylavic2018-06-121-2/+25
* Follow up to r1833359: apr_crypto_prng API depends on APU_HAVE_CRYPTO_PRNG.ylavic2018-06-111-9/+8
* Cryptographic Pseudo Random Number Generator (CPRNG).ylavic2018-06-111-0/+471