summaryrefslogtreecommitdiff
path: root/include/apr_crypto.h
Commit message (Expand)AuthorAgeFilesLines
* Let Doxygen build the crypto docChristophe Jaillet2018-08-261-1/+1
* s/APR_NOTIMPL/APR_ENOTIMPL/Christophe Jaillet2018-08-261-1/+1
* apr_crypto: Add support for digest functions, with hashing, signingGraham Leggett2018-07-221-41/+515
* apr_crypto: follow up to r1833359: better cprng_stream_bytes() semantics.Yann Ylavic2018-06-281-1/+4
* apr_crypto: follow up to r1833359: improve CPRNGs fork()ing.Yann Ylavic2018-06-271-13/+28
* apr_crypto: follow up to r1833359: consistent apr_crypto_random_ prefix.Yann Ylavic2018-06-211-1/+1
* apr_crypto: follow up to r1833359: helper to get crypto lib version.Yann Ylavic2018-06-131-16/+8
* apr_crypto: follow up to r1833359: crypto libs initialization scope.Yann Ylavic2018-06-131-1/+1
* apr_crypto: follow up to r1833359.Yann Ylavic2018-06-121-0/+9
* Follow up to r1833359: apr_crypto_prng_after_fork() can now use a PID.Yann Ylavic2018-06-121-1/+3
* Follow up to r1833359: apr_crypto_prng API depends on APU_HAVE_CRYPTO_PRNG.Yann Ylavic2018-06-111-5/+6
* Cryptographic Pseudo Random Number Generator (CPRNG).Yann Ylavic2018-06-111-0/+141
* crypto: provide apr_crypto_equals(), a timing attacks safe buffers comparisonYann Ylavic2016-10-061-0/+12
* crypto: provide apr_crypto_memzero, garanteed to not be optimized out byYann Ylavic2016-10-061-2/+10
* apr_crypto: Add apr_crypto_key() function which supports keysGraham Leggett2016-07-091-2/+66
* apr_crypto: Add a native CommonCrypto implementation for iOS and OSXGraham Leggett2012-10-051-10/+14
* * include/: Fix doxygen group for headers from apr-util.Joe Orton2011-12-081-1/+1
* apr_crypto: Clear out buffers that are allocated by us when the pool fromGraham Leggett2011-12-051-0/+11
* apr_crypto: Docs fix.Graham Leggett2011-10-231-1/+2
* Formatting, no functional change.Graham Leggett2011-10-231-12/+15
* apr_crypto: Replace the LDAP inspired constant-based parameter passing withGraham Leggett2011-10-231-61/+11
* apr_crypto: Remove an unused parameter from the apr_crypto_init() function.Graham Leggett2011-06-081-3/+1
* Drop the incomplete LDAP abstraction layer from APR 2.0 as decided on-list.William A. Rowe Jr2011-05-311-3/+1
* apr_crypto: Add apr_crypto_get_block_key_types() andGraham Leggett2011-05-301-0/+23
* Remove the apr_crypto_t context from calls where the apr_crypto_block_t isGraham Leggett2011-05-151-17/+7
* Remove the pool from the apr_crypto shutdown call.Graham Leggett2011-05-151-3/+1
* Reorder parameters. No functional change.Graham Leggett2011-05-151-61/+61
* Remove unused header file.Graham Leggett2011-05-141-1/+0
* Add namespace protection for apr_crypto_block_key_type_e andGraham Leggett2011-05-141-7/+8
* Add the APR_TYPEDEF_STRUCT macro to provide an implementation ofGraham Leggett2010-01-161-25/+19
* Refactor the apr_crypto.h interface so that the apr_crypto_t structureGraham Leggett2009-12-151-22/+12
* Fix spacing around apr_crypto_driver_name() as it was causing a link failureBrian Havard2009-09-091-1/+1
* Convert various APU_DECLARE into APR_DECLARE.Bojan Smojver2009-07-161-15/+15
* Merge APR-Util trunk into APR.Paul Querna2009-03-241-0/+462