summaryrefslogtreecommitdiff
path: root/include/private/apr_crypto_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r1833421 et al:Graham Leggett2019-06-231-26/+0
* Revert r1833421 et al:Graham Leggett2019-06-221-8/+0
* Revert r1833421 et al:Graham Leggett2019-06-221-24/+0
* apr_crypto_prng: Move openssl specific code into apr_crypto_openssl.Graham Leggett2019-06-101-0/+37
* s/APR_NOKEY/APR_ENOKEY/Christophe Jaillet2018-08-261-4/+4
* crypto: move APR_USE_OPENSSL_PRE* definitions to apr_crypto_internal.h.Yann Ylavic2018-08-041-0/+18
* apr_crypto: Add support for digest functions, with hashing, signingGraham Leggett2018-07-221-0/+77
* apr_crypto: follow up to r1833359: helper to get crypto lib version.Yann Ylavic2018-06-131-4/+9
* apr_crypto: follow up to r1833359.Yann Ylavic2018-06-121-0/+35
* apr_crypto: Add apr_crypto_key() function which supports keysGraham Leggett2016-07-091-2/+21
* apr_crypto: Move the static initialisation of DRIVER_LOAD fromGraham Leggett2011-12-081-1/+2
* Formatting, no functional change.Graham Leggett2011-10-231-2/+2
* apr_crypto: Replace the LDAP inspired constant-based parameter passing withGraham Leggett2011-10-231-3/+3
* apr_crypto: Add apr_crypto_get_block_key_types() andGraham Leggett2011-05-301-0/+22
* Fix compilation with C90Stefan Fritsch2011-05-291-1/+1
* Remove the apr_crypto_t context from calls where the apr_crypto_block_t isGraham Leggett2011-05-151-4/+2
* Remove the pool from the apr_crypto shutdown call.Graham Leggett2011-05-151-2/+1
* Reorder parameters. No functional change.Graham Leggett2011-05-151-40/+40
* Fix APR crypto doxygen docs (function params).Rainer Jung2010-07-251-6/+3
* When adding members to an existing struct, add them to the end(!!!)William A. Rowe Jr2010-01-171-8/+8
* Add the APR_TYPEDEF_STRUCT macro to provide an implementation ofGraham Leggett2010-01-161-2/+2
* Refactor the apr_crypto.h interface so that the apr_crypto_t structureGraham Leggett2009-12-151-8/+16
* Merge APR-Util trunk into APR.Paul Querna2009-03-241-0/+253