<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/openssl, branch php-7.0.24</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>Add test for bug #74903</title>
<updated>2017-07-24T15:02:10+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2017-07-24T15:02:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a769d873f800f30a9bd20c359e3897c4f98ae357'/>
<id>a769d873f800f30a9bd20c359e3897c4f98ae357</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>openssl: Add openssl_pkcs12_export_to_file tests</title>
<updated>2017-07-24T09:46:42+00:00</updated>
<author>
<name>Jelle van der Waa</name>
<email>jelle@vdwaa.nl</email>
</author>
<published>2017-07-22T20:40:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=23c124ec754fe8798ff36f89317c0d869be1b949'/>
<id>23c124ec754fe8798ff36f89317c0d869be1b949</id>
<content type='text'>
Add basic tests for openssl_pkcs12_export_to_file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add basic tests for openssl_pkcs12_export_to_file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #74651 - check EVP_SealInit as it can return -1</title>
<updated>2017-07-05T02:30:56+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2017-06-20T06:06:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=73cabfedf519298e1a11192699f44d53c529315e'/>
<id>73cabfedf519298e1a11192699f44d53c529315e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>openssl: Add openssl_pkcs12_(read, export) tests</title>
<updated>2017-06-18T18:02:51+00:00</updated>
<author>
<name>Jelle van der Waa</name>
<email>jelle@vdwaa.nl</email>
</author>
<published>2017-06-08T12:31:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=509f5097ab0b578adc311c720afcea8de266aadd'/>
<id>509f5097ab0b578adc311c720afcea8de266aadd</id>
<content type='text'>
Add basic tests for openssl_pkcs12_read and openssl_pkcs12_export.
openssl_pkcs12_export has two tests disable which currently do not work
as intended and should be fixed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add basic tests for openssl_pkcs12_read and openssl_pkcs12_export.
openssl_pkcs12_export has two tests disable which currently do not work
as intended and should be fixed.
</pre>
</div>
</content>
</entry>
<entry>
<title>openssl: Fix spkstr and spki leak in openssl_spki_new</title>
<updated>2017-06-16T15:51:50+00:00</updated>
<author>
<name>Jelle van der Waa</name>
<email>jelle@vdwaa.nl</email>
</author>
<published>2017-06-06T14:45:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f19dfac830a728f4d77e7e4d1aae3eb05c9496ac'/>
<id>f19dfac830a728f4d77e7e4d1aae3eb05c9496ac</id>
<content type='text'>
spkstr is not free'd when running the test and valgrind reports a leak
of 32,318 bytes. The free condition is not met since keyresource is not
NULL, apart from that OPENSSL_free actually free's the allocated memory
by OPENSSL_malloc inside OpenSSL.

Valgrind reports 768 bytes leaked in openssl_spki_new when running the
testsuite. Remove the keyresource check to always free spki.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
spkstr is not free'd when running the test and valgrind reports a leak
of 32,318 bytes. The free condition is not met since keyresource is not
NULL, apart from that OPENSSL_free actually free's the allocated memory
by OPENSSL_malloc inside OpenSSL.

Valgrind reports 768 bytes leaked in openssl_spki_new when running the
testsuite. Remove the keyresource check to always free spki.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace ASN1_STRING_data with ASN1_STRING_get0_data</title>
<updated>2017-06-04T17:08:51+00:00</updated>
<author>
<name>Jakub Zelenka</name>
<email>bukka@php.net</email>
</author>
<published>2017-06-04T17:08:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3704947696fe0ee93e025fa85621d297ac7a1e4d'/>
<id>3704947696fe0ee93e025fa85621d297ac7a1e4d</id>
<content type='text'>
This is a slightly modified version of the patch from Jelle van der Waa
( @jelly ) so full credit to him.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a slightly modified version of the patch from Jelle van der Waa
( @jelly ) so full credit to him.
</pre>
</div>
</content>
</entry>
<entry>
<title>follow up fix on bug #74022</title>
<updated>2017-05-18T10:03:13+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2017-05-18T10:03:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=464c1639ae544e3952823caf169d2e4199a32fc3'/>
<id>464c1639ae544e3952823caf169d2e4199a32fc3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix possible memory leak in openssl_encrypt and openssl_decrypt</title>
<updated>2017-04-27T14:44:26+00:00</updated>
<author>
<name>Jakub Zelenka</name>
<email>bukka@php.net</email>
</author>
<published>2017-04-27T14:44:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=a0b9554f94a47b32e9771b1be999e255ca6bacc7'/>
<id>a0b9554f94a47b32e9771b1be999e255ca6bacc7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefer using DIRECTORY_SEPARATOR in OpenSSL config path</title>
<updated>2017-04-27T14:10:55+00:00</updated>
<author>
<name>Jakub Zelenka</name>
<email>bukka@php.net</email>
</author>
<published>2017-04-27T14:10:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=7b392c7154eb06d8dd19f4e06155b8a4633ac766'/>
<id>7b392c7154eb06d8dd19f4e06155b8a4633ac766</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add oid_section to the testing openssl.cnf</title>
<updated>2017-04-27T14:09:58+00:00</updated>
<author>
<name>Jakub Zelenka</name>
<email>bukka@php.net</email>
</author>
<published>2017-04-27T14:09:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e7166ea9be6ee6a9707b9c8d6145b3278e965743'/>
<id>e7166ea9be6ee6a9707b9c8d6145b3278e965743</id>
<content type='text'>
It tests repeated OID addition
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It tests repeated OID addition
</pre>
</div>
</content>
</entry>
</feed>
