summaryrefslogtreecommitdiff
path: root/crypto/apr_crypto_commoncrypto.c
Commit message (Expand)AuthorAgeFilesLines
* apr_crypto_prng: delacre cprng_stream_ctx_free() static.Yann Ylavic2020-04-301-1/+1
* Revert r1833421 et al:Graham Leggett2019-06-221-2/+2
* apr_crypto_prng: Move openssl specific code into apr_crypto_openssl.Graham Leggett2019-06-101-1/+18
* Remove non existent digests.Graham Leggett2018-08-271-3/+1
* Remove an unnecessary cipher lookup in the HMAC case.Graham Leggett2018-08-271-6/+0
* crypto: follow up to r1836439: restore apr_crypto_lib_init/term().Yann Ylavic2018-07-241-11/+2
* apr_crypto: Add support for digest functions, with hashing, signingGraham Leggett2018-07-221-197/+772
* apr_crypto: follow up to r1833359.Yann Ylavic2018-06-121-12/+3
* apr_crypto: axe the un(thread)safe key cache, creating each key on the poolYann Ylavic2016-12-021-11/+5
* apr_crypto_commoncrypto: set native eol.Yann Ylavic2016-09-261-912/+912
* apr_crypto: Add apr_crypto_key() function which supports keysGraham Leggett2016-07-091-60/+158
* Fix line endings of trunk-specific text filesWilliam A. Rowe Jr2013-10-291-814/+814
* apr_crypto: Add a native CommonCrypto implementation for iOS and OSXGraham Leggett2012-10-051-0/+814