<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/tests/data/test2034, branch gemini-meta</title>
<subtitle>cURL mirror with patches applied
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/'/>
<entry>
<title>SSL: Add PEM format support for public key pinning</title>
<updated>2014-11-24T18:30:09+00:00</updated>
<author>
<name>moparisthebest</name>
<email>admin@moparisthebest.com</email>
</author>
<published>2014-11-24T18:30:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=be1a5051890b7ad9339b0208424b94aa32c64776'/>
<id>be1a5051890b7ad9339b0208424b94aa32c64776</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: add new feature 'SSLpinning'</title>
<updated>2014-11-04T22:02:09+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2014-11-04T22:02:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=445aab4b7339494e7abce394b4c5cd788df31634'/>
<id>445aab4b7339494e7abce394b4c5cd788df31634</id>
<content type='text'>
... and make test 2034 and 2035 require it, and have it set when built
with OpenSSL or GnuTLS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... and make test 2034 and 2035 require it, and have it set when built
with OpenSSL or GnuTLS.
</pre>
</div>
</content>
</entry>
<entry>
<title>SSL: implement public key pinning</title>
<updated>2014-10-07T12:44:19+00:00</updated>
<author>
<name>moparisthebest</name>
<email>admin@moparisthebest.com</email>
</author>
<published>2014-10-01T02:31:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=93e450793ce289925dfd1d5e3b2d14e781f8dfd4'/>
<id>93e450793ce289925dfd1d5e3b2d14e781f8dfd4</id>
<content type='text'>
Option --pinnedpubkey takes a path to a public key in DER format and
only connect if it matches (currently only implemented with OpenSSL).

Provides CURLOPT_PINNEDPUBLICKEY for curl_easy_setopt().

Extract a public RSA key from a website like so:
openssl s_client -connect google.com:443 2&gt;&amp;1 &lt; /dev/null | \
sed -n '/-----BEGIN/,/-----END/p' | openssl x509 -noout -pubkey \
| openssl rsa -pubin -outform DER &gt; google.com.der
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Option --pinnedpubkey takes a path to a public key in DER format and
only connect if it matches (currently only implemented with OpenSSL).

Provides CURLOPT_PINNEDPUBLICKEY for curl_easy_setopt().

Extract a public RSA key from a website like so:
openssl s_client -connect google.com:443 2&gt;&amp;1 &lt; /dev/null | \
sed -n '/-----BEGIN/,/-----END/p' | openssl x509 -noout -pubkey \
| openssl rsa -pubin -outform DER &gt; google.com.der
</pre>
</div>
</content>
</entry>
</feed>
