<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/docs, branch private-key-serialization-docs</title>
<subtitle>github.com: pyca/cryptography.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/'/>
<entry>
<title>It's a method you must call</title>
<updated>2017-06-09T18:49:13+00:00</updated>
<author>
<name>Jean-Paul Calderone</name>
<email>exarkun@users.noreply.github.com</email>
</author>
<published>2017-06-09T18:49:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=e9b22b210761495052a66ed4312501fc6167dd63'/>
<id>e9b22b210761495052a66ed4312501fc6167dd63</id>
<content type='text'>
Fix misworded guidance for how to serialize a private key to bytes.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix misworded guidance for how to serialize a private key to bytes.</pre>
</div>
</content>
</entry>
<entry>
<title>X25519 Support (#3686)</title>
<updated>2017-06-09T12:31:30+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-06-09T12:31:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=3e357f704008f38261aee011a9fe674dc43cc0ae'/>
<id>3e357f704008f38261aee011a9fe674dc43cc0ae</id>
<content type='text'>
* early days

* sort of working

* more things

* remove private_bytes

* public bytes, interface fix

* load public keys

* x25519 support basically done now

* private_bytes is gone

* some reminders

* doctest this too

* remove a thing that doesn't matter

* x25519 supported checks

* libressl has the NID, but a different API, so check for OpenSSL

* pep8

* add missing coverage

* update to use reasons

* expand test a little

* add changelog entry

* review feedback
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* early days

* sort of working

* more things

* remove private_bytes

* public bytes, interface fix

* load public keys

* x25519 support basically done now

* private_bytes is gone

* some reminders

* doctest this too

* remove a thing that doesn't matter

* x25519 supported checks

* libressl has the NID, but a different API, so check for OpenSSL

* pep8

* add missing coverage

* update to use reasons

* expand test a little

* add changelog entry

* review feedback
</pre>
</div>
</content>
</entry>
<entry>
<title>ChaCha20Poly1305 support (#3680)</title>
<updated>2017-06-08T04:08:57+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-06-08T04:08:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=7e53d911577881d87ce30291cef68e24f3c1b763'/>
<id>7e53d911577881d87ce30291cef68e24f3c1b763</id>
<content type='text'>
* chacha20poly1305 support

* add chacha20poly1305 backend and some fixes

* refactor

* forgot to remove this

* pep8

* review feedback and a lot of type/value checking

* review feedback

* raise unsupportedalgorithm when creating a ChaCha20Poly1305 object

if it's not supported.

* switch to ciphertext||tag

* typo

* remove a branch we don't need

* review feedback

* decrypts is *also* a word

* use reasons
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* chacha20poly1305 support

* add chacha20poly1305 backend and some fixes

* refactor

* forgot to remove this

* pep8

* review feedback and a lot of type/value checking

* review feedback

* raise unsupportedalgorithm when creating a ChaCha20Poly1305 object

if it's not supported.

* switch to ciphertext||tag

* typo

* remove a branch we don't need

* review feedback

* decrypts is *also* a word

* use reasons
</pre>
</div>
</content>
</entry>
<entry>
<title>scrypt can be doctested now that we're using 1.1.0 (#3688)</title>
<updated>2017-06-07T12:20:33+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-06-07T12:20:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=f12955cd242664cffbaa041ef815579a8d6b2d3a'/>
<id>f12955cd242664cffbaa041ef815579a8d6b2d3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add X25519 test vectors from RFC 7748 section 5.2 (#3685)</title>
<updated>2017-06-06T12:01:03+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-06-06T12:01:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=cfdc6057e10224fe989eec2f05cce33d0d495a75'/>
<id>cfdc6057e10224fe989eec2f05cce33d0d495a75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do more retries in linkcheck because NIST websites are down a lot (#3683)</title>
<updated>2017-06-06T01:51:48+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-06-06T01:51:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=e2e87824051d3a6a3fc66d4af35dea52b531a230'/>
<id>e2e87824051d3a6a3fc66d4af35dea52b531a230</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the link to appease linkcheck (#3677)</title>
<updated>2017-06-04T23:25:53+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-06-04T23:25:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=5afd5694d2f276b68c8563c923d7d49f76cd597b'/>
<id>5afd5694d2f276b68c8563c923d7d49f76cd597b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix symmetric encryption interfaces heading (#3676)</title>
<updated>2017-06-04T21:48:32+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-06-04T21:48:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=e3ff364f68bd64f6a99327a450c1c7e97a6dc6ec'/>
<id>e3ff364f68bd64f6a99327a450c1c7e97a6dc6ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>document invalidtag (#3675)</title>
<updated>2017-06-04T21:48:24+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-06-04T21:48:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=a8b1c6e9b13724613376e19381f8b460529d12fb'/>
<id>a8b1c6e9b13724613376e19381f8b460529d12fb</id>
<content type='text'>
* document invalidtag

* move invalidtag
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* document invalidtag

* move invalidtag
</pre>
</div>
</content>
</entry>
<entry>
<title>add ChaCha20Poly1305 test vectors from OpenSSL/RFC7539 (#3673)</title>
<updated>2017-06-04T21:09:03+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-06-04T21:09:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=66dcd38fadc9ec8785de19aedc698cade93cbe26'/>
<id>66dcd38fadc9ec8785de19aedc698cade93cbe26</id>
<content type='text'>
* add ChaCha20Poly1305 test vectors from OpenSSL/RFC7539

* add the boringssl tests as well

* highlight the lines
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add ChaCha20Poly1305 test vectors from OpenSSL/RFC7539

* add the boringssl tests as well

* highlight the lines
</pre>
</div>
</content>
</entry>
</feed>
