Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Un-double the test doubles | Alex Gaynor | 2016-03-05 | 10 | -145/+42 |
| | |||||
* | Merge pull request #2757 from reaperhulk/py26-mac-gone | Alex Gaynor | 2016-03-02 | 1 | -8/+0 |
|\ | | | | | Remove Python 2.6 on OS X from the Travis build matrix | ||||
| * | Remove Python 2.6 on OS X from the Travis build matrix | Paul Kehrer | 2016-03-02 | 1 | -8/+0 |
|/ | | | | | | | | | Build times on these jobs have somehow crept up to nearly (and occasionally surpassing) the Travis timeout (50 minutes). Additionally, a look at the PyPI bigquery data indicates that 2.6 represents approximately 0.4% of OS X downloads. Since this CI overhead is causing the project significant pain for almost no gain, it's time to eliminate it. | ||||
* | Merge pull request #2755 from alex/forward-port | Paul Kehrer | 2016-03-02 | 2 | -1/+7 |
|\ | | | | | Forward port the 1.2.3 changes | ||||
| * | empty commit | Alex Gaynor | 2016-03-02 | 0 | -0/+0 |
| | | |||||
| * | Bring the changelog as well | Alex Gaynor | 2016-03-01 | 1 | -0/+5 |
| | | |||||
| * | move BIO_new_mem_buf to macros to handle 1.0.2g signature change | Paul Kehrer | 2016-03-01 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #2745 from alex/changelog-entry | Paul Kehrer | 2016-02-28 | 1 | -0/+2 |
|\ | | | | | Added a changelog entry for policy constraints | ||||
| * | Added a changelog entry for policy constraints | Alex Gaynor | 2016-02-28 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #2725 from alex/security-docs | Paul Kehrer | 2016-02-28 | 2 | -2/+36 |
|\ \ | |/ |/| | Several updates to our security docs: | ||||
| * | Added a word | Alex Gaynor | 2016-02-19 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'master' into security-docs | Alex Gaynor | 2016-02-19 | 2 | -1/+7 |
| |\ | |||||
| * | | Good clarification from @dstufft | Alex Gaynor | 2016-02-19 | 1 | -2/+2 |
| | | | |||||
| * | | spelling | Alex Gaynor | 2016-02-19 | 1 | -1/+1 |
| | | | |||||
| * | | Several updates to our security docs: | Alex Gaynor | 2016-02-19 | 1 | -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 #2743 from alex/delete-commented | Hynek Schlawack | 2016-02-28 | 1 | -100/+0 |
|\ \ \ | | | | | | | | | Delete a bunch of commented out defaults in docs/conf.py | ||||
| * | | | Delete a bunch of commented out defaults in docs/conf.py | Alex Gaynor | 2016-02-27 | 1 | -100/+0 |
| | | | | |||||
* | | | | Merge pull request #2744 from alex/error-format | Hynek Schlawack | 2016-02-28 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Correct the error string for a message | ||||
| * | | | Correct the error string for a message | Alex Gaynor | 2016-02-28 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #2742 from alex/stderr | Paul Kehrer | 2016-02-27 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | Send stderr someplace | ||||
| * | | | Send stderr someplace | Alex Gaynor | 2016-02-27 | 1 | -1/+2 |
|/ / / | | | | | | | | | | Otherwise there's noise in the test output on python 2.6 | ||||
* | | | Merge pull request #2741 from alex/save-lines | Paul Kehrer | 2016-02-27 | 1 | -22/+19 |
|\ \ \ | | | | | | | | | Write a function to write less code | ||||
| * | | | sigh | Alex Gaynor | 2016-02-27 | 1 | -1/+0 |
| | | | | |||||
| * | | | Write a function to write less code | Alex Gaynor | 2016-02-27 | 1 | -22/+20 |
|/ / / | |||||
* | | | Merge pull request #2739 from alex/policy-constraints-parse | Paul Kehrer | 2016-02-27 | 2 | -0/+57 |
|\ \ \ | | | | | | | | | Fixed #2732 -- added support for x.509 policy constraints extension | ||||
| * | | | added another test | Alex Gaynor | 2016-02-27 | 1 | -3/+15 |
| | | | | |||||
| * | | | Merge branch 'master' into policy-constraints-parse | Alex Gaynor | 2016-02-27 | 2 | -0/+19 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge pull request #2740 from reaperhulk/pc-vector | Alex Gaynor | 2016-02-27 | 2 | -0/+19 |
|\ \ \ \ | | | | | | | | | | | add another policy constraints test vector | ||||
| * | | | | add another policy constraints test vector | Paul Kehrer | 2016-02-27 | 2 | -0/+19 |
|/ / / / | |||||
| * | | | better name for this test | Alex Gaynor | 2016-02-27 | 1 | -1/+1 |
| | | | | |||||
| * | | | whitespace | Alex Gaynor | 2016-02-27 | 1 | -1/+0 |
| | | | | |||||
| * | | | Fixed #2732 -- added support for x.509 policy constraints extension | Alex Gaynor | 2016-02-27 | 2 | -0/+46 |
|/ / / | |||||
* | | | Merge pull request #2738 from alex/more-policy-constraint-bindings | Hynek Schlawack | 2016-02-27 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | More policy constraint bindings | ||||
| * | | | 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 … |