Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #1824 from reaperhulk/no-comp | Alex Gaynor | 2015-04-04 | 1 | -5/+1 | |
|\ \ \ \ | |/ / / |/| | | | support openssl no-comp on linux/os x | |||||
| * | | | support openssl no-comp on linux/os x | Paul Kehrer | 2015-04-04 | 1 | -5/+1 | |
|/ / / | ||||||
* | | | Merge pull request #1820 from schlenk/get_crl_properties | Alex Gaynor | 2015-04-03 | 1 | -0/+11 | |
|\ \ \ | | | | | | | | | More CRL related bindings | |||||
| * | | | More CRL related bindings | Michael Schlenker | 2015-04-03 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some of those are needed to implement pyca/pyopenssl#181, others are just for having a complete useful set. Might be a nice fit for the new X509Extension work, as the extensions for CRLs and Revoked objects have the same type. | |||||
* | | | | Merge pull request #1819 from schlenk/stack_of_x509_crl | Alex Gaynor | 2015-04-03 | 1 | -0/+6 | |
|\ \ \ \ | |/ / / |/| | | | Add wrappers for STACK_OF(X509_CRL) manipulation | |||||
| * | | | Add wrappers for STACK_OF(X509_CRL) manipulation | Michael Schlenker | 2015-04-03 | 1 | -0/+6 | |
|/ / / | | | | | | | | | | | | | | | | This is useful for PyOpenssl to implement CRL checking in the new X509StoreContext.verify_certificate() API to add CRLs to the check via X509_STORE_CTX_set0_crls() which is already wrapped. | |||||
* | | | Merge pull request #1816 from Ayrx/fernet-docs | Paul Kehrer | 2015-04-03 | 1 | -2/+4 | |
|\ \ \ | | | | | | | | | Attempt to explain MultiFernet better. | |||||
| * | | | Attempt to explain MultiFernet better. | Terry Chia | 2015-03-26 | 1 | -2/+4 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #1812 from reaperhulk/asn1-bitstring | Alex Gaynor | 2015-04-03 | 1 | -0/+4 | |
|\ \ \ | | | | | | | | | add some ASN1_BIT_STRING bindings for OpenSSL | |||||
| * | | | add some ASN1_BIT_STRING bindings for OpenSSL | Paul Kehrer | 2015-04-02 | 1 | -0/+4 | |
| |/ / | ||||||
* | | | Merge pull request #1813 from reaperhulk/add-keyusage-vector | Alex Gaynor | 2015-04-03 | 2 | -0/+20 | |
|\ \ \ | | | | | | | | | add key usage vector with all 9 purposes set to true | |||||
| * | | | add key usage vector with all 9 purposes set to true | Paul Kehrer | 2015-04-02 | 2 | -0/+20 | |
| |/ / | ||||||
* | | | Merge pull request #1815 from reaperhulk/extkeyusage-repr | Alex Gaynor | 2015-04-03 | 2 | -0/+14 | |
|\ \ \ | |/ / |/| | | add extendedkeyusage repr | |||||
| * | | add extendedkeyusage repr | Paul Kehrer | 2015-04-02 | 2 | -0/+14 | |
|/ / | ||||||
* | | Merge pull request #1802 from reaperhulk/x509-keyusage | Alex Gaynor | 2015-04-02 | 3 | -0/+241 | |
|\ \ | | | | | | | add KeyUsage extension | |||||
| * | | update doc language | Paul Kehrer | 2015-04-01 | 1 | -23/+22 | |
| | | | ||||||
| * | | remove extra blank line | Paul Kehrer | 2015-03-31 | 1 | -1/+0 | |
| | | | ||||||
| * | | add keyusage extension | Paul Kehrer | 2015-03-31 | 3 | -0/+243 | |
|/ / | ||||||
* | | Merge pull request #1808 from reaperhulk/x509-extkeyusage | Alex Gaynor | 2015-03-31 | 3 | -0/+45 | |
|\ \ | | | | | | | add extendedkeyusage extension | |||||
| * | | 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 | |
| | | |