<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/openssl/tests, branch microseconds</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>Merge branch 'PHP-7.0' into PHP-7.1</title>
<updated>2016-09-13T17:27:55+00:00</updated>
<author>
<name>Jakub Zelenka</name>
<email>bukka@php.net</email>
</author>
<published>2016-09-13T17:27:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1b1b7f88097b7ea77607be24edca0397a6750157'/>
<id>1b1b7f88097b7ea77607be24edca0397a6750157</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-5.6' into PHP-7.0</title>
<updated>2016-09-13T17:19:20+00:00</updated>
<author>
<name>Jakub Zelenka</name>
<email>bukka@php.net</email>
</author>
<published>2016-09-13T17:17:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3a739c9f9f049335c1a1194cd3a50b0cab211d0b'/>
<id>3a739c9f9f049335c1a1194cd3a50b0cab211d0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #73072 (Invalid path SNI_server_certs causes segfault)</title>
<updated>2016-09-13T17:15:34+00:00</updated>
<author>
<name>Jakub Zelenka</name>
<email>bukka@php.net</email>
</author>
<published>2016-09-13T17:15:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=05baa927277c820de4deee0991c24c7f4c545105'/>
<id>05baa927277c820de4deee0991c24c7f4c545105</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #72948: Uncatchable "Catchable" fatal error for class to string conversions</title>
<updated>2016-09-03T11:05:37+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2016-09-03T11:05:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=727b422ad91f0d767d8f0fb3951b89fa9da8668f'/>
<id>727b422ad91f0d767d8f0fb3951b89fa9da8668f</id>
<content type='text'>
E_RECOVERABLE errors are reported as "Catchable fatal error". This is
misleading, because they actually can't be caught via try-catch statements.
Therefore we change the wording to "Recoverable fatal error" as suggested by
Nikita.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
E_RECOVERABLE errors are reported as "Catchable fatal error". This is
misleading, because they actually can't be caught via try-catch statements.
Therefore we change the wording to "Recoverable fatal error" as suggested by
Nikita.
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not expect error 0407006A in openssl_private_(en|de)crypt</title>
<updated>2016-08-21T19:29:03+00:00</updated>
<author>
<name>Jakub Zelenka</name>
<email>bukka@php.net</email>
</author>
<published>2016-08-21T19:29:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=21c72827c73d733a0be9058e86c60f3f39779157'/>
<id>21c72827c73d733a0be9058e86c60f3f39779157</id>
<content type='text'>
It makes the test work with OpenSSL 1.1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It makes the test work with OpenSSL 1.1
</pre>
</div>
</content>
</entry>
<entry>
<title>Return false if tag is not supplied or cannot be retrieved in AEAD</title>
<updated>2016-08-14T18:34:03+00:00</updated>
<author>
<name>Jakub Zelenka</name>
<email>bukka@php.net</email>
</author>
<published>2016-08-14T18:34:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c3c90abb17017af83133f57ec5d7663c0b33fdff'/>
<id>c3c90abb17017af83133f57ec5d7663c0b33fdff</id>
<content type='text'>
It doesn't make sense to return just encoded string as it cannot be
used anyway (decryption without a tag will not work).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It doesn't make sense to return just encoded string as it cannot be
used anyway (decryption without a tag will not work).
</pre>
</div>
</content>
</entry>
<entry>
<title>Use OPENSSL_RAW_DATA in raw data decryption tests</title>
<updated>2016-07-22T16:30:30+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2016-07-22T16:30:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=40b312d4c2d129f2085af585566fa417b43419e8'/>
<id>40b312d4c2d129f2085af585566fa417b43419e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test: Use valid base64 even for invalid OpenSSL data</title>
<updated>2016-07-22T16:03:55+00:00</updated>
<author>
<name>Lauri Kenttä</name>
<email>lauri.kentta@gmail.com</email>
</author>
<published>2016-07-11T09:39:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=76f6f3583ce466aa5cf76d3be3deba04e4935f18'/>
<id>76f6f3583ce466aa5cf76d3be3deba04e4935f18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change sign method from ecdsa-with-SHA1 to SHA1</title>
<updated>2016-07-17T16:46:14+00:00</updated>
<author>
<name>Jakub Zelenka</name>
<email>bukka@php.net</email>
</author>
<published>2016-03-20T19:02:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=444adff0b24ba3a8f292dfa7c951838fc9936a9e'/>
<id>444adff0b24ba3a8f292dfa7c951838fc9936a9e</id>
<content type='text'>
There are no message digest methods for public key
(e.g. ecdsa-with-SHA1, dsa*, DSA*) MD methods in OpenSSL 1.1.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are no message digest methods for public key
(e.g. ecdsa-with-SHA1, dsa*, DSA*) MD methods in OpenSSL 1.1.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use SHA1 instead of DSS1 in test for bug #41033</title>
<updated>2016-07-17T16:46:14+00:00</updated>
<author>
<name>Jakub Zelenka</name>
<email>bukka@php.net</email>
</author>
<published>2016-03-06T12:39:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1008385959b7110e1baea16f4520965ce43f9dbb'/>
<id>1008385959b7110e1baea16f4520965ce43f9dbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
