aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* alter approach to just use digest, no hexdigestPaul Kehrer2015-04-103-21/+19
|
* free the ASN1_OCTET_STRING instancePaul Kehrer2015-04-101-0/+3
|
* python 3.2 you are terriblePaul Kehrer2015-04-101-7/+7
|
* add subjectkeyidentifier supportPaul Kehrer2015-04-104-0/+130
|
* Merge pull request #1727 from public/dh-key-iface-2015Paul Kehrer2015-04-094-13/+176
|\ | | | | DH key interfaces
| * DH key interfacesAlex Stapleton2015-04-054-13/+176
| |
* | Merge pull request #1829 from paypal/pkcs7_openssl_bindingsAlex Gaynor2015-04-092-2/+32
|\ \ | | | | | | PKCS7 signature, encryption and serialization bindings.
| * | after closer review, it would appear that PKCS7_NOSMIMECAP was added in ↵Mahmoud Hashemi2015-04-081-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 Hashemi2015-04-081-1/+1
| | |
| * | PKCS7 signature, encryption and serialization bindings.Mark Williams2015-04-082-1/+44
|/ / | | | | | | | | These bindings do NOT expose the APIs necessary to add multiple signatures.
* | Merge pull request #1827 from Ayrx/fix-typoAlex Gaynor2015-04-071-1/+1
|\ \ | | | | | | Remove extra space.
| * | Remove extra space.Terry Chia2015-03-281-1/+1
|/ /
* | Merge pull request #1826 from reaperhulk/x509-extension-oidsAlex Gaynor2015-04-041-2/+32
|\ \ | | | | | | add the remaining extension OIDs
| * | add the remaining extension OIDsPaul Kehrer2015-04-041-2/+32
| | |
* | | Merge pull request #1825 from alex/changelogPaul Kehrer2015-04-041-0/+2
|\ \ \ | | | | | | | | Added a changelog entry for #1824
| * | | Added a changelog entry for #1824Alex Gaynor2015-04-041-0/+2
|/ / /
* | | Merge pull request #1824 from reaperhulk/no-compAlex Gaynor2015-04-041-5/+1
|\ \ \ | |/ / |/| | support openssl no-comp on linux/os x
| * | support openssl no-comp on linux/os xPaul Kehrer2015-04-041-5/+1
|/ /
* | Merge pull request #1820 from schlenk/get_crl_propertiesAlex Gaynor2015-04-031-0/+11
|\ \ | | | | | | More CRL related bindings
| * | More CRL related bindingsMichael Schlenker2015-04-031-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_crlAlex Gaynor2015-04-031-0/+6
|\ \ \ | |/ / |/| | Add wrappers for STACK_OF(X509_CRL) manipulation
| * | Add wrappers for STACK_OF(X509_CRL) manipulationMichael Schlenker2015-04-031-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-docsPaul Kehrer2015-04-031-2/+4
|\ \ | | | | | | Attempt to explain MultiFernet better.
| * | Attempt to explain MultiFernet better.Terry Chia2015-03-261-2/+4
| | |
* | | Merge pull request #1812 from reaperhulk/asn1-bitstringAlex Gaynor2015-04-031-0/+4
|\ \ \ | | | | | | | | add some ASN1_BIT_STRING bindings for OpenSSL
| * | | add some ASN1_BIT_STRING bindings for OpenSSLPaul Kehrer2015-04-021-0/+4
| |/ /
* | | Merge pull request #1813 from reaperhulk/add-keyusage-vectorAlex Gaynor2015-04-032-0/+20
|\ \ \ | | | | | | | | add key usage vector with all 9 purposes set to true
| * | | add key usage vector with all 9 purposes set to truePaul Kehrer2015-04-022-0/+20
| |/ /
* | | Merge pull request #1815 from reaperhulk/extkeyusage-reprAlex Gaynor2015-04-032-0/+14
|\ \ \ | |/ / |/| | add extendedkeyusage repr
| * | add extendedkeyusage reprPaul Kehrer2015-04-022-0/+14
|/ /
* | Merge pull request #1802 from reaperhulk/x509-keyusageAlex Gaynor2015-04-023-0/+241
|\ \ | | | | | | add KeyUsage extension
| * | update doc languagePaul Kehrer2015-04-011-23/+22
| | |
| * | remove extra blank linePaul Kehrer2015-03-311-1/+0
| | |
| * | add keyusage extensionPaul Kehrer2015-03-313-0/+243
|/ /
* | Merge pull request #1808 from reaperhulk/x509-extkeyusageAlex Gaynor2015-03-313-0/+45
|\ \ | | | | | | add extendedkeyusage extension
| * | add extendedkeyusage extensionPaul Kehrer2015-03-313-0/+45
|/ /
* | Merge pull request #1807 from reaperhulk/fix-ecrypt-linkAlex Gaynor2015-03-313-3/+3
|\ \ | | | | | | update ecrypt link in docs
| * | update ecrypt link in docsPaul Kehrer2015-03-303-3/+3
| | |
* | | Merge pull request #1806 from reaperhulk/eku-oidsAlex Gaynor2015-03-312-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.12Paul Kehrer2015-03-302-0/+48
| |/ /
* | | Merge pull request #1805 from alex/more-wordsPaul Kehrer2015-03-301-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 #1785Alex Gaynor2015-03-301-0/+3
|/ /
* | Merge pull request #1799 from reaperhulk/san-csr-vectorAlex Gaynor2015-03-303-0/+21
|\ \ | | | | | | add SAN CSR vectors
| * | add SAN CSR vectorsPaul Kehrer2015-03-303-0/+21
| | |
* | | Merge pull request #1801 from reaperhulk/x509-request-derAlex Gaynor2015-03-308-21/+104
|\ \ \ | |/ / |/| | X509 request DER parsing
| * | add load_der_x509_csr to support loading DER encoded CSRsPaul Kehrer2015-03-308-21/+104
|/ /
* | Merge pull request #1800 from reaperhulk/der-csr-vectorsAlex Gaynor2015-03-306-10/+10
|\ \ | | | | | | add DER CSR vectors
| * | add DER CSR vectorsPaul Kehrer2015-03-306-10/+10
|/ /
* | Merge pull request #1798 from alex/py26-warnPaul Kehrer2015-03-302-0/+14
|\ \ | | | | | | Emit a warning on Python 2.6
| * | Added a changelog entryAlex Gaynor2015-03-291-0/+4
| | |