<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/src/cryptography/utils.py, branch macos-github-actions</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>Deal with the 2.5 deprecations (#5048)</title>
<updated>2019-11-03T05:47:13+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-11-03T05:47:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=9668b000326585339267a42176facd9ff81481ee'/>
<id>9668b000326585339267a42176facd9ff81481ee</id>
<content type='text'>
* Deal with the 2.5 deprecations

* pep8 + test fixes

* docs typo

* Why did I do this?

* typo
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Deal with the 2.5 deprecations

* pep8 + test fixes

* docs typo

* Why did I do this?

* typo
</pre>
</div>
</content>
</entry>
<entry>
<title>fix from_issuer_subject_key_identifier to take the right type (#4864)</title>
<updated>2019-05-04T17:34:29+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2019-05-04T17:34:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=81233de59df126c8b21f359661f3204924c9d67b'/>
<id>81233de59df126c8b21f359661f3204924c9d67b</id>
<content type='text'>
* fix from_issuer_subject_key_identifier to take the right type

deprecate passing the old Extension wrapper object

* don't use a try:except:

* hilarious contortions to satisfy doc8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix from_issuer_subject_key_identifier to take the right type

deprecate passing the old Extension wrapper object

* don't use a try:except:

* hilarious contortions to satisfy doc8
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify string formatting (#4757)</title>
<updated>2019-02-20T04:38:32+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-02-20T04:38:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=ac1d13f43dea5ebee0506dc229cd431660916c73'/>
<id>ac1d13f43dea5ebee0506dc229cd431660916c73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes #4734 -- Deal with deprecated things (#4736)</title>
<updated>2019-01-24T03:00:14+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2019-01-24T03:00:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cryptography.git/commit/?id=5c07d7a87c54a8532b49ba41febe8d526e5734d8'/>
<id>5c07d7a87c54a8532b49ba41febe8d526e5734d8</id>
<content type='text'>
* Fixes #4734 -- Deal with deprecated things

- Make year based aliases of PersistentlyDeprecated so we can easily assess age
- Removed encode/decode rfc6979 signature
- Removed Certificate.serial

* Unused import
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixes #4734 -- Deal with deprecated things

- Make year based aliases of PersistentlyDeprecated so we can easily assess age
- Removed encode/decode rfc6979 signature
- Removed Certificate.serial

* Unused import
</pre>
</div>
</content>
</entry>
<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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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://91.123.203.49/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>
</feed>
