summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Add apr_crypto implementations for OpenSSL and Mozilla NSS. Add a unitminfrin2008-09-072-0/+1415
* Add the apr_crypto interface, a rewrite of the earlier apr_ssl code,minfrin2008-09-071-0/+439
* * crypto/apr_md5.c: Mark PADDING array as const.jorton2007-11-151-1/+1
* * crypto/apr_md5.c (md5_update_buffer, apr_md5_update): Fix code stylejorton2007-11-151-6/+6
* * crypto/apr_md5.c, include/apr_md5.h: Update to current jorton2007-11-151-6/+6
* be a little bit more precise: the bit which is set is actually the IEEE 802 M...rse2007-11-071-1/+1
* Use plain "apr_time_now" for seeding the PRNG instead of usingrse2007-11-071-1/+1
* Another explicitly-int length arg we can do nothing aboutwrowe2007-10-231-1/+1
* * Fix compiler warning by propagating return value back.rpluem2007-10-141-1/+1
* make md5 hash files portable between EBCDIC and ASCII platforms.gregames2007-10-031-11/+34
* Update license headers.jerenkrantz2007-01-154-24/+24
* Fix broken UUID timestamp generation. Code was already present to convert amaxb2006-03-061-4/+4
* Fix use of incorrect byte order in UUID generation. Compatibility concerns aremaxb2006-03-061-10/+14
* Fix build failure with non-threaded APR on AIX. trawick2005-04-281-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-045-5/+10
* Remove .cvsignore files.jorton2004-11-181-4/+0
* Remove unnecessary type casts that were casting away "const".jorton2004-11-171-11/+11
* Add a note about the clear text check for platforms that don't supportrbb2004-05-281-2/+2
* Synch with 0.9 (the times you forget to check for a bug in HEAD arejorton2004-04-041-1/+1
* Relicense some more files.jorton2004-02-261-49/+10
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-134-196/+40
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-8/+0
* Fix generation of random multicast MAC address.rse2004-01-231-1/+1
* Add SHA1 support to apr_password_validate().jerenkrantz2003-11-161-4/+8
* Axe deprecated functions, #defines, etc. in apr-util.jerenkrantz2003-11-163-3/+3
* get rid of some warnings on platforms where no crypt_mutex_[un]lock()trawick2003-06-021-1/+2
* SECURITY [httpd incident CAN-2003-0189] Address a thread safety issue withjerenkrantz2003-05-281-5/+43
* Fix apr_uuid_parse() on EBCDIC machines by providing atrawick2003-04-221-0/+34
* Reflect the deprecatation of MD5_DIGESTSIZEwrowe2003-03-121-9/+9
* Callers just have blocks of bytes specified by a ptr/len pair.gstein2003-01-211-2/+4
* Update copyright notifications to 2003.thommay2003-01-015-5/+5
* remove apr_private.h from apr_md5.c (as it isn't required)ianh2002-07-172-9/+6
* Move UUID. Not the simplest thing in the world. Note that almostwrowe2002-07-173-1/+377
* MD5 is crypto. It belongs in crypto. And as far as I can tell, thiswrowe2002-07-172-1/+730
* Rearrange INCLUDES so that APRUTIL_PRIV_INCLUDES is first to preventjerenkrantz2002-05-081-1/+1
* Update our copyright for this year.fielding2002-03-132-2/+2
* Switch APRUTIL over to use the APR_FIND_APR macro provided by APR.gstein2002-02-061-4/+1
* APRUTIL_INCLUDES now available.ianh2002-01-181-1/+1
* Fix up VPATH support so that it will survive config.status invocations.jerenkrantz2002-01-041-1/+4
* apr md4 and apr xlate have different APIs w.r.t. the buffers theytrawick2001-11-191-6/+10
* Get VPATH builds working for APR-util again. We need to include bothrbb2001-09-131-1/+1
* Convert apr-util to use APR's build directory. This greatly simplifiesrbb2001-07-301-0/+3
* I've managed to get three -1s off this (Jeff, Ryan, and myself).jerenkrantz2001-06-041-12/+0
* Update error handling and add apr_md4 function.jerenkrantz2001-06-041-3/+32
* MD4 implementation based on code sample in RFC 1320. The appropriatejerenkrantz2001-06-012-1/+422
* Update copyright to 2001fielding2001-02-161-1/+1
* renaming various functions for consistency sakedougm2001-02-081-9/+9
* reverse the prior commit. apr_byte_t is defined in apr/include/apr.h(.in)gstein2001-01-191-2/+0
* add a missing type back in. this used to be AP_BYTE.gstein2001-01-191-0/+2
* apr-util rename of ap_ symbols to apr_ notation. Part 2 of the change.wrowe2001-01-193-450/+36