<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cryptography.git/docs/installation.rst, 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>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>Fixes #3460 -- deprecate OpenSSL 1.0.1 (#4427)</title>
<updated>2018-08-31T14:46:20+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2018-08-31T14:46:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=5a54f1aec2d9b739c95ed862661efe7b8ff75d31'/>
<id>5a54f1aec2d9b739c95ed862661efe7b8ff75d31</id>
<content type='text'>
* Fixes #3460 -- deprecate OpenSSL 1.0.1

* We need to import warnings

* flake8

* words are hard

* rephrase
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixes #3460 -- deprecate OpenSSL 1.0.1

* We need to import warnings

* flake8

* words are hard

* rephrase
</pre>
</div>
</content>
</entry>
<entry>
<title>openssl 1.1.1 testing (#4112)</title>
<updated>2018-08-30T01:29:37+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-08-30T01:29:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=712797254ecdd8f6531625bd18d4224c2f9fd135'/>
<id>712797254ecdd8f6531625bd18d4224c2f9fd135</id>
<content type='text'>
* test openssl 1.1.1

* let's see what a 1.1.1 pyopenssl does

* 1.1.1-pre8

* pre9

* docs and test more things

* 3.7 needs xenial
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test openssl 1.1.1

* let's see what a 1.1.1 pyopenssl does

* 1.1.1-pre8

* pre9

* docs and test more things

* 3.7 needs xenial
</pre>
</div>
</content>
</entry>
<entry>
<title>remove freebsd11 builder (#4401)</title>
<updated>2018-08-15T23:17:26+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-08-15T23:17:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=5b502310fe1bfb3dd96b51918c6cf579d111ad63'/>
<id>5b502310fe1bfb3dd96b51918c6cf579d111ad63</id>
<content type='text'>
* remove freebsd11 builder

it's out of date, we can't update it, and it is unreliable

* we don't test against freebsd for now

* what did case sensitivity ever do for me

* don't assert on bsd since we don't test on for now
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* remove freebsd11 builder

it's out of date, we can't update it, and it is unreliable

* we don't test against freebsd for now

* what did case sensitivity ever do for me

* don't assert on bsd since we don't test on for now
</pre>
</div>
</content>
</entry>
<entry>
<title>Add py37 (#4298)</title>
<updated>2018-06-28T03:07:14+00:00</updated>
<author>
<name>Paul Kehrer</name>
<email>paul.l.kehrer@gmail.com</email>
</author>
<published>2018-06-28T03:07:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=4ee1cb949767a882d56053cde922f260874f00c6'/>
<id>4ee1cb949767a882d56053cde922f260874f00c6</id>
<content type='text'>
* test against python 3.7 for windows

* update docs to say we test on 3.7

* more succinct

* maybe make this actually work.

* link properly

* moar changes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* test against python 3.7 for windows

* update docs to say we test on 3.7

* more succinct

* maybe make this actually work.

* link properly

* moar changes
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated pip wheel option in installation script. (#4212)</title>
<updated>2018-05-01T02:22:43+00:00</updated>
<author>
<name>Justin Holmes</name>
<email>justin@justinholmes.com</email>
</author>
<published>2018-05-01T02:22:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=dd0518217b4b642151576baad6c7c0e3ad79bc9d'/>
<id>dd0518217b4b642151576baad6c7c0e3ad79bc9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop conda workaround from installation docs (#4073)</title>
<updated>2018-01-06T16:07:40+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2018-01-06T16:07:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=f8327a977f31ef1d66c11555d65deb1c3f263bc5'/>
<id>f8327a977f31ef1d66c11555d65deb1c3f263bc5</id>
<content type='text'>
I don't think it's relevant anymore</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I don't think it's relevant anymore</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>Declare that 2.1 is the last version to support Python 2.6 (#3944)</title>
<updated>2017-10-01T01:22:07+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-10-01T01:22:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=dd567cbf732d310e8a79aa05d7001c8639e9e6f3'/>
<id>dd567cbf732d310e8a79aa05d7001c8639e9e6f3</id>
<content type='text'>
* Declare that 2.1 is the last version to support Python 2.6

* It's the Final Countdown!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Declare that 2.1 is the last version to support Python 2.6

* It's the Final Countdown!
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the list of macOS versions we test on to match reality (#3942)</title>
<updated>2017-09-27T00:03:53+00:00</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2017-09-27T00:03:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cryptography.git/commit/?id=e6859232d40a0dbc0c3b7f6bdde0e035ccc45374'/>
<id>e6859232d40a0dbc0c3b7f6bdde0e035ccc45374</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
