aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Good clarification from @dstufftAlex Gaynor2016-02-191-2/+2
|
* spellingAlex Gaynor2016-02-191-1/+1
|
* Several updates to our security docs:Alex Gaynor2016-02-191-2/+35
| | | | | | - Document what we consider a vulnerability - Update my prefered PGP key identifier - Clarify that we only provide security support for the most recent release (this has empirically been true for all of our releases
* Merge pull request #2723 from alex/linkcheck-retryPaul Kehrer2016-02-131-0/+4
|\ | | | | Make the linkcheck builder more resillient against transient network …
| * Make the linkcheck builder more resillient against transient network errors.Alex Gaynor2016-02-131-0/+4
|/ | | | | | Not in a release yet, but landed on master: https://github.com/sphinx-doc/sphinx/pull/2312 We'll start at 2 retries and increase if it turns out to be insufficient to handle real world transient errors.
* Merge pull request #2722 from alex/typoPaul Kehrer2016-02-111-2/+2
|\ | | | | Fix what appears to be a typo
| * line lengthAlex Gaynor2016-02-101-2/+2
| |
| * Fix what appears to be a typoAlex Gaynor2016-02-101-1/+1
|/
* Merge pull request #2721 from pyca/alex-patch-1Paul Kehrer2016-02-101-0/+3
|\ | | | | Clearly document that this is a good example
| * Clearly document that this is a good exampleAlex Gaynor2016-02-101-0/+3
|/
* Merge pull request #2718 from mithrandi/bogus-test-allocation-2711Paul Kehrer2016-02-081-2/+3
|\ | | | | Actually allocate a buffer that is the correct size.
| * Actually allocate a buffer that is the correct size.Tristan Seligmann2016-02-081-2/+3
|/
* Merge pull request #2713 from alex/silence-warningHynek Schlawack2016-02-071-1/+9
|\ | | | | Fixes #2710 -- silence a deprecation warning.
| * Fixes #2710 -- silence a deprecation warning.Alex Gaynor2016-02-061-1/+9
|/ | | | Use the new name and alias to the old one
* Merge pull request #2712 from alex/commentPaul Kehrer2016-02-061-0/+1
|\ | | | | Added a comment so the efficiency of this jumps out to the next person
| * Added a comment so the efficiency of this jumps out to the next personAlex Gaynor2016-02-061-0/+1
|/
* Merge pull request #2709 from alex/coda-goes-httpsPaul Kehrer2016-02-021-1/+1
|\ | | | | As always, recommend cryptoing while you crypto
| * As always, recommend cryptoing while you cryptoAlex Gaynor2016-02-021-1/+1
| |
* | Merge pull request #2708 from reaperhulk/rsa-patch-1Alex Gaynor2016-02-021-3/+1
|\ \ | |/ |/| treat the RSA struct more opaquely when getting public key values
| * treat the RSA struct more opaquely when getting public key valuesPaul Kehrer2016-02-021-3/+1
|/
* 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