Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add extendedkeyusage extension | Paul Kehrer | 2015-03-31 | 3 | -0/+45 |
| | |||||
* | Merge pull request #1807 from reaperhulk/fix-ecrypt-link | Alex Gaynor | 2015-03-31 | 3 | -3/+3 |
|\ | | | | | update ecrypt link in docs | ||||
| * | update ecrypt link in docs | Paul Kehrer | 2015-03-30 | 3 | -3/+3 |
| | | |||||
* | | Merge pull request #1806 from reaperhulk/eku-oids | Alex Gaynor | 2015-03-31 | 2 | -0/+48 |
|\ \ | | | | | | | support the EKU OIDs specified in RFC 5280 section 4.2.1.12 | ||||
| * | | support the EKU OIDs specified in RFC 5280 section 4.2.1.12 | Paul Kehrer | 2015-03-30 | 2 | -0/+48 |
| |/ | |||||
* | | Merge pull request #1805 from alex/more-words | Paul Kehrer | 2015-03-30 | 1 | -0/+3 |
|\ \ | |/ |/| | Added some more words to our dictionary. These are needed for #1785 | ||||
| * | Added some more words to our dictionary. These are needed for #1785 | Alex Gaynor | 2015-03-30 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #1799 from reaperhulk/san-csr-vector | Alex Gaynor | 2015-03-30 | 3 | -0/+21 |
|\ | | | | | add SAN CSR vectors | ||||
| * | add SAN CSR vectors | Paul Kehrer | 2015-03-30 | 3 | -0/+21 |
| | | |||||
* | | Merge pull request #1801 from reaperhulk/x509-request-der | Alex Gaynor | 2015-03-30 | 8 | -21/+104 |
|\ \ | |/ |/| | X509 request DER parsing | ||||
| * | add load_der_x509_csr to support loading DER encoded CSRs | Paul Kehrer | 2015-03-30 | 8 | -21/+104 |
|/ | |||||
* | Merge pull request #1800 from reaperhulk/der-csr-vectors | Alex Gaynor | 2015-03-30 | 6 | -10/+10 |
|\ | | | | | add DER CSR vectors | ||||
| * | add DER CSR vectors | Paul Kehrer | 2015-03-30 | 6 | -10/+10 |
|/ | |||||
* | Merge pull request #1798 from alex/py26-warn | Paul Kehrer | 2015-03-30 | 2 | -0/+14 |
|\ | | | | | Emit a warning on Python 2.6 | ||||
| * | Added a changelog entry | Alex Gaynor | 2015-03-29 | 1 | -0/+4 |
| | | |||||
| * | Emit a warning on Python 2.6 | Alex Gaynor | 2015-03-29 | 1 | -0/+10 |
|/ | |||||
* | Merge pull request #1797 from alex/retry-harder | Paul Kehrer | 2015-03-29 | 1 | -1/+1 |
|\ | | | | | Retry a third time on apt-get update failures. | ||||
| * | Retry a third time on apt-get update failures. | Alex Gaynor | 2015-03-29 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1796 from rev112/minor_refactorings | Paul Kehrer | 2015-03-29 | 3 | -15/+15 |
|\ \ | |/ |/| | Minor refactorings | ||||
| * | Rename 'type' variable which shadows built-in name 'type' | Anton Ovchinnikov | 2015-03-29 | 1 | -12/+12 |
| | | |||||
| * | Rename lambda argument | Anton Ovchinnikov | 2015-03-29 | 1 | -1/+1 |
| | | |||||
| * | Simplify chained comparison | Anton Ovchinnikov | 2015-03-29 | 1 | -1/+1 |
| | | |||||
| * | Remove redundant parentheses | Anton Ovchinnikov | 2015-03-29 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1702 from reaperhulk/parse-x509-request | Alex Gaynor | 2015-03-29 | 11 | -29/+297 |
|\ \ | |/ |/| | Parse X509 Requests | ||||
| * | add test for invalid PEM CSR | Paul Kehrer | 2015-03-29 | 1 | -0/+4 |
| | | |||||
| * | add missing "signing" | Paul Kehrer | 2015-03-29 | 1 | -1/+1 |
| | | |||||
| * | move testsetup around and improve some verbiage | Paul Kehrer | 2015-03-29 | 1 | -32/+29 |
| | | |||||
| * | move test setup | Paul Kehrer | 2015-03-29 | 1 | -23/+23 |
| | | |||||
| * | rename to CertificateSigningRequest | Paul Kehrer | 2015-03-29 | 6 | -16/+20 |
| | | |||||
| * | address some review comments | Paul Kehrer | 2015-03-29 | 3 | -8/+6 |
| | | |||||
| * | rename request to CSR | Paul Kehrer | 2015-03-29 | 10 | -30/+30 |
| | | |||||
| * | add changelog entry | Paul Kehrer | 2015-03-29 | 1 | -0/+2 |
| | | |||||
| * | basic support for parsing x509 requests | Paul Kehrer | 2015-03-29 | 10 | -2/+265 |
|/ | |||||
* | Merge pull request #1769 from reaperhulk/x509-extension-bc | Alex Gaynor | 2015-03-28 | 4 | -4/+188 |
|\ | | | | | basicConstraints support for OpenSSL X509 backend | ||||
| * | rename test class name | Paul Kehrer | 2015-03-28 | 1 | -1/+1 |
| | | |||||
| * | basicConstraints support for OpenSSL X509 backend | Paul Kehrer | 2015-03-28 | 4 | -4/+188 |
| | | |||||
* | | Merge pull request #1786 from reaperhulk/san-vectors | Alex Gaynor | 2015-03-28 | 4 | -0/+64 |
|\ \ | |/ |/| | add X509 SAN extension vectors | ||||
| * | add X509 SAN extension vectors | Paul Kehrer | 2015-03-28 | 4 | -0/+64 |
| | | |||||
* | | Merge pull request #1793 from reaperhulk/x509-extensions-class | Alex Gaynor | 2015-03-28 | 4 | -1/+159 |
|\ \ | | | | | | | add x509 extensions class and basic tests (no extensions supported) | ||||
| * | | add x509 extensions class and basic tests (no extensions supported) | Paul Kehrer | 2015-03-28 | 4 | -1/+159 |
|/ / | |||||
* | | Merge pull request #1791 from alex/retry-update | Paul Kehrer | 2015-03-28 | 1 | -1/+2 |
|\ \ | |/ |/| | Retry apt-get update on failure -- rabbitmq's servers are failing a bunch | ||||
| * | Retry apt-get update on failure -- rabbitmq's servers are failing a bunch | Alex Gaynor | 2015-03-28 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #1789 from reaperhulk/unsupported-critical-extension-vector | Alex Gaynor | 2015-03-28 | 2 | -0/+21 |
|\ | | | | | add unsupported extension marked critical | ||||
| * | add unsupported extension marked critical | Paul Kehrer | 2015-03-27 | 2 | -0/+21 |
| | | |||||
* | | Merge pull request #1788 from alex/pypy-2.5-osx | Paul Kehrer | 2015-03-28 | 1 | -2/+2 |
|\ \ | |/ |/| | Use PyPy 2.5.1 on Travis OS X | ||||
| * | Use PyPy 2.5.1 on Travis OS X | Alex Gaynor | 2015-03-27 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #1787 from reaperhulk/unsupported-extension-vector | Alex Gaynor | 2015-03-28 | 2 | -0/+21 |
|\ \ | |/ |/| | add unsupported extension x509 test vector | ||||
| * | add unsupported extension x509 test vector | Paul Kehrer | 2015-03-27 | 2 | -0/+21 |
|/ | |||||
* | Merge pull request #1782 from chelseawinfree/chellygel | Alex Gaynor | 2015-03-25 | 1 | -0/+1 |
|\ | | | | | Adding myself to authors | ||||
| * | Adding myself to authors | Chellygel | 2015-03-25 | 1 | -0/+1 |
|/ |