aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installation.rst
Commit message (Collapse)AuthorAgeFilesLines
* Document that we test on bullseye (#5197)Alex Gaynor2020-04-171-1/+2
| | | | | | | * Document that we test on bullseye * Update spelling_wordlist.txt * Update installation.rst
* Update insallation.rst to reflect our current test matrix (#5183)Alex Gaynor2020-04-051-5/+5
| | | | | | | | | * Update insallation.rst to reflect our current test matrix * Update installation.rst * Update installation.rst * Update installation.rst
* Drop support for OpenSSL 1.0.1 (#5178)Alex Gaynor2020-04-041-7/+0
|
* drop python 3.4 support (#5087)Paul Kehrer2019-12-081-2/+2
| | | | | | | | | | | | * drop python 3.4 support Our dependencies have started dropping support so it is becoming difficult to test. Additionally, Python 3.4 represents <2% of our downloads, so taking on a large maintenance burden to maintain support isn't a good use of limited time. Accordingly, we're dropping testing infrastructure and migrating our abi3 wheels to py35+. * use removed instead of dropped
* Windows Installation: fix link to binaries (#5061)Maximilian Hils2019-11-111-7/+6
| | | | | | | | | | * Windows Installation: fix link to binaries While https://github.com/pyca/infra/tree/master/windows/openssl points a trusted source (which would be preferable), pyca/infra currently does not provide any Windows binaries for download. Linking to the official OpenSSL wiki seems to be a reasonable compromise. * fix whitespace
* Fixes #5018 -- break users on OpenSSL 1.0.1 (#5022)Alex Gaynor2019-10-181-2/+2
| | | | | | | | | | | | * Fixes #5018 -- break users on OpenSSL 1.0.1 * Grammar * Syntax error * Missing import * Missing import
* Refs #4923; deprecate OpenSSL 1.0.1 (#4924)Alex Gaynor2019-06-151-2/+2
| | | | | | * Refs #4923; deprecate OpenSSL 1.0.1 * changelog
* Manylinux2010 wheel (#4910)Paul Kehrer2019-06-021-8/+8
| | | | | | | | | | | | * add manylinux2010 wheel builder * various updates * empty commit * need to pass a plat tag * hacks need hacks
* update docs with latest info & remove the last ci.cryptography.io stuff (#4898)Paul Kehrer2019-05-261-4/+5
|
* Replace debian wheezy with ubuntu trusty (#4871)Alex Gaynor2019-05-051-2/+2
| | | | | | | | * Try running tests without wheezy * Added a trusty builder * Update our supported versions in docs
* allow bytes-like for key/iv/data for symmetric encryption (#4621)Paul Kehrer2018-12-091-1/+1
| | | | | | | | | | | | | | | | | | * 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
* Fixes #3460 -- deprecate OpenSSL 1.0.1 (#4427)Alex Gaynor2018-08-311-0/+4
| | | | | | | | | | | | * Fixes #3460 -- deprecate OpenSSL 1.0.1 * We need to import warnings * flake8 * words are hard * rephrase
* openssl 1.1.1 testing (#4112)Paul Kehrer2018-08-291-0/+1
| | | | | | | | | | | | | | * 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
* remove freebsd11 builder (#4401)Paul Kehrer2018-08-151-2/+0
| | | | | | | | | | | | * 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
* Add py37 (#4298)Paul Kehrer2018-06-271-1/+1
| | | | | | | | | | | | | | * 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
* Updated pip wheel option in installation script. (#4212)Justin Holmes2018-04-301-1/+1
|
* Drop conda workaround from installation docs (#4073)Alex Gaynor2018-01-061-23/+0
| | | I don't think it's relevant anymore
* expunge python 2.6 (#3962)Paul Kehrer2017-10-111-6/+2
| | | | | | | | | | * expunge python 2.6 * how did THAT happen * remove another unsupported python from the tox envlist * hypothesis can now be unconditionally imported
* Declare that 2.1 is the last version to support Python 2.6 (#3944)Alex Gaynor2017-10-011-2/+2
| | | | | | * Declare that 2.1 is the last version to support Python 2.6 * It's the Final Countdown!
* Update the list of macOS versions we test on to match reality (#3942)Alex Gaynor2017-09-271-1/+1
|
* Fixed #3777 -- document an additional dependency (#3779)Alex Gaynor2017-07-141-1/+2
|
* update static wheel install docs (#3754)Paul Kehrer2017-07-041-4/+5
| | | | | | * update static wheel install docs * parentheses
* Order our supported OpenSSL versions reasonably (#3752)Alex Gaynor2017-07-031-1/+1
|
* update linux install docs and release instructions (#3746)Paul Kehrer2017-07-011-12/+40
| | | | | | * update linux install docs and release instructions * rhel/centos is so bad they don't even have python3
* remove python 3.3 from CI (#3729)Paul Kehrer2017-06-261-3/+1
| | | | | | * remove python 3.3 from CI * remove 3.3 everywhere, not just from CI
* update the docs with new jenkins CI URL & mac openssl upgrade process (#3639)Paul Kehrer2017-05-291-1/+1
|
* Improve accuracy of install docs page (#3626)Paul Kehrer2017-05-271-5/+5
| | | | | | * Improve accuracy of install docs page * fix line length
* allow global suppression of link flags (#3592)Paul Kehrer2017-05-241-5/+5
| | | | | CRYPTOGRAPHY_SUPPRESS_LINK_FLAGS will now suppress link flags regardless of platform. Additionally, CRYPTOGRAPHY_WINDOWS_LINK_LEGACY_OPENSSL is now the flag you need if you want to link against < 1.1.0 on windows.
* Deprecate Python 3.3 support, with the intention of being removed in the ↵Alex Gaynor2017-05-221-0/+2
| | | | | | | | next release (#3566) * Deprecate Python 3.3 support, with the intention of being removed in the next release * whoops
* Dropped support for really old macOS (#3554)Alex Gaynor2017-05-201-2/+1
| | | | | | | | * Dropped support for really old macOS Fixes #3503 * literally, how does spelling
* Use some more recent version numbers in examples (#3474)Alex Gaynor2017-03-221-3/+3
|
* it's called macOS and let's document openssl 1.1.0 installation on mac (#3437)Paul Kehrer2017-03-091-15/+15
| | | | | | * it's called macOS and let's document openssl 1.1.0 installation on mac * wrap that line
* This is HTTPS now (#3407)Alex Gaynor2017-02-181-1/+1
|
* support defining which windows libraries to link with an env var (#3356)Paul Kehrer2017-02-091-1/+7
| | | | | | | | | | | | * support defining which windows libraries to link with an env var CRYPTOGRAPHY_WINDOWS_LIBRARIES is your new friend * add some docs * change to CRYPTOGRAPHY_WINDOWS_LINK_OPENSSL110 * lib prefixing is not a thing msvc does, right
* Point people to python3-dev if needed (#3359)Alex Gaynor2017-01-211-2/+4
| | | | | | | | * Point people to python3-dev if needed * oops, syntax fix * Fedora/RHEL as well
* Fixed #3334 -- added Python 3.6 support (#3335)Alex Gaynor2016-12-231-2/+2
| | | | | | | | | | * Fixed #3334 -- added Python 3.6 support * install py36 * empty commit to retrigger travis * this is an impressively dumb typo
* We test the latest version of 1.1.0 (#3327)Alex Gaynor2016-12-181-1/+1
|
* Drop 1.0.0 (#3312)Alex Gaynor2016-12-131-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * delete the 1.0.0 support * drop the version check * drop the AES-CTR stuff * Update the example * openssl truncates for us now * delete unused test * unused imports * Remove a bunch of conditional bindings for NPN * no more 1.0.0 builders * libressl fix * update the docs * remove dead branches * oops * this is a word, damnit * spelling * try removing this * this test is not needed * unused import
* Sierra is a thing (#3294)Alex Gaynor2016-12-021-2/+2
|
* Error out on OpenSSL 1.0.0 by default (#3276)Alex Gaynor2016-11-221-2/+2
| | | | | | * Error out on OpenSSL 1.0.0 by default * what the heck
* Last pass over fixing the links (#3224)Alex Gaynor2016-11-061-2/+1
|
* Use the canonical host for two urls on the OpenSSL website (#3219)Alex Gaynor2016-11-061-1/+1
|
* Update installation.rst (#3188)Matt Thomas2016-10-031-1/+1
| | | Update openssl https URL, otherwise a 302 result screws up the curl/tar steps and confusion ensues.
* Clarified Windows development installation and docd upstream enchant bug (#3128)Nick Badger2016-09-031-3/+4
| | | | | | | | * Clarified Windows development installation and doc'd upstream enchant bug * Fixed whitespace problems * Fixed merge resolution mistake
* Refs #3002 -- clearly document that OpenSSL 1.0 support will be removed in ↵Alex Gaynor2016-08-271-1/+1
| | | | the next release. (#3113)
* OpenSSL 1.1.0 support (#2826)Paul Kehrer2016-08-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * make pre5 work * add a blank line to make the diff happier * 1.1.0-pre6 working * support the changes since 1.1.0-pre6 * fixes * add 1.1.0 to travis * expose the symbol * better testing for numericstring * handle libre... * actually use the 1.1.0 we compile * cache the ossl-110 dir on travis * add some newlines * changelog entry for 1.1.0 support * note that we test on 1.1.0 * proper skip on this test * reorder
* Update installation.rst (#3083)Akan Brown2016-08-081-1/+1
|
* Drop OpenSSL 0.9.8 (#2978)Alex Gaynor2016-06-181-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Drop OpenSSL 0.9.8 * Drop this test, it's not relevant any longer * unused import * Remove CRYPTOGRAPHY_ALLOW_OPENSSL_098=1 from our tox * removed unused code for Cryptography_HAS_PKEY_CTX * return unused code for _AESCTRCipherContext * syntax :-( * remove some unused tests and skips * remove unused code for Cryptography_HAS_PBKDF2_HMAC * Revert "return unused code for _AESCTRCipherContext" This reverts commit 7d149729205aa4c9735eb322414b167a75b302df. * Remove unused RSA code * Remove unused test code for conditional bindings * Remove unused dsa code * unused import * Remove unused x509 extension code * Remove unused EC code * Attempt to remove unused DER key loading code * document this * grammar * Added back this paragraph * Update docs
* add a note on the install page about pip versioning on OS XPaul Kehrer2016-03-201-1/+6
| | | | and update the pip version needed to get wheels
* update installation.rstAlex Gaynor2016-03-191-2/+2
|