Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate Python 3.3 support, with the intention of being removed in the ↵ | Alex Gaynor | 2017-05-22 | 1 | -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 Gaynor | 2017-05-20 | 1 | -2/+1 |
| | | | | | | | | * Dropped support for really old macOS Fixes #3503 * literally, how does spelling | ||||
* | Use some more recent version numbers in examples (#3474) | Alex Gaynor | 2017-03-22 | 1 | -3/+3 |
| | |||||
* | it's called macOS and let's document openssl 1.1.0 installation on mac (#3437) | Paul Kehrer | 2017-03-09 | 1 | -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 Gaynor | 2017-02-18 | 1 | -1/+1 |
| | |||||
* | support defining which windows libraries to link with an env var (#3356) | Paul Kehrer | 2017-02-09 | 1 | -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 Gaynor | 2017-01-21 | 1 | -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 Gaynor | 2016-12-23 | 1 | -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 Gaynor | 2016-12-18 | 1 | -1/+1 |
| | |||||
* | Drop 1.0.0 (#3312) | Alex Gaynor | 2016-12-13 | 1 | -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 Gaynor | 2016-12-02 | 1 | -2/+2 |
| | |||||
* | Error out on OpenSSL 1.0.0 by default (#3276) | Alex Gaynor | 2016-11-22 | 1 | -2/+2 |
| | | | | | | * Error out on OpenSSL 1.0.0 by default * what the heck | ||||
* | Last pass over fixing the links (#3224) | Alex Gaynor | 2016-11-06 | 1 | -2/+1 |
| | |||||
* | Use the canonical host for two urls on the OpenSSL website (#3219) | Alex Gaynor | 2016-11-06 | 1 | -1/+1 |
| | |||||
* | Update installation.rst (#3188) | Matt Thomas | 2016-10-03 | 1 | -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 Badger | 2016-09-03 | 1 | -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 Gaynor | 2016-08-27 | 1 | -1/+1 |
| | | | | the next release. (#3113) | ||||
* | OpenSSL 1.1.0 support (#2826) | Paul Kehrer | 2016-08-26 | 1 | -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 Brown | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | Drop OpenSSL 0.9.8 (#2978) | Alex Gaynor | 2016-06-18 | 1 | -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 X | Paul Kehrer | 2016-03-20 | 1 | -1/+6 |
| | | | | and update the pip version needed to get wheels | ||||
* | update installation.rst | Alex Gaynor | 2016-03-19 | 1 | -2/+2 |
| | |||||
* | HTTPS some links, in the odd event users of a cryptographic library would ↵ | Alex Gaynor | 2016-03-06 | 1 | -1/+1 |
| | | | | care about authentication, integrity, or confidentiality | ||||
* | Formally deprecated support for OpenSSL 0.9.8 | Alex Gaynor | 2016-01-22 | 1 | -2/+2 |
| | |||||
* | Merge pull request #2616 from reaperhulk/docs-accurate-osx | Alex Gaynor | 2016-01-01 | 1 | -3/+3 |
|\ | | | | | make the os x install docs more accurate | ||||
| * | disambiguate a version number | Paul Kehrer | 2015-12-31 | 1 | -2/+2 |
| | | |||||
| * | make the os x install docs more accurate | Paul Kehrer | 2015-12-31 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #2615 from reaperhulk/doc-deprecations | Alex Gaynor | 2016-01-01 | 1 | -0/+9 |
|\ \ | | | | | | | prominently note our py2.6 and openssl 0.9.8/1.0.0 deprecations | ||||
| * | | prominently note our py2.6 and openssl 0.9.8/1.0.0 deprecations | Paul Kehrer | 2015-12-31 | 1 | -0/+9 |
| |/ | |||||
* / | add a small note about clearing the wheel cache | Paul Kehrer | 2015-12-31 | 1 | -0/+6 |
|/ | | | | | | When compiling cryptography yourself if you have a problem and need to recompile but the wheel built successfully you need to know to clear the wheel cache. This is an edge case but worth documenting. Fixes #2006 | ||||
* | remove all mac 0.9.8 tests | Paul Kehrer | 2015-12-23 | 1 | -1/+1 |
| | | | | | | This will probably slow down the test infrastructure as we're running far more CommonCrypto tests than before. We should figure out what to do there before merging this. | ||||
* | Merge pull request #2422 from Lukasa/static-build-docs | Paul Kehrer | 2015-10-19 | 1 | -1/+1 |
|\ | | | | | Add --no-cache-dir when building static wheels. | ||||
| * | Add --no-use-wheel when building static wheels. | Cory Benfield | 2015-10-18 | 1 | -1/+1 |
| | | |||||
* | | update docs to point at newer, fancier openssl builder | Paul Kehrer | 2015-10-11 | 1 | -3/+4 |
|/ | |||||
* | Missing OpenSSL.org link. | Cory Benfield | 2015-10-07 | 1 | -0/+1 |
| | |||||
* | Don't accidentally use out-of-date OpenSSLs. | Cory Benfield | 2015-10-07 | 1 | -4/+5 |
| | |||||
* | Move link to bottom of docs page. | Cory Benfield | 2015-10-07 | 1 | -2/+1 |
| | |||||
* | Document building static wheels on Linux. | Cory Benfield | 2015-10-07 | 1 | -0/+54 |
| | |||||
* | Merge pull request #2388 from reaperhulk/docs-testing | Alex Gaynor | 2015-10-02 | 1 | -15/+9 |
|\ | | | | | Doc update for test matrix + OS X install | ||||
| * | simplify installation docs on OS X now that we have cffi wheels | Paul Kehrer | 2015-10-01 | 1 | -7/+1 |
| | | |||||
| * | update our docs for the testing matrix to be accurate | Paul Kehrer | 2015-10-01 | 1 | -8/+8 |
| | | |||||
* | | HTTPS-ifiy to some links | Alex Gaynor | 2015-10-02 | 1 | -1/+1 |
|/ | |||||
* | We test on 3.5 | Alex Gaynor | 2015-09-25 | 1 | -2/+2 |
| | |||||
* | Fixes #2353 -- document that we need PyPy 2.6+ | Alex Gaynor | 2015-09-19 | 1 | -1/+1 |
| | |||||
* | rework OS X install docs to describe static/dynamic linking | Paul Kehrer | 2015-09-05 | 1 | -14/+41 |
| | |||||
* | Make Homebrew install instructions more generic | tim smith | 2015-08-03 | 1 | -1/+1 |
| | | | Homebrew supports installing to locations other than /usr/local. | ||||
* | remove windows link type, update docs | Paul Kehrer | 2015-07-24 | 1 | -17/+8 |
| | |||||
* | add some more detail. | Paul Kehrer | 2015-07-04 | 1 | -1/+3 |
| | |||||
* | add some documentation around the requirement for xcode cli tools on mac | Paul Kehrer | 2015-07-04 | 1 | -1/+14 |
| | |||||
* | remove python 3.2 from every other place I could find | Paul Kehrer | 2015-04-18 | 1 | -1/+1 |
| |