summaryrefslogtreecommitdiff
path: root/test/testcrypto.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: follow up to r1836439: restore apr_crypto_lib_init/term().ylavic2018-07-241-9/+5
* apr_crypto: Add support for digest functions, with hashing, signingminfrin2018-07-221-7/+941
* Make sure we compile in the absence of APU_HAVE_CRYPTO_PRNG. Make sure we don'tminfrin2018-07-221-5/+13
* apr_crypto: follow up to r1833359: improve CPRNGs fork()ing.ylavic2018-06-271-40/+50
* apr_crypto: follow up to r1833359: consistent apr_crypto_random_ prefix.ylavic2018-06-211-2/+2
* apr_crypto: follow up to r1833359: fix some root pool scopes (possible leaks).ylavic2018-06-141-2/+5
* apr_crypto: follow up to r1833359.ylavic2018-06-121-7/+0
* Cryptographic Pseudo Random Number Generator (CPRNG).ylavic2018-06-111-0/+241
* crypto: follow up to r1763669.ylavic2016-10-071-0/+78
* apr_crypto: Add apr_crypto_key() function which supports keysminfrin2016-07-091-121/+347
* testcrypto: Don't silently swallow errors when the driver loads but theminfrin2016-07-071-8/+17
* apr_crypto_nss: Explicitly declare key sizes when using NSS. Not all versionsminfrin2014-09-211-42/+44
* when complaining (in -v(erbose) mode) about not findingtrawick2013-08-271-1/+1
* apr_crypto: Add a native CommonCrypto implementation for iOS and OSXminfrin2012-10-051-27/+369
* Formatting, no functional change.minfrin2011-10-231-108/+131
* apr_crypto: Replace the LDAP inspired constant-based parameter passing withminfrin2011-10-231-10/+3
* apr_crypto: Remove an unused parameter from the apr_crypto_init() function.minfrin2011-06-081-2/+2
* apr_crypto: Add apr_crypto_get_block_key_types() andminfrin2011-05-301-0/+164
* Remove the apr_crypto_t context from calls where the apr_crypto_block_t isminfrin2011-05-151-11/+9
* Reorder parameters. No functional change.minfrin2011-05-151-25/+23
* Add namespace protection for apr_crypto_block_key_type_e andminfrin2011-05-141-37/+37
* Add the APR_TYPEDEF_STRUCT macro to provide an implementation ofminfrin2010-01-161-18/+18
* Refactor the apr_crypto.h interface so that the apr_crypto_t structureminfrin2009-12-151-28/+42
* * test/: Merge test suite from apr-util. Substitute jorton2009-03-251-0/+698