<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/hash/php_hash.h, branch php-7.3.0beta2</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>Remove unused Git attributes ident</title>
<updated>2018-07-24T22:53:25+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-07-03T00:52:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8d3f8ca12a0b00f2a74a27424790222536235502'/>
<id>8d3f8ca12a0b00f2a74a27424790222536235502</id>
<content type='text'>
The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.

In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.

In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump phar and hash extension version to match PHP version</title>
<updated>2018-06-21T11:15:32+00:00</updated>
<author>
<name>Peter Kokot</name>
<email>peterkokot@gmail.com</email>
</author>
<published>2018-06-19T23:32:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3f96f01e9e4d50f47aa89da03853201304a58bba'/>
<id>3f96f01e9e4d50f47aa89da03853201304a58bba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>year++</title>
<updated>2018-01-02T04:57:58+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@gmail.com</email>
</author>
<published>2018-01-02T04:57:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a6519d051463f211fc1a23661e5dc4814bfbcf83'/>
<id>a6519d051463f211fc1a23661e5dc4814bfbcf83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor HashContext into an object.</title>
<updated>2017-02-01T03:28:35+00:00</updated>
<author>
<name>=?UTF-8?q?Rouven=20We=C3=9Fling?=</name>
<email>me@rouvenwessling.de</email>
</author>
<published>2016-12-27T01:22:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b7f59be9f48d0079e222e26c01cd0a067480b97e'/>
<id>b7f59be9f48d0079e222e26c01cd0a067480b97e</id>
<content type='text'>
This allows better type hinting as well as potentially adding
methods in a followup diff.

Original patch by Rouven Weßling (github.com/realityking)
Heavily modified by Sara Golemon (github.com/sgolemon)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows better type hinting as well as potentially adding
methods in a followup diff.

Original patch by Rouven Weßling (github.com/realityking)
Heavily modified by Sara Golemon (github.com/sgolemon)
</pre>
</div>
</content>
</entry>
<entry>
<title>Disallow non-crypto hashes in HMAC and PBKDF2</title>
<updated>2017-01-18T20:13:54+00:00</updated>
<author>
<name>Andrey Andreev</name>
<email>narf@devilix.net</email>
</author>
<published>2017-01-16T13:51:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d89d149edf39cf4ce9ab41979f246e82510d43a5'/>
<id>d89d149edf39cf4ce9ab41979f246e82510d43a5</id>
<content type='text'>
For this purpose add is_crypto flag to php_hash_ops.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For this purpose add is_crypto flag to php_hash_ops.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add hash_hkdf()</title>
<updated>2017-01-14T12:28:21+00:00</updated>
<author>
<name>Andrey Andreev</name>
<email>narf@devilix.net</email>
</author>
<published>2017-01-11T19:54:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=4bf7ef08061720586cb0a2f410720e26719d97f3'/>
<id>4bf7ef08061720586cb0a2f410720e26719d97f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright headers to 2017</title>
<updated>2017-01-04T17:23:42+00:00</updated>
<author>
<name>Sammy Kaye Powers</name>
<email>sammyk@sammykmedia.com</email>
</author>
<published>2017-01-04T17:23:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=dac6c639bb54e93fb24b82d25f74daaa12763512'/>
<id>dac6c639bb54e93fb24b82d25f74daaa12763512</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement FIPS 180-4 algos: sha512/256 and sha512/224</title>
<updated>2016-05-14T04:39:39+00:00</updated>
<author>
<name>Sara Golemon</name>
<email>pollita@php.net</email>
</author>
<published>2016-05-14T03:47:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=49a7be069700efbb98dbb076bb0891c748c343f4'/>
<id>49a7be069700efbb98dbb076bb0891c748c343f4</id>
<content type='text'>
These algorithms are simple extensions to the existing sha512 algo
using different initialization vectors and producing truncated output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These algorithms are simple extensions to the existing sha512 algo
using different initialization vectors and producing truncated output.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace usage of php_hash_uint32 and php_hash_uint64 with uint32_t and uint64_t.</title>
<updated>2016-02-04T10:57:41+00:00</updated>
<author>
<name>Rouven Weßling</name>
<email>rouven@contentful.com</email>
</author>
<published>2016-01-29T12:47:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7e0459e7cef32a143f8c0eb80b8b85e74b19c615'/>
<id>7e0459e7cef32a143f8c0eb80b8b85e74b19c615</id>
<content type='text'>
Remove the unused php_hash_int32 and php_hash_int64.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the unused php_hash_int32 and php_hash_int64.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.0'</title>
<updated>2016-01-01T18:04:31+00:00</updated>
<author>
<name>Lior Kaplan</name>
<email>kaplanlior@gmail.com</email>
</author>
<published>2016-01-01T18:04:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3d5438bf7b67478a4fb5e52d805c4778b834717b'/>
<id>3d5438bf7b67478a4fb5e52d805c4778b834717b</id>
<content type='text'>
* PHP-7.0:
  Update header to PHP Version 7
  Happy new year (Update copyright to 2016)
  Happy new year (Update copyright to 2016)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.0:
  Update header to PHP Version 7
  Happy new year (Update copyright to 2016)
  Happy new year (Update copyright to 2016)
</pre>
</div>
</content>
</entry>
</feed>
