Commit Graph

16 Commits

Author SHA1 Message Date
Antony Dovgal
f443488507 [DOC] add hash_copy() to be able to copy hash resource 2008-04-21 15:37:07 +00:00
Dmitry Stogov
cce5140cf3 Improved md5() implementation (Solar Designer) 2008-02-08 09:11:28 +00:00
Sebastian Bergmann
9b620d50b4 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
Nuno Lopes
2b8323c34a MFB: constify 2007-01-08 22:29:52 +00:00
Sebastian Bergmann
3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Sara Golemon
c8f96d157d Strip unused implementations of md5(), md5_file(), sha1(), and sha1_file()
from this extension.

It was decided a few months ago that those implementations would simply
stay in ext/standard and never leave.
2006-09-19 23:42:49 +00:00
Sara Golemon
3b7d690912 Add md2 algo support 2006-02-21 20:37:12 +00:00
Andi Gutmans
1efe984d08 - Get rid of using ENFORCE_SAFE_MODE. 2006-02-19 04:29:42 +00:00
foobar
251c5173fd bump year and license version 2006-01-01 13:10:10 +00:00
Sara Golemon
c456c16952 Add MD4 support 2005-12-03 00:51:30 +00:00
Michael Wallner
a278e9a74d - use php_hash_* types
# ok with everybody?
2005-11-26 13:15:06 +00:00
Michael Wallner
99c8d42a7b - hexlen is 2*digestlen 2005-11-22 19:23:55 +00:00
Michael Wallner
4c61cf6f4c - install extension headers
- make the hash algo registry case insensitive
- "export" inline php_hash_bin2hex
2005-11-22 19:17:58 +00:00
Michael Wallner
77e5a7e300 - fix a couple of warnings
- export php_hash_fetch_ops() and php_hash_register_ops()
2005-11-21 15:09:58 +00:00
Sara Golemon
7cd42570ed Add HMAC support 2005-11-18 20:58:54 +00:00
Sara Golemon
5c213de12e Initial Commit 2005-11-18 19:51:09 +00:00