<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git, 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>compile all our mac builds against 1.1.0 in travis (#3689)</title>
<updated>2017-06-07T04:31:02+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-06-07T04:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=8ba4756af921b471ae3533d23fdaa988c851ad54'/>
<id>8ba4756af921b471ae3533d23fdaa988c851ad54</id>
<content type='text'>
* compile all our mac builds against 1.1.0 in travis

* Just install

* try this why not

* ...

* of course

* upgrade the existing openssl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* compile all our mac builds against 1.1.0 in travis

* Just install

* try this why not

* ...

* of course

* upgrade the existing openssl
</pre>
</div>
</content>
</entry>
<entry>
<title>run our docs job using 1.1.0 (#3687)</title>
<updated>2017-06-06T18:45:01+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-06-06T18:45:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=6bdae781917dfd7e013e85a5435ff44bef702df2'/>
<id>6bdae781917dfd7e013e85a5435ff44bef702df2</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>bind even more evp (#3684)</title>
<updated>2017-06-06T11:57:35+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-06-06T11:57:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=34036d649f3f666cbadba3b737e03daa55e86d20'/>
<id>34036d649f3f666cbadba3b737e03daa55e86d20</id>
<content type='text'>
* bind even more evp

* oops
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bind even more evp

* oops
</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>bind EVP_PKEY_get1_tls_encodedpoint because X25519 (#3682)</title>
<updated>2017-06-06T00:45:44+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-06-06T00:45:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=023eccfc044c2f6a377f22fe50227175aca6fb4c'/>
<id>023eccfc044c2f6a377f22fe50227175aca6fb4c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
