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