summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* Follow up to r1833359: apr_crypto_prng API depends on APU_HAVE_CRYPTO_PRNG.Yann Ylavic2018-06-111-9/+8
* Cryptographic Pseudo Random Number Generator (CPRNG).Yann Ylavic2018-06-112-2/+481
* Better stack memseting of sensitive information.Christophe Jaillet2018-05-281-0/+5
* apr_crypto: Fix compatibility with LibreSSL. PR 61596.Yann Ylavic2017-10-081-6/+19
* apr_crypto: follow up to r1772803.Yann Ylavic2017-02-021-2/+2
* apr_crypto: blowfish: revert r1773929.Yann Ylavic2016-12-191-2/+1
* apr_crypto: blowfish: follow up to r1772803: also cap hash verification time.Yann Ylavic2016-12-131-1/+2
* apr_crypt: avoid excessive iteration in bcrypt hash.Nick Kew2016-12-051-1/+1
* apr_crypto: axe the un(thread)safe key cache, creating each key on the poolYann Ylavic2016-12-023-44/+34
* Provide apr_siphash*() functions family.Yann Ylavic2016-10-071-0/+196
* crypto: provide apr_crypto_equals(), a timing attacks safe buffers comparisonYann Ylavic2016-10-061-0/+15
* crypto: provide apr_crypto_memzero, garanteed to not be optimized out byYann Ylavic2016-10-061-1/+33
* apr_crypto_commoncrypto: set native eol.Yann Ylavic2016-09-261-912/+912
* apr_crypto: Add apr_crypto_key() function which supports keysGraham Leggett2016-07-094-192/+633
* apr_crypto_nss: Ensure the SECItem returned by PK11_ParamFromIVGraham Leggett2016-07-081-12/+23
* apr_crypto: Don't cache the driver if initialisation fails. ThisGraham Leggett2016-07-072-10/+14
* Add support for OpenSSL 1.1.0:Rainer Jung2016-02-071-25/+58
* apr_crypto_nss: Explicitly declare key sizes when using NSS. Not all versionsGraham Leggett2014-09-211-2/+7
* apr_crypto_get_driver(): Fix invalid storage referenceJeff Trawick2014-08-211-1/+1
* Fix Android compile error caused by assumption that crypt is available.Jeff Trawick2014-08-191-2/+8
* Fix line endings of trunk-specific text filesWilliam A. Rowe Jr2013-10-291-814/+814
* APR DSOs have .dll extension on Cygwin too.Jeff Trawick2013-10-051-1/+1
* Fix forever loop on NetWare when trying to get parent pool.Guenter Knauf2013-05-071-1/+3
* speed-up md5 by avoiding some memcopiesStefan Fritsch2013-03-231-4/+18
* use heap memory for crypt in apr_password_validate, to reduce stack usageStefan Fritsch2013-03-231-15/+29
* Fix password validation failure for all cryptRainer Jung2013-02-231-13/+12
* Fixup r1422413 so that memset is used on non-glibc platformsStefan Fritsch2012-12-281-5/+10
* Split glibc version detection in two #if directives.Stefan Fritsch2012-12-151-1/+4
* apr_crypto: Add a native CommonCrypto implementation for iOS and OSXGraham Leggett2012-10-052-0/+819
* apr_password_validate(): Fix intermittent errors on systemsJeff Trawick2012-08-081-9/+14
* Forward port r1211337 from apr-util 1.4:Stefan Fritsch2012-07-161-0/+1
* Avoid copying the hashed password to a temp buffer, if possible.Stefan Fritsch2012-07-161-4/+4
* Increase the buffer size for the hashed stringStefan Fritsch2012-07-151-1/+1
* Fix NetWare build with picky Metrowerks compiler.Guenter Knauf2012-07-072-3/+3
* fix breakageStefan Fritsch2012-07-051-3/+1
* Add support for bcrypt encoded passwords.Stefan Fritsch2012-07-053-5/+961
* Move non-MD5-related things from apr_md5.c to new file apr_passwd.cStefan Fritsch2012-07-052-144/+170
* apr_crypto: Ensure that the if/else that governs the staticGraham Leggett2012-04-021-3/+3
* apr_crypto: Ensure the *driver variable is initialised when a staticallyGraham Leggett2012-04-011-5/+6
* apr_crypto: Ensure the *driver variable is initialised when the libraryGraham Leggett2012-04-011-15/+7
* Backport windows crypto build files from apr-util. We still need port module ...Mladen Turk2011-12-082-0/+406
* apr_crypto: Move the static initialisation of DRIVER_LOAD fromGraham Leggett2011-12-083-28/+45
* apr_crypto: Clear out buffers that are allocated by us when the pool fromGraham Leggett2011-12-053-0/+37
* Remove variables that we assign but never read.Graham Leggett2011-11-281-1/+0
* apr_crypto: Support NULL values for the params field.Graham Leggett2011-10-252-49/+57
* apr_crypto: Teach the apr_crypto_nss driver to support the "noinit" optionGraham Leggett2011-10-232-82/+84
* Formatting, no functional change.Graham Leggett2011-10-233-108/+124
* apr_crypto: Replace the LDAP inspired constant-based parameter passing withGraham Leggett2011-10-233-59/+122
* Remove unused variable.Rainer Jung2011-06-281-1/+0
* apr_crypto: Remove an unused parameter from the apr_crypto_init() function.Graham Leggett2011-06-081-2/+1