aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add DeprecatedIn09Steven Buss2015-04-131-0/+1
|
* Update docsSteven Buss2015-04-132-10/+9
|
* Move cryptography.exceptions.InvalidToken to ↵Steven Buss2015-04-136-6/+24
| | | | cryptography.hazmat.primitives.twofactor
* Merge pull request #1839 from alex/decode-rfc-docsPaul Kehrer2015-04-131-0/+2
|\ | | | | Document that decode_rfc6979_signature raises ValueError
| * Simpler languageAlex Gaynor2015-04-131-1/+1
| |
| * Removed a confusing sentenceAlex Gaynor2015-04-131-2/+1
| |
| * Document that decode_rfc6979_signature raises ValueErrorAlex Gaynor2015-04-131-0/+3
| |
* | Merge pull request #1840 from alex/simplify-setupPaul Kehrer2015-04-131-6/+3
|\ \ | | | | | | Simplify setup.py slightly
| * | Simplify setup.py slightlyAlex Gaynor2015-04-131-6/+3
| |/
* | Merge pull request #1785 from reaperhulk/travis-docker-experimentAlex Gaynor2015-04-133-101/+129
|\ \ | |/ |/| try out some new beta docker travis features
| * oh right we need pypy tooPaul Kehrer2015-04-131-0/+10
| |
| * try out some new beta docker travis featuresPaul Kehrer2015-04-133-101/+119
|/
* Merge pull request #1822 from reaperhulk/x509-keyusage-osslAlex Gaynor2015-04-124-9/+93
|\ | | | | keyusage support in the OpenSSL backend
| * free the bit stringPaul Kehrer2015-04-122-0/+4
| |
| * keyusage support in the OpenSSL backendPaul Kehrer2015-04-123-9/+89
|/
* Merge pull request #1814 from reaperhulk/keyusage-reprAlex Gaynor2015-04-122-0/+55
|\ | | | | add repr to KeyUsage
| * add repr to KeyUsagePaul Kehrer2015-04-022-0/+55
| |
* | Merge pull request #1833 from reaperhulk/x509-name-reprAlex Gaynor2015-04-122-0/+16
|\ \ | | | | | | add repr for x509 names
| * | 0!r timePaul Kehrer2015-04-111-1/+1
| | |
| * | let's make that repr actually goodPaul Kehrer2015-04-112-4/+5
| | |
| * | add repr for x509 namesPaul Kehrer2015-04-112-0/+15
|/ /
* | Merge pull request #1823 from reaperhulk/x509-skiAlex Gaynor2015-04-114-0/+130
|\ \ | | | | | | add subjectkeyidentifier support
| * | unused import I left in as a test. Yeah, that's why...Paul Kehrer2015-04-111-1/+0
| | |
| * | 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 #1832 from reaperhulk/port-082Alex Gaynor2015-04-101-0/+6
|\ \ \ | |/ / |/| | port 0.8.2 changelog to master
| * | port 0.8.2 changelog to masterPaul Kehrer2015-04-101-0/+6
| | |
* | | 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