<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src/cryptography/utils.py, branch 2.5</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>deprecate old from_encoded_point (#4640)</title>
<updated>2018-12-12T02:35:27+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-12-12T02:35:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=89e1e34d977e565171329c26de6ce9c8f12340e7'/>
<id>89e1e34d977e565171329c26de6ce9c8f12340e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>allow bytes-like for key/iv/data for symmetric encryption (#4621)</title>
<updated>2018-12-10T04:13:31+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-12-10T04:13:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=3c68250ad9bfb275c760fcce4c72c78c99b57c34'/>
<id>3c68250ad9bfb275c760fcce4c72c78c99b57c34</id>
<content type='text'>
* allow bytearrays for key/iv for symmetric encryption

* bump pypy/cffi requirements

* update docs, fix some tests

* old openssl is naught but pain

* revert a typo

* use trusty for old pypy

* better error msg again

* restore match
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* allow bytearrays for key/iv for symmetric encryption

* bump pypy/cffi requirements

* update docs, fix some tests

* old openssl is naught but pain

* revert a typo

* use trusty for old pypy

* better error msg again

* restore match
</pre>
</div>
</content>
</entry>
<entry>
<title>deprecate pythons without hmac.compare_digest (#4261)</title>
<updated>2018-05-24T21:45:25+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-05-24T21:45:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=afdbfb13780fb78e7b277b9de07e7636ba9c5119'/>
<id>afdbfb13780fb78e7b277b9de07e7636ba9c5119</id>
<content type='text'>
* deprecate the constant time bytes comparison path old python 2.7.x uses

* pep8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* deprecate the constant time bytes comparison path old python 2.7.x uses

* pep8
</pre>
</div>
</content>
</entry>
<entry>
<title> Fixes #4076 - simplify the implementation of int_from_bytes on python2 (#4077)</title>
<updated>2018-01-10T13:17:09+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2018-01-10T13:17:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=d2c12683d3ddf454f99673ad7878673b60998b3e'/>
<id>d2c12683d3ddf454f99673ad7878673b60998b3e</id>
<content type='text'>
* Fixes #4076 - simplify the implementation of int_from_bytes on python2

* whitespace

* Added a test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixes #4076 - simplify the implementation of int_from_bytes on python2

* whitespace

* Added a test
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo in comment (#4019)</title>
<updated>2017-11-13T08:56:13+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2017-11-13T08:56:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=7bcb926c53fd91cfd76db302f9c0652c3a4ef0e4'/>
<id>7bcb926c53fd91cfd76db302f9c0652c3a4ef0e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a different warning class so users get warnings (#4014)</title>
<updated>2017-11-11T04:19:05+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-11-11T04:19:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=270933c1a2afa0aa60409946bb7319d85fd60059'/>
<id>270933c1a2afa0aa60409946bb7319d85fd60059</id>
<content type='text'>
* Use a different warning class so users get warnings

* fixed tests

* do our own warning class

* typo

* flake8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use a different warning class so users get warnings

* fixed tests

* do our own warning class

* typo

* flake8
</pre>
</div>
</content>
</entry>
<entry>
<title>Inline calls to bit_length now that it's trivial (#3966)</title>
<updated>2017-10-12T02:01:29+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-10-12T02:01:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=31034a03227ebfe63f4025cd95137f116cd4236a'/>
<id>31034a03227ebfe63f4025cd95137f116cd4236a</id>
<content type='text'>
* Inline calls to bit_length now that it's trivial

* unused imports

* An comment
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Inline calls to bit_length now that it's trivial

* unused imports

* An comment
</pre>
</div>
</content>
</entry>
<entry>
<title>expunge python 2.6 (#3962)</title>
<updated>2017-10-11T22:06:01+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-10-11T22:06:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=4cf6e785ca5608cffd8d92ad1e1a5073108a2a20'/>
<id>4cf6e785ca5608cffd8d92ad1e1a5073108a2a20</id>
<content type='text'>
* expunge python 2.6

* how did THAT happen

* remove another unsupported python from the tox envlist

* hypothesis can now be unconditionally imported
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* expunge python 2.6

* how did THAT happen

* remove another unsupported python from the tox envlist

* hypothesis can now be unconditionally imported
</pre>
</div>
</content>
</entry>
<entry>
<title>increment deprecation for the 2.2 release cycle (#3961)</title>
<updated>2017-10-11T13:55:42+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2017-10-11T13:55:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=38fe038522651fd18eeae60d5e96dc81aa07e863'/>
<id>38fe038522651fd18eeae60d5e96dc81aa07e863</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Begin the deprecation of auto-idna for x509.DNSName (#3830)</title>
<updated>2017-07-30T17:08:51+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-07-30T17:08:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=cdaf3ff72f6fd562c275c04836cfaa230aabcdf4'/>
<id>cdaf3ff72f6fd562c275c04836cfaa230aabcdf4</id>
<content type='text'>
* Begin the deprecation of auto-idna for x509.DNSName

Refs #3357

* fix warning

* py3k fixes

* fix docs

* sigh

* flake8

* these are words

* words

* tests for coverage

* another test

* do idna things

* more idna things
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Begin the deprecation of auto-idna for x509.DNSName

Refs #3357

* fix warning

* py3k fixes

* fix docs

* sigh

* flake8

* these are words

* words

* tests for coverage

* another test

* do idna things

* more idna things
</pre>
</div>
</content>
</entry>
</feed>
