<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src/cryptography/utils.py, branch private-key-serialization-docs</title>
<subtitle>github.com: pyca/cryptography.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/'/>
<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://git.baserock.org/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>Post release tasks to open master for 2.0 (#3644)</title>
<updated>2017-05-30T03:10:39+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-05-30T03:10:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=b90e8d81a3814331fafc732fa0f2d44f5f71dfbb'/>
<id>b90e8d81a3814331fafc732fa0f2d44f5f71dfbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't raise an UnsupportedExtension for critical extensions. (#3550)</title>
<updated>2017-05-20T16:01:54+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-05-20T16:01:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=d08ddd5af21de62088c0236bfac1d647a6cb84a2'/>
<id>d08ddd5af21de62088c0236bfac1d647a6cb84a2</id>
<content type='text'>
* Don't raise an UnsupportedExtension for critical extensions.

Fixes #2903
Fixes #2901
Fixes #3325

* Don't link

* Revert "Don't link"

This reverts commit 4fe847f91d9dd45cdc28a4984c4e44aad62a5de6.

* fix

* Revert "Revert "Don't link""

This reverts commit 856031b5a1fbad04ac218fa94ebf37dcd402f3ed.

* fix

* Deprecate this

* Better changelog entry
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Don't raise an UnsupportedExtension for critical extensions.

Fixes #2903
Fixes #2901
Fixes #3325

* Don't link

* Revert "Don't link"

This reverts commit 4fe847f91d9dd45cdc28a4984c4e44aad62a5de6.

* fix

* Revert "Revert "Don't link""

This reverts commit 856031b5a1fbad04ac218fa94ebf37dcd402f3ed.

* fix

* Deprecate this

* Better changelog entry
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't compare cffi version using strings (#3524)</title>
<updated>2017-04-29T14:00:24+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-04-29T14:00:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=0417d00d9ff1e19bc3ab67d39bdd18e1674768c1'/>
<id>0417d00d9ff1e19bc3ab67d39bdd18e1674768c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused assignment (#3519)</title>
<updated>2017-04-27T12:35:57+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-04-27T12:35:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=9e6e23b0a8da93885ebcf2c85ed8de07570c874a'/>
<id>9e6e23b0a8da93885ebcf2c85ed8de07570c874a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>minor int_to_bytes performance increase (#3490)</title>
<updated>2017-04-05T23:48:04+00:00</updated>
<author>
<name>Ofek Lev</name>
<email>ofekmeister@gmail.com</email>
</author>
<published>2017-04-05T23:48:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=eba67506bb813f900c102fe62bb9bc01acfb53d6'/>
<id>eba67506bb813f900c102fe62bb9bc01acfb53d6</id>
<content type='text'>
* minor int_to_bytes performance increase

* why is Python 2.6 supported anyway...

* keep py2k version
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* minor int_to_bytes performance increase

* why is Python 2.6 supported anyway...

* keep py2k version
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove API deprecated in 1.6, clean up the legacy deprecations (#3468)</title>
<updated>2017-03-21T13:24:12+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-03-21T13:24:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=a783c57b7fa71a7cc6e354f37f79cc7239fb8bd7'/>
<id>a783c57b7fa71a7cc6e354f37f79cc7239fb8bd7</id>
<content type='text'>
* Remove API deprecated in 1.6, clean up the legacy deprecations

* flake8, unused import
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove API deprecated in 1.6, clean up the legacy deprecations

* flake8, unused import
</pre>
</div>
</content>
</entry>
<entry>
<title>add support for update_into on CipherContext (#3190)</title>
<updated>2017-02-17T04:20:38+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-02-17T04:20:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=9b34ca92c3ac061aee2301728dc1280a83890814'/>
<id>9b34ca92c3ac061aee2301728dc1280a83890814</id>
<content type='text'>
* add support for update_into on CipherContext

This allows you to provide your own buffer (like recv_into) to improve
performance when repeatedly calling encrypt/decrypt on large payloads.

* another skip_if

* more skip_if complexity

* maybe do this right

* correct number of args

* coverage for the coverage gods

* add a cffi minimum test tox target and travis builder

This tests against macOS so we capture some commoncrypto branches

* extra arg

* need to actually install py35

* fix

* coverage for GCM decrypt in CC

* no longer relevant

* 1.8 now

* pep8

* dramatically simplify

* update docs

* remove unneeded test

* changelog entry

* test improvements

* coverage fix

* add some comments to example

* move the comments to their own line

* fix and move comment
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add support for update_into on CipherContext

This allows you to provide your own buffer (like recv_into) to improve
performance when repeatedly calling encrypt/decrypt on large payloads.

* another skip_if

* more skip_if complexity

* maybe do this right

* correct number of args

* coverage for the coverage gods

* add a cffi minimum test tox target and travis builder

This tests against macOS so we capture some commoncrypto branches

* extra arg

* need to actually install py35

* fix

* coverage for GCM decrypt in CC

* no longer relevant

* 1.8 now

* pep8

* dramatically simplify

* update docs

* remove unneeded test

* changelog entry

* test improvements

* coverage fix

* add some comments to example

* move the comments to their own line

* fix and move comment
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a regression in int_from_bytes (#3316)</title>
<updated>2016-12-13T17:09:35+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2016-12-13T17:09:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=874445aea9e2d07a94444855ccfeaa3082de26a9'/>
<id>874445aea9e2d07a94444855ccfeaa3082de26a9</id>
<content type='text'>
* fix a regression in int_from_bytes

* add a new test file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix a regression in int_from_bytes

* add a new test file
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up int_from_bytes (#3295)</title>
<updated>2016-12-03T04:37:55+00:00</updated>
<author>
<name>Ofek Lev</name>
<email>ofekmeister@gmail.com</email>
</author>
<published>2016-12-03T04:37:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=56aae486666c552dc8e0b3a864387b535807c3a7'/>
<id>56aae486666c552dc8e0b3a864387b535807c3a7</id>
<content type='text'>
* clean up int_from_bytes

7x speed-up and code is more readable

* remove unused import

* rely on py2 built-in codecs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* clean up int_from_bytes

7x speed-up and code is more readable

* remove unused import

* rely on py2 built-in codecs
</pre>
</div>
</content>
</entry>
</feed>
