summaryrefslogtreecommitdiff
path: root/ext/standard/sha1.c
Commit message (Collapse)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* - Fixed bug #41511 (Compile failure under IRIX 6.5.30 building md5.c)foobar2007-05-271-1/+1
|
* Optimized digest generation in md5() and sha1() functions by using codeIlia Alshanetsky2007-05-191-10/+4
| | | | | from ext/hash. This makes the functions 20-50% faster on short strings.
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Remove include_path support from md5_file/sha1_file againUwe Schindler2005-04-151-5/+3
|
* use streams api for md5_file and sha1_file. Added parameter use_include_path ↵Uwe Schindler2005-04-151-21/+13
| | | | similar to other PHP file functions. Documentation update outstanding
* fix various solaris problems by replacing stdio with posix io where possibleUwe Schindler2005-04-151-8/+9
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* - Also add the optional raw output parameter to md5_file and sha1_file.Derick Rethans2003-02-201-12/+15
|
* - No need to add the \0 ourselves, the estrndup in STRINGL takes care ofDerick Rethans2003-02-201-2/+1
| | | | | that for us.
* - Added new parameter to sha1() and md5() which return the digest asDerick Rethans2003-02-181-9/+16
| | | | | | | | | binary data. (Original patch by Michael Bretterklieber <mbretter@jawa.at>) - Added test cases for sha1() and md5() based on the testvectors in RFC 1321 and RFC 3174. @- Added new parameter to sha1() and md5() which return the digest as @ binary data. (Michael Bretterklieber <mbretter@jawa.at>, Derick)
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* php_error_docrefMarcus Boerger2002-08-241-1/+1
| | | | | #New conversion available at: http://docref.txt.marcus-boerger.de
* - Copy and paste error -> unify error messagesDerick Rethans2002-07-281-1/+1
|
* Added sha1, sha1_file functions.Stefan Esser2002-07-281-0/+418