Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Write some tests for skip conditions in tests. | Alex Gaynor | 2016-01-10 | 3 | -25/+63 | |
| | | | | | | | | Without this these branches aren't excersised without 0.9.8, but conceptually they are needed. | |||||
* | | Merge pull request #2659 from reaperhulk/move-encode-functions | Alex Gaynor | 2016-01-10 | 2 | -587/+607 | |
|\ \ | | | | | | | move openssl asn1 encode functions to a new module | |||||
| * | | remove duplicated memorybio namedtuple | Paul Kehrer | 2016-01-10 | 1 | -4/+0 | |
| | | | ||||||
| * | | move openssl asn1 encode functions to a new module | Paul Kehrer | 2016-01-10 | 2 | -587/+611 | |
|/ / | ||||||
* | | Merge pull request #2657 from reaperhulk/port-1.2.1-changelog | Alex Gaynor | 2016-01-08 | 1 | -0/+6 | |
|\ \ | | | | | | | port the 1.2.1 changelog to master | |||||
| * | | port the 1.2.1 changelog to master | Paul Kehrer | 2016-01-08 | 1 | -0/+6 | |
|/ / | ||||||
* | | Merge pull request #2652 from reaperhulk/changelog-typo | Alex Gaynor | 2016-01-08 | 1 | -1/+1 | |
|\ \ | | | | | | | fix a typo in the changelog | |||||
| * | | fix a typo in the changelog | Paul Kehrer | 2016-01-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #2651 from reaperhulk/start-thirteenth-release | Alex Gaynor | 2016-01-08 | 3 | -2/+7 | |
|\ \ \ | |/ / |/| | | open master for development of the thirteenth release | |||||
| * | | bump values for development of the thirteenth release | Paul Kehrer | 2016-01-08 | 3 | -2/+7 | |
|/ / | ||||||
* | | Merge pull request #2650 from reaperhulk/1.2-changelog | Alex Gaynor | 2016-01-08 | 3 | -6/+4 | |
|\ \ | |/ |/| | bump version and changelog for the twelfth release | |||||
| * | bump version and changelog for the twelfth release | Paul Kehrer | 2016-01-07 | 3 | -6/+4 | |
| | | ||||||
* | | Merge pull request #2646 from reaperhulk/static-callbacks | Alex Gaynor | 2016-01-08 | 5 | -15/+96 | |
|\ \ | | | | | | | Static callbacks | |||||
| * | | remove the callbacks we don't use in cryptography | Paul Kehrer | 2016-01-07 | 1 | -61/+0 | |
| | | | ||||||
| * | | Port callbacks to new static callback | Christian Heimes | 2016-01-07 | 5 | -16/+157 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cffi 1.4.0 will introduce a new API to create static callbacks. Contrary to the old callback API, static callbacks no longer depend on libffi's dynamic code generation for closures. Static code has some benefits over dynamic generation. For example the code is faster. Also it doesn't need writeable and executable memory mappings, which makes it compatible with SELinux's deny execmem policy. The branch depends on PR #2488. https://bitbucket.org/cffi/cffi/issues/232/static-callbacks Closes: #2477 Signed-off-by: Christian Heimes <cheimes@redhat.com> | |||||
| * | | Change password callback to use userdata pointer | Christian Heimes | 2016-01-07 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of a closure the pem_password_cb now uses the void *userdata argument to exchange data with the callback function. It's a necessary step to port all callbacks to new static callbacks. See: #2477 Signed-off-by: Christian Heimes <christian@python.org> | |||||
* | | | Merge pull request #2647 from reaperhulk/opaque-evp-pkey | Alex Gaynor | 2016-01-08 | 3 | -16/+23 | |
|\ \ \ | | | | | | | | | opaque EVP_PKEY since EVP_PKEY_id exists | |||||
| * | | | use EVP_PKEY_id where we can | Paul Kehrer | 2016-01-07 | 1 | -2/+7 | |
| | | | | ||||||
| * | | | add Cryptography_EVP_PKEY_id | Paul Kehrer | 2016-01-07 | 2 | -4/+12 | |
| | | | | ||||||
| * | | | give a real EVP_PKEY with an invalid default key type to the test | Paul Kehrer | 2016-01-07 | 1 | -2/+0 | |
| | | | | ||||||
| * | | | opaque EVP_PKEY since EVP_PKEY_id exists | Paul Kehrer | 2016-01-07 | 3 | -14/+10 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #2649 from reaperhulk/cleanup-naming | Alex Gaynor | 2016-01-08 | 2 | -8/+8 | |
|\ \ \ | |/ / |/| | | rename _create_mem_bio to _create_mem_bio_gc for consistency | |||||
| * | | rename _create_mem_bio to _create_mem_bio_gc for consistency | Paul Kehrer | 2016-01-07 | 2 | -8/+8 | |
| |/ | ||||||
* | | Merge pull request #2648 from reaperhulk/cleanup | Alex Gaynor | 2016-01-08 | 1 | -7/+7 | |
|\ \ | |/ |/| | small cleanup to reduce code duplication for EVP_PKEY_new calls | |||||
| * | small cleanup to reduce code duplication for EVP_PKEY_new calls | Paul Kehrer | 2016-01-07 | 1 | -7/+7 | |
|/ | ||||||
* | Merge pull request #2645 from reaperhulk/pypy-use-the-coverage | Alex Gaynor | 2016-01-07 | 1 | -0/+1 | |
|\ | | | | | properly merge pypy coverage with coveragerc paths | |||||
| * | properly merge pypy coverage with coveragerc paths | Paul Kehrer | 2016-01-07 | 1 | -0/+1 | |
|/ | ||||||
* | Merge pull request #2641 from reaperhulk/fix-2640 | Alex Gaynor | 2016-01-06 | 2 | -17/+27 | |
|\ | | | | | refactor the init validation of AuthorityKeyIdentifier | |||||
| * | refactor the init validation of AuthorityKeyIdentifier | Paul Kehrer | 2016-01-05 | 2 | -17/+27 | |
|/ | | | | Fixes #2640 | |||||
* | Merge pull request #2638 from reaperhulk/travis-pypy | Alex Gaynor | 2016-01-04 | 4 | -18/+16 | |
|\ | | | | | Travis PyPy coverage | |||||
| * | 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 missing basepython | Paul Kehrer | 2016-01-03 | 1 | -0/+1 | |
| | | ||||||
| * | add a pypy-nocoverage target and use that on OS X | Paul Kehrer | 2016-01-03 | 3 | -2/+10 | |
| | | ||||||
| * | Drop pypy3, we don't run it in CI, and we won't run it again until these ↵ | Alex Gaynor | 2016-01-03 | 2 | -9/+1 | |
| | | | | | | | | issues are resolved | |||||
| * | Attempt to enable coverage on pypy | Alex Gaynor | 2016-01-03 | 2 | -9/+1 | |
| | | ||||||
* | | Merge pull request #2639 from reaperhulk/readme-rename | Alex Gaynor | 2016-01-04 | 1 | -1/+1 | |
|\ \ | |/ |/| | Remove or rename readme | |||||
| * | readme has been renamed to readme_renderer | Paul Kehrer | 2016-01-04 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #2625 from reaperhulk/full-coverage | Alex Gaynor | 2016-01-03 | 3 | -0/+10 | |
|\ | | | | | full branch coverage by custom compiling 1.0.0 | |||||
| * | add a py27 for 1.0.0 as well | Paul Kehrer | 2016-01-03 | 1 | -0/+2 | |
| | | ||||||
| * | run a 1.0.0 test in travis as well | Paul Kehrer | 2016-01-03 | 3 | -0/+8 | |
| | | ||||||
* | | Merge pull request #2635 from alex/rfc-hash | Paul Kehrer | 2016-01-03 | 2 | -0/+11 | |
|\ \ | |/ |/| | Implement __hash__ on RFC822Name | |||||
| * | Implement __hash__ on RFC822Name | Alex Gaynor | 2016-01-03 | 2 | -0/+11 | |
| | | ||||||
* | | Merge pull request #2636 from alex/uri-hash | Paul Kehrer | 2016-01-03 | 2 | -0/+11 | |
|\ \ | | | | | | | Implement __hash__ on UniformResourceIdentifier | |||||
| * | | Implement __hash__ on UniformResourceIdentifier | Alex Gaynor | 2016-01-03 | 2 | -0/+11 | |
| |/ | ||||||
* | | 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. |