Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2698 from reaperhulk/port-1.2.2-changelog | Alex Gaynor | 2016-01-30 | 1 | -0/+5 |
|\ | | | | | port 1.2.2 changelog to master | ||||
| * | port 1.2.2 changelog to master | Paul Kehrer | 2016-01-29 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #2696 from queenp/OAEP-doctweak | Paul Kehrer | 2016-01-29 | 1 | -1/+5 |
|\ \ | |/ |/| | Minor doc tweak per issue #2694 | ||||
| * | Minor doc tweak per issue #2694 | Phoebe Queen | 2016-01-29 | 1 | -1/+5 |
|/ | |||||
* | Merge pull request #2684 from alex/deprecated-0.9.8 | Paul Kehrer | 2016-01-27 | 4 | -4/+15 |
|\ | | | | | Formally deprecated support for OpenSSL 0.9.8 | ||||
| * | Formally deprecated support for OpenSSL 0.9.8 | Alex Gaynor | 2016-01-22 | 4 | -4/+15 |
| | | |||||
* | | Merge pull request #2685 from alex/setuptools-dep | Donald Stufft | 2016-01-23 | 2 | -7/+2 |
|\ \ | | | | | | | Require a newer setuptools. | ||||
| * | | Require a newer setuptools. | Alex Gaynor | 2016-01-23 | 2 | -7/+2 |
| |/ | | | | | | | This lets a long confusing comment. | ||||
* | | Merge pull request #2686 from alex/remove-deprecated-constant | Paul Kehrer | 2016-01-23 | 1 | -1/+0 |
|\ \ | |/ |/| | Removed kSecTrustResultConfirm, which breaks the build on 10.10 since… | ||||
| * | Removed kSecTrustResultConfirm, which breaks the build on 10.10 since it's ↵ | Alex Gaynor | 2016-01-23 | 1 | -1/+0 |
|/ | | | | deprecated | ||||
* | Merge pull request #2683 from Lukasa/more-common-crypto | Alex Gaynor | 2016-01-22 | 5 | -0/+76 |
|\ | | | | | Bindings for validating TLS cert chains using Security.framework | ||||
| * | Move SecTrustCreateWithCertificates to MACROS. | Cory Benfield | 2016-01-22 | 1 | -0/+4 |
| | | | | | | | | Annoyingly, the type of the first parameter changed across versions. | ||||
| * | Fix indentation. | Cory Benfield | 2016-01-22 | 1 | -8/+8 |
| | | |||||
| * | Remove SecTrustCreateWithCertificates. | Cory Benfield | 2016-01-22 | 1 | -1/+0 |
| | | | | | | | | It's not present on 10.8. | ||||
| * | Dedent closing brace. | Cory Benfield | 2016-01-22 | 1 | -1/+1 |
| | | |||||
| * | New bindings for evaluating certificates. | Cory Benfield | 2016-01-22 | 3 | -0/+48 |
| | | |||||
| * | SecTrust for evaluating certificates. | Cory Benfield | 2016-01-22 | 1 | -0/+15 |
| | | |||||
| * | Basic mutable array bindings. | Cory Benfield | 2016-01-22 | 1 | -0/+10 |
| | | |||||
* | | Merge pull request #2682 from reaperhulk/fernet-change | Alex Gaynor | 2016-01-22 | 2 | -2/+13 |
|\ \ | |/ |/| | fernet fix: ignore the timestamp entirely when no ttl is set | ||||
| * | fernet fix: ignore the timestamp entirely when no ttl is set | Paul Kehrer | 2016-01-21 | 2 | -2/+13 |
|/ | | | | | | Previously if the token claimed to have been generated more than 60 seconds in the future we would raise InvalidToken even if ttl was set to None. | ||||
* | Merge pull request #2677 from reaperhulk/ocsp-bindings | Alex Gaynor | 2016-01-18 | 2 | -0/+68 |
|\ | | | | | add initial OCSP bindings | ||||
| * | add initial OCSP bindings | Paul Kehrer | 2016-01-18 | 2 | -0/+68 |
|/ | |||||
* | Merge pull request #2678 from reaperhulk/windows-hacks | Alex Gaynor | 2016-01-18 | 2 | -9/+8 |
|\ | | | | | consolidate the windows specific header trickery we need to do | ||||
| * | consolidate the windows specific header trickery we need to do | Paul Kehrer | 2016-01-18 | 2 | -9/+8 |
|/ | |||||
* | Merge pull request #2676 from alex/docs-pep8-dedupe | Paul Kehrer | 2016-01-18 | 3 | -19/+17 |
|\ | | | | | Centralize declaration of docs and pep8 deps in setup.py | ||||
| * | Centralize declaration of docs and pep8 deps in setup.py | Alex Gaynor | 2016-01-17 | 3 | -19/+17 |
| | | |||||
* | | Merge pull request #2675 from alex/further-reduce-duplication | Paul Kehrer | 2016-01-18 | 2 | -7/+1 |
|\ \ | |/ |/| | Attempt to further reduce dependecy duplication | ||||
| * | Delete two out of date comments | Alex Gaynor | 2016-01-17 | 2 | -2/+0 |
| | | |||||
| * | Attempt to further reduce dependecy duplication | Alex Gaynor | 2016-01-17 | 1 | -5/+1 |
|/ | |||||
* | Merge pull request #2673 from dveeden/master | Alex Gaynor | 2016-01-17 | 1 | -0/+6 |
|\ | | | | | Add docstring to cryptography.hazmat | ||||
| * | Add docstring to cryptography.hazmat | Daniël van Eeden | 2016-01-16 | 1 | -0/+6 |
| | | | | | | | | | | | | This shows the warning which is in the docs if someone does this: >>>> import cryptography.hazmat >>>> help(cryptography.hazmat) | ||||
* | | Merge pull request #2674 from alex/reduce-duplication | Paul Kehrer | 2016-01-17 | 2 | -7/+5 |
|\ \ | |/ |/| | Attempt to reduce the duplication in declaring our test deps | ||||
| * | add this back, we couldn't dedupe there | Alex Gaynor | 2016-01-17 | 1 | -0/+1 |
| | | |||||
| * | Give up on tox | Alex Gaynor | 2016-01-17 | 1 | -10/+14 |
| | | |||||
| * | more duplication reduction | Alex Gaynor | 2016-01-17 | 1 | -6/+1 |
| | | |||||
| * | syntax error | Alex Gaynor | 2016-01-17 | 2 | -16/+14 |
|/ | |||||
* | Merge pull request #2671 from alex/sphinx-pin | Paul Kehrer | 2016-01-14 | 2 | -2/+2 |
|\ | | | | | Revert sphinx pin | ||||
| * | Revert sphinx pin | Alex Gaynor | 2016-01-14 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #2668 from alex/hypothesis-padding | Paul Kehrer | 2016-01-14 | 1 | -0/+21 |
|\ | | | | | Added hypothesis tests for padding | ||||
| * | resolve the TODO, random block sizes | Alex Gaynor | 2016-01-13 | 1 | -5/+6 |
| | | |||||
| * | Added hypothesis tests for padding | Alex Gaynor | 2016-01-13 | 1 | -0/+20 |
| | | |||||
* | | Merge pull request #2663 from reaperhulk/move-more | Alex Gaynor | 2016-01-12 | 3 | -77/+87 |
|\ \ | |/ |/| | move more functions out of the openssl backend class | ||||
| * | move more functions out of the openssl backend class | Paul Kehrer | 2016-01-10 | 3 | -77/+87 |
|/ | |||||
* | Merge pull request #2660 from reaperhulk/move-decode-functions | Alex Gaynor | 2016-01-10 | 3 | -710/+723 |
|\ | | | | | move openssl asn1 decode functions to a new module | ||||
| * | move openssl asn1 decode functions to a new module | Paul Kehrer | 2016-01-10 | 3 | -710/+723 |
| | | |||||
* | | Merge pull request #2661 from alex/coverage | Paul Kehrer | 2016-01-10 | 3 | -25/+63 |
|\ \ | |/ |/| | Write some tests for skip conditions in tests. | ||||
| * | 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 |
|/ / |