summaryrefslogtreecommitdiff
path: root/crypto/apr_crypto.c
Commit message (Expand)AuthorAgeFilesLines
* apr_crypto: Add support for digest functions, with hashing, signingminfrin2018-07-221-0/+74
* Make sure we compile in the absence of APU_HAVE_CRYPTO_PRNG. Make sure we don'tminfrin2018-07-221-1/+5
* apr_crypto: follow up to r1833359: fix some root pool scopes (possible leaks).ylavic2018-06-141-33/+51
* apr_crypto: follow up to r1833359: helper to get crypto lib version.ylavic2018-06-131-2/+45
* apr_crypto: follow up to r1833359: reuse crypto_lib_free() code.ylavic2018-06-131-6/+11
* apr_crypto: follow up to r1833359: don't ignore lib->term() return value.ylavic2018-06-131-3/+6
* apr_crypto: follow up to r1833359: crypto libs initialization scope.ylavic2018-06-131-38/+115
* apr_crypto: follow up to r1833359.ylavic2018-06-121-2/+154
* Cryptographic Pseudo Random Number Generator (CPRNG).ylavic2018-06-111-2/+10
* crypto: provide apr_crypto_equals(), a timing attacks safe buffers comparisonylavic2016-10-061-0/+15
* crypto: provide apr_crypto_memzero, garanteed to not be optimized out byylavic2016-10-061-1/+33
* apr_crypto: Add apr_crypto_key() function which supports keysminfrin2016-07-091-2/+26
* apr_crypto: Don't cache the driver if initialisation fails. Thisminfrin2016-07-071-5/+8
* apr_crypto_get_driver(): Fix invalid storage referencetrawick2014-08-211-1/+1
* APR DSOs have .dll extension on Cygwin too.trawick2013-10-051-1/+1
* Fix forever loop on NetWare when trying to get parent pool.fuankg2013-05-071-1/+3
* apr_crypto: Add a native CommonCrypto implementation for iOS and OSXminfrin2012-10-051-0/+5
* apr_crypto: Ensure that the if/else that governs the staticminfrin2012-04-021-3/+3
* apr_crypto: Ensure the *driver variable is initialised when a staticallyminfrin2012-04-011-5/+6
* apr_crypto: Ensure the *driver variable is initialised when the libraryminfrin2012-04-011-15/+7
* apr_crypto: Move the static initialisation of DRIVER_LOAD fromminfrin2011-12-081-24/+35
* apr_crypto: Clear out buffers that are allocated by us when the pool fromminfrin2011-12-051-0/+30
* Formatting, no functional change.minfrin2011-10-231-19/+26
* apr_crypto: Replace the LDAP inspired constant-based parameter passing withminfrin2011-10-231-4/+7
* apr_crypto: Remove an unused parameter from the apr_crypto_init() function.minfrin2011-06-081-2/+1
* apr_crypto: Add apr_crypto_get_block_key_types() andminfrin2011-05-301-0/+28
* Remove the apr_crypto_t context from calls where the apr_crypto_block_t isminfrin2011-05-151-25/+29
* Remove the pool from the apr_crypto shutdown call.minfrin2011-05-151-4/+3
* Reorder parameters. No functional change.minfrin2011-05-151-75/+81
* Add the APR_TYPEDEF_STRUCT macro to provide an implementation ofminfrin2010-01-161-27/+28
* revert typo from r892984wrowe2009-12-211-1/+1
* Refactor away apu_version legacy cruftwrowe2009-12-211-4/+4
* Two missed APU_MODULE_DECLARE_DATA fixeswrowe2009-12-171-2/+1
* Refactor the apr_crypto.h interface so that the apr_crypto_t structureminfrin2009-12-151-16/+16
* Convert various APU_DECLARE into APR_DECLARE.bojan2009-07-161-15/+15
* APR->APU conversion of DSO buildfoo; rename --disable-util-dso tojorton2009-03-241-8/+8
* Merge strmatch, xlate, crypto and xml directories from apr-util.jorton2009-03-241-0/+441