Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge pull request #1843 from geofft/pyasn1-eoc | Alex Gaynor | 2015-04-13 | 2 | -0/+12 | |
|\ \ \ \ | |/ / / |/| | | | Work around pyasn1's willingness to return endOfOctets in DER parsing | |||||
| * | | | Work around pyasn1's willingness to return endOfOctets in DER parsing | Geoffrey Thomas | 2015-04-13 | 2 | -0/+12 | |
| |/ / | | | | | | | | | | See #1838 for discussion. | |||||
* | | | Merge pull request #1839 from alex/decode-rfc-docs | Paul Kehrer | 2015-04-13 | 1 | -0/+2 | |
|\ \ \ | | | | | | | | | Document that decode_rfc6979_signature raises ValueError | |||||
| * | | | Simpler language | Alex Gaynor | 2015-04-13 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Removed a confusing sentence | Alex Gaynor | 2015-04-13 | 1 | -2/+1 | |
| | | | | ||||||
| * | | | Document that decode_rfc6979_signature raises ValueError | Alex Gaynor | 2015-04-13 | 1 | -0/+3 | |
| |/ / | ||||||
* | | | Merge pull request #1840 from alex/simplify-setup | Paul Kehrer | 2015-04-13 | 1 | -6/+3 | |
|\ \ \ | | | | | | | | | Simplify setup.py slightly | |||||
| * | | | Simplify setup.py slightly | Alex Gaynor | 2015-04-13 | 1 | -6/+3 | |
| |/ / | ||||||
* | | | Merge pull request #1785 from reaperhulk/travis-docker-experiment | Alex Gaynor | 2015-04-13 | 3 | -101/+129 | |
|\ \ \ | |/ / |/| | | try out some new beta docker travis features | |||||
| * | | oh right we need pypy too | Paul Kehrer | 2015-04-13 | 1 | -0/+10 | |
| | | | ||||||
| * | | try out some new beta docker travis features | Paul Kehrer | 2015-04-13 | 3 | -101/+119 | |
|/ / | ||||||
* | | Merge pull request #1822 from reaperhulk/x509-keyusage-ossl | Alex Gaynor | 2015-04-12 | 4 | -9/+93 | |
|\ \ | |/ |/| | keyusage support in the OpenSSL backend | |||||
| * | free the bit string | Paul Kehrer | 2015-04-12 | 2 | -0/+4 | |
| | | ||||||
| * | keyusage support in the OpenSSL backend | Paul Kehrer | 2015-04-12 | 3 | -9/+89 | |
|/ | ||||||
* | Merge pull request #1814 from reaperhulk/keyusage-repr | Alex Gaynor | 2015-04-12 | 2 | -0/+55 | |
|\ | | | | | add repr to KeyUsage | |||||
| * | add repr to KeyUsage | Paul Kehrer | 2015-04-02 | 2 | -0/+55 | |
| | | ||||||
* | | Merge pull request #1833 from reaperhulk/x509-name-repr | Alex Gaynor | 2015-04-12 | 2 | -0/+16 | |
|\ \ | | | | | | | add repr for x509 names | |||||
| * | | 0!r time | Paul Kehrer | 2015-04-11 | 1 | -1/+1 | |
| | | | ||||||
| * | | let's make that repr actually good | Paul Kehrer | 2015-04-11 | 2 | -4/+5 | |
| | | | ||||||
| * | | add repr for x509 names | Paul Kehrer | 2015-04-11 | 2 | -0/+15 | |
|/ / | ||||||
* | | Merge pull request #1823 from reaperhulk/x509-ski | Alex Gaynor | 2015-04-11 | 4 | -0/+130 | |
|\ \ | | | | | | | add subjectkeyidentifier support | |||||
| * | | unused import I left in as a test. Yeah, that's why... | Paul Kehrer | 2015-04-11 | 1 | -1/+0 | |
| | | | ||||||
| * | | alter approach to just use digest, no hexdigest | Paul Kehrer | 2015-04-10 | 3 | -21/+19 | |
| | | | ||||||
| * | | free the ASN1_OCTET_STRING instance | Paul Kehrer | 2015-04-10 | 1 | -0/+3 | |
| | | | ||||||
| * | | python 3.2 you are terrible | Paul Kehrer | 2015-04-10 | 1 | -7/+7 | |
| | | | ||||||
| * | | add subjectkeyidentifier support | Paul Kehrer | 2015-04-10 | 4 | -0/+130 | |
| | | | ||||||
* | | | Merge pull request #1832 from reaperhulk/port-082 | Alex Gaynor | 2015-04-10 | 1 | -0/+6 | |
|\ \ \ | |/ / |/| | | port 0.8.2 changelog to master | |||||
| * | | port 0.8.2 changelog to master | Paul Kehrer | 2015-04-10 | 1 | -0/+6 | |
| | | | ||||||
* | | | Merge pull request #1727 from public/dh-key-iface-2015 | Paul Kehrer | 2015-04-09 | 4 | -13/+176 | |
|\ \ \ | | | | | | | | | DH key interfaces | |||||
| * | | | DH key interfaces | Alex Stapleton | 2015-04-05 | 4 | -13/+176 | |
| | | | | ||||||
* | | | | Merge pull request #1829 from paypal/pkcs7_openssl_bindings | Alex Gaynor | 2015-04-09 | 2 | -2/+32 | |
|\ \ \ \ | | | | | | | | | | | PKCS7 signature, encryption and serialization bindings. | |||||
| * | | | | after closer review, it would appear that PKCS7_NOSMIMECAP was added in ↵ | Mahmoud Hashemi | 2015-04-08 | 1 | -16/+3 | |
| | | | | | | | | | | | | | | | | | | | | 0.9.6. Removing conditional logic and making it a normal constant. (source: http://marc.info/?l=openssl-cvs&m=96816036412988&w=2 ) | |||||
| * | | | | remove stray PKCS7_encrypt arg 'certs' | Mahmoud Hashemi | 2015-04-08 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | PKCS7 signature, encryption and serialization bindings. | Mark Williams | 2015-04-08 | 2 | -1/+44 | |
|/ / / / | | | | | | | | | | | | | | | | | These bindings do NOT expose the APIs necessary to add multiple signatures. | |||||
* | | | | Merge pull request #1827 from Ayrx/fix-typo | Alex Gaynor | 2015-04-07 | 1 | -1/+1 | |
|\ \ \ \ | |_|/ / |/| | | | Remove extra space. | |||||
| * | | | Remove extra space. | Terry Chia | 2015-03-28 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge pull request #1826 from reaperhulk/x509-extension-oids | Alex Gaynor | 2015-04-04 | 1 | -2/+32 | |
|\ \ \ | | | | | | | | | add the remaining extension OIDs | |||||
| * | | | add the remaining extension OIDs | Paul Kehrer | 2015-04-04 | 1 | -2/+32 | |
| | | | | ||||||
* | | | | Merge pull request #1825 from alex/changelog | Paul Kehrer | 2015-04-04 | 1 | -0/+2 | |
|\ \ \ \ | | | | | | | | | | | Added a changelog entry for #1824 | |||||
| * | | | | Added a changelog entry for #1824 | Alex Gaynor | 2015-04-04 | 1 | -0/+2 | |
|/ / / / | ||||||
* | | | | 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 | |
| |/ / |