Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop this for now | Alex Gaynor | 2016-02-27 | 1 | -1/+0 |
| | |||||
* | void | Alex Gaynor | 2016-02-27 | 1 | -1/+1 |
| | |||||
* | More policy constraint bindings | Alex Gaynor | 2016-02-27 | 1 | -0/+4 |
| | |||||
* | Merge pull request #2737 from alex/policy-constraints-bindings | Paul Kehrer | 2016-02-26 | 1 | -0/+5 |
|\ | | | | | Added policy constraint struct binding | ||||
| * | Added policy constraint struct binding | Alex Gaynor | 2016-02-26 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #2733 from reaperhulk/policy-constraints | Alex Gaynor | 2016-02-26 | 4 | -3/+140 |
|\ \ | | | | | | | add policy constraints class | ||||
| * | | try to improve the language | Paul Kehrer | 2016-02-26 | 1 | -10/+8 |
| | | | |||||
| * | | fix docs | Paul Kehrer | 2016-02-26 | 1 | -1/+1 |
| | | | |||||
| * | | export PolicyConstraints | Paul Kehrer | 2016-02-26 | 1 | -3/+5 |
| | | | |||||
| * | | add the oid required by the extensiontype interface | Paul Kehrer | 2016-02-26 | 2 | -0/+8 |
| | | | |||||
| * | | add policy constraints class | Paul Kehrer | 2016-02-26 | 3 | -0/+129 |
| | | | |||||
* | | | Merge pull request #2734 from alex/policy-constraint-vector | Paul Kehrer | 2016-02-26 | 2 | -0/+43 |
|\ \ \ | |_|/ |/| | | Added the department of state root, which has a policyConstraints ext… | ||||
| * | | Document the vector | Alex Gaynor | 2016-02-26 | 1 | -0/+3 |
| | | | |||||
| * | | Added the department of state root, which has a policyConstraints extension | Alex Gaynor | 2016-02-26 | 1 | -0/+40 |
|/ / | |||||
* | | Merge pull request #2726 from alex/hypothesis-2.6 | Paul Kehrer | 2016-02-19 | 2 | -1/+7 |
|\ \ | | | | | | | Don't try to use hypothesis on Python 2.6, upstream dropped support | ||||
| * | | Don't try to use hypothesis on Python 2.6, upstream dropped support | Alex Gaynor | 2016-02-19 | 2 | -1/+7 |
|/ / | |||||
* | | Merge pull request #2723 from alex/linkcheck-retry | Paul Kehrer | 2016-02-13 | 1 | -0/+4 |
|\ \ | | | | | | | Make the linkcheck builder more resillient against transient network … | ||||
| * | | Make the linkcheck builder more resillient against transient network errors. | Alex Gaynor | 2016-02-13 | 1 | -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/typo | Paul Kehrer | 2016-02-11 | 1 | -2/+2 |
|\ \ | | | | | | | Fix what appears to be a typo | ||||
| * | | line length | Alex Gaynor | 2016-02-10 | 1 | -2/+2 |
| | | | |||||
| * | | Fix what appears to be a typo | Alex Gaynor | 2016-02-10 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #2721 from pyca/alex-patch-1 | Paul Kehrer | 2016-02-10 | 1 | -0/+3 |
|\ \ | | | | | | | Clearly document that this is a good example | ||||
| * | | Clearly document that this is a good example | Alex Gaynor | 2016-02-10 | 1 | -0/+3 |
|/ / | |||||
* | | Merge pull request #2718 from mithrandi/bogus-test-allocation-2711 | Paul Kehrer | 2016-02-08 | 1 | -2/+3 |
|\ \ | | | | | | | Actually allocate a buffer that is the correct size. | ||||
| * | | Actually allocate a buffer that is the correct size. | Tristan Seligmann | 2016-02-08 | 1 | -2/+3 |
|/ / | |||||
* | | Merge pull request #2713 from alex/silence-warning | Hynek Schlawack | 2016-02-07 | 1 | -1/+9 |
|\ \ | | | | | | | Fixes #2710 -- silence a deprecation warning. | ||||
| * | | Fixes #2710 -- silence a deprecation warning. | Alex Gaynor | 2016-02-06 | 1 | -1/+9 |
|/ / | | | | | | | Use the new name and alias to the old one | ||||
* | | Merge pull request #2712 from alex/comment | Paul Kehrer | 2016-02-06 | 1 | -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 person | Alex Gaynor | 2016-02-06 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #2709 from alex/coda-goes-https | Paul Kehrer | 2016-02-02 | 1 | -1/+1 |
|\ \ | | | | | | | As always, recommend cryptoing while you crypto | ||||
| * | | As always, recommend cryptoing while you crypto | Alex Gaynor | 2016-02-02 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #2708 from reaperhulk/rsa-patch-1 | Alex Gaynor | 2016-02-02 | 1 | -3/+1 |
|\ \ | |/ |/| | treat the RSA struct more opaquely when getting public key values | ||||
| * | treat the RSA struct more opaquely when getting public key values | Paul Kehrer | 2016-02-02 | 1 | -3/+1 |
|/ | |||||
* | Merge pull request #2705 from eeshangarg/inhibit-any-policy-hash | Paul Kehrer | 2016-02-01 | 2 | -0/+10 |
|\ | | | | | Refs #2578 -- implement __hash__ on InhibitAnyPolicy | ||||
| * | Refs #2578 -- implement __hash__ on InhibitAnyPolicy | Eeshan Garg | 2016-02-01 | 2 | -0/+10 |
|/ | |||||
* | Merge pull request #2704 from eeshangarg/access-description-hash | Alex Gaynor | 2016-01-31 | 2 | -0/+19 |
|\ | | | | | Refs #2578 -- implement __hash__ on AccessDescription | ||||
| * | Refs #2578 -- implement __hash__ on AccessDescription | Eeshan Garg | 2016-01-31 | 2 | -0/+19 |
|/ | |||||
* | Merge pull request #2703 from alex/pyopenssl-binding | Paul Kehrer | 2016-01-31 | 1 | -0/+4 |
|\ | | | | | Added two additional bindings that PyOpenSSL might want | ||||
| * | one more function | Alex Gaynor | 2016-01-31 | 1 | -0/+2 |
| | | |||||
| * | Added an addition binding that PyOpenSSL might want | Alex Gaynor | 2016-01-31 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #2702 from reaperhulk/rsa-serializable | Alex Gaynor | 2016-01-31 | 1 | -1/+10 |
|\ | | | | | support RSA key generation testing when key is not serializable | ||||
| * | support rsa key generation testing when key is not serializable | Paul Kehrer | 2016-01-30 | 1 | -1/+10 |
|/ | |||||
* | Merge pull request #2701 from alex/document-key | Paul Kehrer | 2016-01-30 | 1 | -1/+3 |
|\ | | | | | Fixed #2700 -- corrtected the create_hmac_ctx interface docs | ||||
| * | Fixed #2700 -- corrtected the create_hmac_ctx interface docs | Alex Gaynor | 2016-01-30 | 1 | -1/+3 |
| | | |||||
* | | 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 |
| | |