summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* Follow up to r1833359: apr_crypto_prng API depends on APU_HAVE_CRYPTO_PRNG.ylavic2018-06-111-9/+8
* Cryptographic Pseudo Random Number Generator (CPRNG).ylavic2018-06-112-2/+481
* Better stack memseting of sensitive information.jailletc362018-05-281-0/+5
* apr_crypto: Fix compatibility with LibreSSL. PR 61596.ylavic2017-10-081-6/+19
* apr_crypto: follow up to r1772803.ylavic2017-02-021-2/+2
* apr_crypto: blowfish: revert r1773929.ylavic2016-12-191-2/+1
* apr_crypto: blowfish: follow up to r1772803: also cap hash verification time.ylavic2016-12-131-1/+2
* apr_crypt: avoid excessive iteration in bcrypt hash.niq2016-12-051-1/+1
* apr_crypto: axe the un(thread)safe key cache, creating each key on the poolylavic2016-12-023-44/+34
* Provide apr_siphash*() functions family.ylavic2016-10-071-0/+196
* 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_commoncrypto: set native eol.ylavic2016-09-261-912/+912
* apr_crypto: Add apr_crypto_key() function which supports keysminfrin2016-07-094-192/+633
* apr_crypto_nss: Ensure the SECItem returned by PK11_ParamFromIVminfrin2016-07-081-12/+23
* apr_crypto: Don't cache the driver if initialisation fails. Thisminfrin2016-07-072-10/+14
* Add support for OpenSSL 1.1.0:rjung2016-02-071-25/+58
* apr_crypto_nss: Explicitly declare key sizes when using NSS. Not all versionsminfrin2014-09-211-2/+7
* apr_crypto_get_driver(): Fix invalid storage referencetrawick2014-08-211-1/+1
* Fix Android compile error caused by assumption that crypt is available.trawick2014-08-191-2/+8
* Fix line endings of trunk-specific text fileswrowe2013-10-291-814/+814
* 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
* speed-up md5 by avoiding some memcopiessf2013-03-231-4/+18
* use heap memory for crypt in apr_password_validate, to reduce stack usagesf2013-03-231-15/+29
* Fix password validation failure for all cryptrjung2013-02-231-13/+12
* Fixup r1422413 so that memset is used on non-glibc platformssf2012-12-281-5/+10
* Split glibc version detection in two #if directives.sf2012-12-151-1/+4
* apr_crypto: Add a native CommonCrypto implementation for iOS and OSXminfrin2012-10-052-0/+819
* apr_password_validate(): Fix intermittent errors on systemstrawick2012-08-081-9/+14
* Forward port r1211337 from apr-util 1.4:sf2012-07-161-0/+1
* Avoid copying the hashed password to a temp buffer, if possible.sf2012-07-161-4/+4
* Increase the buffer size for the hashed stringsf2012-07-151-1/+1
* Fix NetWare build with picky Metrowerks compiler.fuankg2012-07-072-3/+3
* fix breakagesf2012-07-051-3/+1
* Add support for bcrypt encoded passwords.sf2012-07-053-5/+961
* Move non-MD5-related things from apr_md5.c to new file apr_passwd.csf2012-07-052-144/+170
* 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
* Backport windows crypto build files from apr-util. We still need port module ...mturk2011-12-082-0/+406
* apr_crypto: Move the static initialisation of DRIVER_LOAD fromminfrin2011-12-083-28/+45
* apr_crypto: Clear out buffers that are allocated by us when the pool fromminfrin2011-12-053-0/+37
* Remove variables that we assign but never read.minfrin2011-11-281-1/+0
* apr_crypto: Support NULL values for the params field.minfrin2011-10-252-49/+57
* apr_crypto: Teach the apr_crypto_nss driver to support the "noinit" optionminfrin2011-10-232-82/+84
* Formatting, no functional change.minfrin2011-10-233-108/+124
* apr_crypto: Replace the LDAP inspired constant-based parameter passing withminfrin2011-10-233-59/+122
* Remove unused variable.rjung2011-06-281-1/+0
* apr_crypto: Remove an unused parameter from the apr_crypto_init() function.minfrin2011-06-081-2/+1