aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2725 from alex/security-docsPaul Kehrer2016-02-282-2/+36
|\ | | | | Several updates to our security docs:
| * Added a wordAlex Gaynor2016-02-191-0/+1
| |
| * Merge branch 'master' into security-docsAlex Gaynor2016-02-192-1/+7
| |\
| * | 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 #2743 from alex/delete-commentedHynek Schlawack2016-02-281-100/+0
|\ \ \ | | | | | | | | Delete a bunch of commented out defaults in docs/conf.py
| * | | Delete a bunch of commented out defaults in docs/conf.pyAlex Gaynor2016-02-271-100/+0
| | | |
* | | | Merge pull request #2744 from alex/error-formatHynek Schlawack2016-02-281-1/+1
|\ \ \ \ | |/ / / |/| | | Correct the error string for a message
| * | | Correct the error string for a messageAlex Gaynor2016-02-281-1/+1
|/ / /
* | | Merge pull request #2742 from alex/stderrPaul Kehrer2016-02-271-1/+2
|\ \ \ | | | | | | | | Send stderr someplace
| * | | Send stderr someplaceAlex Gaynor2016-02-271-1/+2
|/ / / | | | | | | | | | Otherwise there's noise in the test output on python 2.6
* | | Merge pull request #2741 from alex/save-linesPaul Kehrer2016-02-271-22/+19
|\ \ \ | | | | | | | | Write a function to write less code
| * | | sighAlex Gaynor2016-02-271-1/+0
| | | |
| * | | Write a function to write less codeAlex Gaynor2016-02-271-22/+20
|/ / /
* | | Merge pull request #2739 from alex/policy-constraints-parsePaul Kehrer2016-02-272-0/+57
|\ \ \ | | | | | | | | Fixed #2732 -- added support for x.509 policy constraints extension
| * | | added another testAlex Gaynor2016-02-271-3/+15
| | | |
| * | | Merge branch 'master' into policy-constraints-parseAlex Gaynor2016-02-272-0/+19
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #2740 from reaperhulk/pc-vectorAlex Gaynor2016-02-272-0/+19
|\ \ \ \ | | | | | | | | | | add another policy constraints test vector
| * | | | add another policy constraints test vectorPaul Kehrer2016-02-272-0/+19
|/ / / /
| * | | better name for this testAlex Gaynor2016-02-271-1/+1
| | | |
| * | | whitespaceAlex Gaynor2016-02-271-1/+0
| | | |
| * | | Fixed #2732 -- added support for x.509 policy constraints extensionAlex Gaynor2016-02-272-0/+46
|/ / /
* | | Merge pull request #2738 from alex/more-policy-constraint-bindingsHynek Schlawack2016-02-271-0/+3
|\ \ \ | | | | | | | | More policy constraint bindings
| * | | drop this for nowAlex Gaynor2016-02-271-1/+0
| | | |
| * | | voidAlex Gaynor2016-02-271-1/+1
| | | |
| * | | More policy constraint bindingsAlex Gaynor2016-02-271-0/+4
|/ / /
* | | Merge pull request #2737 from alex/policy-constraints-bindingsPaul Kehrer2016-02-261-0/+5
|\ \ \ | | | | | | | | Added policy constraint struct binding
| * | | Added policy constraint struct bindingAlex Gaynor2016-02-261-0/+5
| | |/ | |/|
* | | Merge pull request #2733 from reaperhulk/policy-constraintsAlex Gaynor2016-02-264-3/+140
|\ \ \ | | | | | | | | add policy constraints class
| * | | try to improve the languagePaul Kehrer2016-02-261-10/+8
| | | |
| * | | fix docsPaul Kehrer2016-02-261-1/+1
| | | |
| * | | export PolicyConstraintsPaul Kehrer2016-02-261-3/+5
| | | |
| * | | 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 #2734 from alex/policy-constraint-vectorPaul Kehrer2016-02-262-0/+43
|\ \ \ \ | |_|/ / |/| | | Added the department of state root, which has a policyConstraints ext…
| * | | Document the vectorAlex Gaynor2016-02-261-0/+3
| | | |
| * | | Added the department of state root, which has a policyConstraints extensionAlex Gaynor2016-02-261-0/+40
|/ / /
* | | Merge pull request #2726 from alex/hypothesis-2.6Paul Kehrer2016-02-192-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 supportAlex Gaynor2016-02-192-1/+7
|/ /
* | 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.