Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow global suppression of link flags (#3592) | Paul Kehrer | 2017-05-24 | 1 | -1/+1 |
| | | | | | 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. | ||||
* | Switch from 12.04 to 14.04 on travis (#3559) | Alex Gaynor | 2017-05-20 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | * Switch from 12.04 to 14.04 on travis * test? * fix for pyenv * sigh * try removing this entirely * one more try * empty commit to retrigger travis | ||||
* | time to remove commoncrypto, fare thee well (#3551) | Paul Kehrer | 2017-05-20 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | * time to remove commoncrypto, fare thee well * remove even more * update the changelog * remove more things * don't need this function * remove CAST5 CTR tests since that was only supported in commoncrypto * assert a thing | ||||
* | Fixed #3334 -- added Python 3.6 support (#3335) | Alex Gaynor | 2016-12-23 | 1 | -0/+4 |
| | | | | | | | | | | * Fixed #3334 -- added Python 3.6 support * install py36 * empty commit to retrigger travis * this is an impressively dumb typo | ||||
* | no-ssl3, and some hacks (#3313) | Alex Gaynor | 2016-12-12 | 2 | -3/+3 |
| | |||||
* | Simplify OpenSSL bits in travis (#3172) | Alex Gaynor | 2016-09-26 | 2 | -19/+7 |
| | | | | | | | | * Simplify OpenSSL bits in travis * more simplify * missed one | ||||
* | test against 1.1.0a instead of 1.1.0 (#3170) | Paul Kehrer | 2016-09-26 | 2 | -3/+3 |
| | | | | | | * test against 1.1.0a instead of 1.1.0 * change the dir to foil travis caching | ||||
* | Travis mac updates (#3169) | Paul Kehrer | 2016-09-24 | 1 | -0/+1 |
| | | | | | | | | | | | | * update our travis configs to run against 10.10, 10.11, 10.12 Drops 10.9 from Travis. The xcode8 image is also currently not 10.12, but is planned to become that soon see: https://blog.travis-ci.com/2016-09-15-new-default-osx-image-coming/ * add output of sw_vers for mac builders on travis * reorder | ||||
* | Update Python 3s & limit pyenv history cloned (#3145) | Hynek Schlawack | 2016-09-12 | 1 | -5/+5 |
| | |||||
* | OpenSSL 1.1.0 support (#2826) | Paul Kehrer | 2016-08-26 | 2 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Attempt to debug wacky failures on the docs build on OS X (#3085) | Alex Gaynor | 2016-08-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | * empty commit * only run this one build * try pinning this * why wasn't this installed? * revert this * english, how does it work? * roll back these changes | ||||
* | Removed some code that existed for OpenSSL 0.9.8 (#2983) | Alex Gaynor | 2016-06-18 | 2 | -11/+3 |
| | | | Refs #2982 | ||||
* | Random cleanup that shellcheck indicated (#2926) | Alex Gaynor | 2016-05-29 | 1 | -4/+4 |
| | |||||
* | Test with both old pypy and new pypy (#2875) | Alex Gaynor | 2016-04-22 | 1 | -4/+4 |
| | | | | | | | | | | | | * Test with both old pypy and new pypy * use an old as heck pypy * revert * dont try to coverage pypy2.6.1 * ALL THE PYPYS | ||||
* | how does grammar! | Alex Gaynor | 2016-03-05 | 1 | -1/+1 |
| | |||||
* | Several updates to the travis install script: | Alex Gaynor | 2016-03-05 | 1 | -12/+10 |
| | | | | | | * Remove unused py26 on OSX support * Updated the accuracy of a comment * Word-wrapped some other comments | ||||
* | modify upload_coverage to handle pypy-nocoverage properly | Paul Kehrer | 2016-01-04 | 1 | -5/+10 |
| | |||||
* | install me a pypy plz | Paul Kehrer | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | install the right pypy for pypy-nocov as well | Paul Kehrer | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | add a pypy-nocoverage target and use that on OS X | Paul Kehrer | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | Drop pypy3, we don't run it in CI, and we won't run it again until these ↵ | Alex Gaynor | 2016-01-03 | 1 | -1/+1 |
| | | | | issues are resolved | ||||
* | Attempt to enable coverage on pypy | Alex Gaynor | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | run a 1.0.0 test in travis as well | Paul Kehrer | 2016-01-03 | 2 | -0/+5 |
| | |||||
* | Merge pull request #2633 from reaperhulk/travis-sed-thing | Alex Gaynor | 2016-01-03 | 1 | -0/+5 |
|\ | | | | | sed the openssl makefile to change the shlib version | ||||
| * | more review comments | Paul Kehrer | 2016-01-03 | 1 | -3/+4 |
| | | |||||
| * | match a bit more robustly | Paul Kehrer | 2016-01-03 | 1 | -3/+3 |
| | | |||||
| * | sed the openssl makefile to change the shlib version | Paul Kehrer | 2016-01-03 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | We do this to prevent a version collision between the custom one we're installing and whatever the system has. OpenSSL 1.0.0 through 1.0.2 all declare an SHLIB version of 1.0.0, so if Python has been linked against 1.0.1 and cryptography against 1.0.0, but then you try to load Python it will consider either 1.0.1 or 1.0.0 to satisfy the library version. This is, of course, nonsense since 1.0.1 has substantially more symbols than 1.0.0. The result is that if you do a LD_LIBRARY_PATH that points at the "real" 1.0.0 then Python will fail to load because there are missing symbols. We can avoid this entire nonsense by changing the major version. The dynamic linker will happily load both versions and nothing will kerplode. | ||||
* | | Backticks are apparently legacy. | Alex Gaynor | 2016-01-03 | 1 | -1/+1 |
|/ | | | | I just do what shellcheck tells me | ||||
* | Quote a few things that shellcheck suggests | Alex Gaynor | 2016-01-03 | 2 | -2/+2 |
| | |||||
* | Merge pull request #2629 from reaperhulk/travis-refactor | Alex Gaynor | 2016-01-03 | 2 | -24/+24 |
|\ | | | | | refactor travis custom openssl code to work with other versions | ||||
| * | use -n instead of ! -z | Paul Kehrer | 2016-01-03 | 2 | -2/+2 |
| | | |||||
| * | refactor travis custom openssl code to work with other versions | Paul Kehrer | 2016-01-03 | 2 | -24/+24 |
| | | |||||
* | | don't test CC on a dynamic link build on OS X travis | Paul Kehrer | 2016-01-02 | 1 | -0/+3 |
|/ | |||||
* | be less verbose when untarring | Paul Kehrer | 2016-01-02 | 1 | -1/+1 |
| | |||||
* | rename 098 directory in CI to 098l | Paul Kehrer | 2016-01-02 | 2 | -10/+10 |
| | |||||
* | make this 0.9.8l and cry | Paul Kehrer | 2015-12-27 | 1 | -5/+8 |
| | |||||
* | tree isn't available | Paul Kehrer | 2015-12-23 | 1 | -1/+0 |
| | |||||
* | 0.9.8 experiment for travis | Paul Kehrer | 2015-12-23 | 2 | -0/+26 |
| | |||||
* | remove all mac 0.9.8 tests | Paul Kehrer | 2015-12-23 | 2 | -18/+8 |
| | | | | | | 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. | ||||
* | Use the latest Python 3.4 release | Alex Gaynor | 2015-12-22 | 1 | -2/+2 |
| | |||||
* | fix | Alex Gaynor | 2015-12-19 | 1 | -1/+1 |
| | |||||
* | Use the latest 3.5 release | Alex Gaynor | 2015-12-19 | 1 | -1/+1 |
| | |||||
* | bump to pypy 4.0.1 | Alex Gaynor | 2015-12-06 | 1 | -4/+4 |
| | |||||
* | use pypy4 on mac | Paul Kehrer | 2015-11-01 | 1 | -2/+2 |
| | |||||
* | switch to directly grabbing pyenv rather than using homebrew on mac | Paul Kehrer | 2015-11-01 | 2 | -5/+9 |
| | |||||
* | pypy 4.0.0 | Alex Gaynor | 2015-10-29 | 1 | -2/+2 |
| | |||||
* | Switch back to a released version of codecov | Alex Gaynor | 2015-10-21 | 1 | -2/+1 |
| | |||||
* | pypy 2.6.1 has a bug where it can segfault during vector install | Paul Kehrer | 2015-09-18 | 2 | -6/+6 |
| | | | | | This PR changes our tests to run against the latest nightly for now. We should change it back when pypy 2.7 is out. | ||||
* | let's add python 3.5 to our test matrix | Paul Kehrer | 2015-09-15 | 1 | -0/+4 |
| | |||||
* | install/upgrade pyenv in os x builders | Paul Kehrer | 2015-09-10 | 1 | -4/+2 |
| |