summaryrefslogtreecommitdiff
path: root/crypto/apr_crypto_prng.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-1/+1
* apr_strings: Provide apr_memzero_explicit() in APR.Yann Ylavic2022-06-281-7/+8
* apr_crypto_prng: cleanup after ourselves when apr_crypto_prng_init() fails.Yann Ylavic2021-09-121-8/+17
* apr_crypto: fixes for thread local storage destructor.Yann Ylavic2021-09-091-3/+8
* Add APU_CRYPTO_PRNG_RECOMMENDED_DRIVER to make it easier to choose theGraham Leggett2020-03-141-1/+12
* apr_crypto_prng: Move openssl specific code into apr_crypto_openssl.Graham Leggett2019-06-101-129/+54
* apr_crypto: follow up to r1833359: axe cprng_rekey() helper.Yann Ylavic2018-06-281-15/+12
* apr_crypto: follow up to r1833359: better cprng_stream_bytes() semantics.Yann Ylavic2018-06-281-28/+29
* apr_crypto: follow up to r1833359: save a memset().Yann Ylavic2018-06-281-2/+1
* apr_crypto: follow up to r1833359: simpler cprng_stream[_ctx]_bytes interface.Yann Ylavic2018-06-281-59/+49
* apr_crypto: follow up to r1833359: wipe the key from openssl internals.Yann Ylavic2018-06-281-5/+15
* apr_crypto: follow up to r1833359: improve CPRNGs fork()ing.Yann Ylavic2018-06-271-119/+327
* apr_crypto: follow up to r1833359: consistent apr_crypto_random_ prefix.Yann Ylavic2018-06-211-1/+1
* apr_crypto: follow up to r1833359.Yann Ylavic2018-06-121-1/+12
* Follow up to r1833359: apr_crypto_prng_after_fork() can now use a PID.Yann Ylavic2018-06-121-2/+25
* Follow up to r1833359: apr_crypto_prng API depends on APU_HAVE_CRYPTO_PRNG.Yann Ylavic2018-06-111-9/+8
* Cryptographic Pseudo Random Number Generator (CPRNG).Yann Ylavic2018-06-111-0/+471