<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pyopenssl.git/doc, branch remove-rationale</title>
<subtitle>github.com: pyca/pyopenssl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyopenssl.git/'/>
<entry>
<title>The message is not a basestring and basestring is an awful type anyway.</title>
<updated>2015-03-15T20:17:19+00:00</updated>
<author>
<name>Jean-Paul Calderone</name>
<email>exarkun@twistedmatrix.com</email>
</author>
<published>2015-03-15T20:17:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyopenssl.git/commit/?id=876b2ac5929fd9edcf7c03d1f28ee5334bce60ea'/>
<id>876b2ac5929fd9edcf7c03d1f28ee5334bce60ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentation for X509StoreContextError</title>
<updated>2015-02-10T03:34:25+00:00</updated>
<author>
<name>Stephen Holsapple</name>
<email>sholsapp@gmail.com</email>
</author>
<published>2015-02-10T03:34:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyopenssl.git/commit/?id=95a46658350b229cfaa10d5a376942d4832d5032'/>
<id>95a46658350b229cfaa10d5a376942d4832d5032</id>
<content type='text'>
I'm not sure if it is customary to provide documentation for exceptions
or not, but because this exception provides an additional meaningful
attribute on the exception base class, I figured it would be helpful to
document.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I'm not sure if it is customary to provide documentation for exceptions
or not, but because this exception provides an additional meaningful
attribute on the exception base class, I figured it would be helpful to
document.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactoring verify_cert</title>
<updated>2015-01-31T02:51:11+00:00</updated>
<author>
<name>Stephen Holsapple</name>
<email>sholsapp@gmail.com</email>
</author>
<published>2015-01-31T01:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyopenssl.git/commit/?id=08ffaa641b8ac19ddaae6472688f5a65844c8473'/>
<id>08ffaa641b8ac19ddaae6472688f5a65844c8473</id>
<content type='text'>
Apply the changes that we've been talking about in
https://github.com/pyca/pyopenssl/pull/155 regarding the placement of
verify_cert, viz., moving verify_cert from top level of crypto into
X509StoreContext.

This makes the pyOpenSSL API slightly different than the OpenSSL API,
but the plan will be to add back a verify_cert to the top level that is
nice to use.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Apply the changes that we've been talking about in
https://github.com/pyca/pyopenssl/pull/155 regarding the placement of
verify_cert, viz., moving verify_cert from top level of crypto into
X509StoreContext.

This makes the pyOpenSSL API slightly different than the OpenSSL API,
but the plan will be to add back a verify_cert to the top level that is
nice to use.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add OpenSSL.crypto.verify_chain method.</title>
<updated>2015-01-31T01:49:34+00:00</updated>
<author>
<name>Stephen Holsapple</name>
<email>sholsapp@gmail.com</email>
</author>
<published>2014-08-28T02:36:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyopenssl.git/commit/?id=0d9815fb0a1b24b59f0329e8d623f4a34239399a'/>
<id>0d9815fb0a1b24b59f0329e8d623f4a34239399a</id>
<content type='text'>
This change adds support for verifying a certificate or a certificate
chain. This implementation uses OpenSSL's underlying X509_STORE_CTX_*
class of functions to accomplish this.

This change also adds an intermediate signing certificate/key and a
service certificate/key signed with the intermediate signing
certificate, to make testing the OpenSSL.crypto.verify_chain method
easier to test. I figured I would add it to the top level module so
other people can use an intermediate signing certificate in their own
tests.

Issue: https://github.com/pyca/pyopenssl/issues/154
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds support for verifying a certificate or a certificate
chain. This implementation uses OpenSSL's underlying X509_STORE_CTX_*
class of functions to accomplish this.

This change also adds an intermediate signing certificate/key and a
service certificate/key signed with the intermediate signing
certificate, to make testing the OpenSSL.crypto.verify_chain method
easier to test. I figured I would add it to the top level module so
other people can use an intermediate signing certificate in their own
tests.

Issue: https://github.com/pyca/pyopenssl/issues/154
</pre>
</div>
</content>
</entry>
<entry>
<title>all the way</title>
<updated>2014-04-19T13:29:10+00:00</updated>
<author>
<name>Jean-Paul Calderone</name>
<email>exarkun@twistedmatrix.com</email>
</author>
<published>2014-04-19T13:29:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyopenssl.git/commit/?id=3b04e35e18fb9cb6436bc0e41462c59d488d16d9'/>
<id>3b04e35e18fb9cb6436bc0e41462c59d488d16d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mirror the OpenSSL API as is our idiom.</title>
<updated>2014-04-19T13:28:28+00:00</updated>
<author>
<name>Jean-Paul Calderone</name>
<email>exarkun@twistedmatrix.com</email>
</author>
<published>2014-04-19T13:28:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyopenssl.git/commit/?id=3e4e33562d6f06ebe1205bd03425a9cc772a92d9'/>
<id>3e4e33562d6f06ebe1205bd03425a9cc772a92d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some doc fixups</title>
<updated>2014-04-19T13:10:45+00:00</updated>
<author>
<name>Jean-Paul Calderone</name>
<email>exarkun@twistedmatrix.com</email>
</author>
<published>2014-04-19T13:10:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyopenssl.git/commit/?id=aaf516dc7780648fc43ec07f9896e7dffa22a699'/>
<id>aaf516dc7780648fc43ec07f9896e7dffa22a699</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to an explicit curve object.</title>
<updated>2014-04-19T02:00:10+00:00</updated>
<author>
<name>Jean-Paul Calderone</name>
<email>exarkun@twistedmatrix.com</email>
</author>
<published>2014-04-19T02:00:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyopenssl.git/commit/?id=c09fd581772ebe9d30bcf6b24665b4b75175029b'/>
<id>c09fd581772ebe9d30bcf6b24665b4b75175029b</id>
<content type='text'>
Happily, this eliminates just about all of the error cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Happily, this eliminates just about all of the error cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'pyca/master' into ecdhe</title>
<updated>2014-04-17T14:41:44+00:00</updated>
<author>
<name>Jean-Paul Calderone</name>
<email>exarkun@twistedmatrix.com</email>
</author>
<published>2014-04-17T14:41:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyopenssl.git/commit/?id=256090bc9ada777a045404c05864eb3fc1fcae96'/>
<id>256090bc9ada777a045404c05864eb3fc1fcae96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ecdh: Use different exception types for different errors</title>
<updated>2014-04-04T19:28:25+00:00</updated>
<author>
<name>Andy Lutomirski</name>
<email>luto@amacapital.net</email>
</author>
<published>2014-04-04T19:16:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/pyopenssl.git/commit/?id=61d7d393fb8ef50deed4424db94e3ea72f95c4c2'/>
<id>61d7d393fb8ef50deed4424db94e3ea72f95c4c2</id>
<content type='text'>
This sneakily fixes some test cases typos, too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This sneakily fixes some test cases typos, too.
</pre>
</div>
</content>
</entry>
</feed>
