aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add the oid required by the extensiontype interfacePaul Kehrer2016-02-262-0/+8
|
* add policy constraints classPaul Kehrer2016-02-263-0/+129
|
* Merge pull request #2705 from eeshangarg/inhibit-any-policy-hashPaul Kehrer2016-02-012-0/+10
|\ | | | | Refs #2578 -- implement __hash__ on InhibitAnyPolicy
| * Refs #2578 -- implement __hash__ on InhibitAnyPolicyEeshan Garg2016-02-012-0/+10
|/
* Merge pull request #2704 from eeshangarg/access-description-hashAlex Gaynor2016-01-312-0/+19
|\ | | | | Refs #2578 -- implement __hash__ on AccessDescription
| * Refs #2578 -- implement __hash__ on AccessDescriptionEeshan Garg2016-01-312-0/+19
|/
* Merge pull request #2703 from alex/pyopenssl-bindingPaul Kehrer2016-01-311-0/+4
|\ | | | | Added two additional bindings that PyOpenSSL might want
| * one more functionAlex Gaynor2016-01-311-0/+2
| |
| * Added an addition binding that PyOpenSSL might wantAlex Gaynor2016-01-311-0/+2
|/
* Merge pull request #2702 from reaperhulk/rsa-serializableAlex Gaynor2016-01-311-1/+10
|\ | | | | support RSA key generation testing when key is not serializable
| * support rsa key generation testing when key is not serializablePaul Kehrer2016-01-301-1/+10
|/
* Merge pull request #2701 from alex/document-keyPaul Kehrer2016-01-301-1/+3
|\ | | | | Fixed #2700 -- corrtected the create_hmac_ctx interface docs
| * Fixed #2700 -- corrtected the create_hmac_ctx interface docsAlex Gaynor2016-01-301-1/+3
| |
* | Merge pull request #2698 from reaperhulk/port-1.2.2-changelogAlex Gaynor2016-01-301-0/+5
|\ \ | | | | | | port 1.2.2 changelog to master
| * | port 1.2.2 changelog to masterPaul Kehrer2016-01-291-0/+5
| |/
* | Merge pull request #2696 from queenp/OAEP-doctweakPaul Kehrer2016-01-291-1/+5
|\ \ | |/ |/| Minor doc tweak per issue #2694
| * Minor doc tweak per issue #2694Phoebe Queen2016-01-291-1/+5
|/
* Merge pull request #2684 from alex/deprecated-0.9.8Paul Kehrer2016-01-274-4/+15
|\ | | | | Formally deprecated support for OpenSSL 0.9.8
| * Formally deprecated support for OpenSSL 0.9.8Alex Gaynor2016-01-224-4/+15
| |
* | Merge pull request #2685 from alex/setuptools-depDonald Stufft2016-01-232-7/+2
|\ \ | | | | | | Require a newer setuptools.
| * | Require a newer setuptools.Alex Gaynor2016-01-232-7/+2
| |/ | | | | | | This lets a long confusing comment.
* | Merge pull request #2686 from alex/remove-deprecated-constantPaul Kehrer2016-01-231-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 Gaynor2016-01-231-1/+0
|/ | | | deprecated
* Merge pull request #2683 from Lukasa/more-common-cryptoAlex Gaynor2016-01-225-0/+76
|\ | | | | Bindings for validating TLS cert chains using Security.framework
| * Move SecTrustCreateWithCertificates to MACROS.Cory Benfield2016-01-221-0/+4
| | | | | | | | Annoyingly, the type of the first parameter changed across versions.
| * Fix indentation.Cory Benfield2016-01-221-8/+8
| |
| * Remove SecTrustCreateWithCertificates.Cory Benfield2016-01-221-1/+0
| | | | | | | | It's not present on 10.8.
| * Dedent closing brace.Cory Benfield2016-01-221-1/+1
| |
| * New bindings for evaluating certificates.Cory Benfield2016-01-223-0/+48
| |
| * SecTrust for evaluating certificates.Cory Benfield2016-01-221-0/+15
| |
| * Basic mutable array bindings.Cory Benfield2016-01-221-0/+10
| |
* | Merge pull request #2682 from reaperhulk/fernet-changeAlex Gaynor2016-01-222-2/+13
|\ \ | |/ |/| fernet fix: ignore the timestamp entirely when no ttl is set
| * fernet fix: ignore the timestamp entirely when no ttl is setPaul Kehrer2016-01-212-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-bindingsAlex Gaynor2016-01-182-0/+68
|\ | | | | add initial OCSP bindings
| * add initial OCSP bindingsPaul Kehrer2016-01-182-0/+68
|/
* Merge pull request #2678 from reaperhulk/windows-hacksAlex Gaynor2016-01-182-9/+8
|\ | | | | consolidate the windows specific header trickery we need to do
| * consolidate the windows specific header trickery we need to doPaul Kehrer2016-01-182-9/+8
|/
* Merge pull request #2676 from alex/docs-pep8-dedupePaul Kehrer2016-01-183-19/+17
|\ | | | | Centralize declaration of docs and pep8 deps in setup.py
| * Centralize declaration of docs and pep8 deps in setup.pyAlex Gaynor2016-01-173-19/+17
| |
* | Merge pull request #2675 from alex/further-reduce-duplicationPaul Kehrer2016-01-182-7/+1
|\ \ | |/ |/| Attempt to further reduce dependecy duplication
| * Delete two out of date commentsAlex Gaynor2016-01-172-2/+0
| |
| * Attempt to further reduce dependecy duplicationAlex Gaynor2016-01-171-5/+1
|/
* Merge pull request #2673 from dveeden/masterAlex Gaynor2016-01-171-0/+6
|\ | | | | Add docstring to cryptography.hazmat
| * Add docstring to cryptography.hazmatDaniël van Eeden2016-01-161-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-duplicationPaul Kehrer2016-01-172-7/+5
|\ \ | |/ |/| Attempt to reduce the duplication in declaring our test deps
| * add this back, we couldn't dedupe thereAlex Gaynor2016-01-171-0/+1
| |
| * Give up on toxAlex Gaynor2016-01-171-10/+14
| |
| * more duplication reductionAlex Gaynor2016-01-171-6/+1
| |
| * syntax errorAlex Gaynor2016-01-172-16/+14
|/
* Merge pull request #2671 from alex/sphinx-pinPaul Kehrer2016-01-142-2/+2
|\ | | | | Revert sphinx pin