aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move cryptography.exceptions.InvalidToken to cryptography.hazmat.primitives.t...Steven Buss2015-04-134-4/+20
* free the bit stringPaul Kehrer2015-04-122-0/+4
* keyusage support in the OpenSSL backendPaul Kehrer2015-04-121-9/+28
* Merge pull request #1814 from reaperhulk/keyusage-reprAlex Gaynor2015-04-121-0/+17
|\
| * add repr to KeyUsagePaul Kehrer2015-04-021-0/+17
* | 0!r timePaul Kehrer2015-04-111-1/+1
* | let's make that repr actually goodPaul Kehrer2015-04-111-1/+1
* | add repr for x509 namesPaul Kehrer2015-04-111-0/+3
* | 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-101-5/+1
* | free the ASN1_OCTET_STRING instancePaul Kehrer2015-04-101-0/+3
* | add subjectkeyidentifier supportPaul Kehrer2015-04-102-0/+38
* | Merge pull request #1727 from public/dh-key-iface-2015Paul Kehrer2015-04-091-12/+77
|\ \
| * | DH key interfacesAlex Stapleton2015-04-051-12/+77
* | | after closer review, it would appear that PKCS7_NOSMIMECAP was added in 0.9.6...Mahmoud Hashemi2015-04-081-16/+3
* | | remove stray PKCS7_encrypt arg 'certs'Mahmoud Hashemi2015-04-081-1/+1
* | | PKCS7 signature, encryption and serialization bindings.Mark Williams2015-04-082-1/+44
* | | Merge pull request #1826 from reaperhulk/x509-extension-oidsAlex Gaynor2015-04-041-2/+32
|\ \ \
| * | | add the remaining extension OIDsPaul Kehrer2015-04-041-2/+32
* | | | 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 bindingsMichael Schlenker2015-04-031-0/+11
* | | | Add wrappers for STACK_OF(X509_CRL) manipulationMichael Schlenker2015-04-031-0/+6
|/ / /
* | | Merge pull request #1812 from reaperhulk/asn1-bitstringAlex Gaynor2015-04-031-0/+4
|\ \ \
| * | | add some ASN1_BIT_STRING bindings for OpenSSLPaul Kehrer2015-04-021-0/+4
| | |/ | |/|
* / | add extendedkeyusage reprPaul Kehrer2015-04-021-0/+3
|/ /
* | remove extra blank linePaul Kehrer2015-03-311-1/+0
* | add keyusage extensionPaul Kehrer2015-03-311-0/+48
* | add extendedkeyusage extensionPaul Kehrer2015-03-311-0/+17
* | support the EKU OIDs specified in RFC 5280 section 4.2.1.12Paul Kehrer2015-03-301-0/+15
* | add load_der_x509_csr to support loading DER encoded CSRsPaul Kehrer2015-03-304-0/+29
* | Emit a warning on Python 2.6Alex Gaynor2015-03-291-0/+10
* | Merge pull request #1796 from rev112/minor_refactoringsPaul Kehrer2015-03-293-15/+15
|\ \
| * | Rename 'type' variable which shadows built-in name 'type'Anton Ovchinnikov2015-03-291-12/+12
| * | Rename lambda argumentAnton Ovchinnikov2015-03-291-1/+1
| * | Simplify chained comparisonAnton Ovchinnikov2015-03-291-1/+1
| * | Remove redundant parenthesesAnton Ovchinnikov2015-03-291-1/+1
* | | rename to CertificateSigningRequestPaul Kehrer2015-03-293-5/+7
* | | address some review commentsPaul Kehrer2015-03-291-3/+1
* | | rename request to CSRPaul Kehrer2015-03-295-12/+12
* | | basic support for parsing x509 requestsPaul Kehrer2015-03-296-2/+89
|/ /
* / basicConstraints support for OpenSSL X509 backendPaul Kehrer2015-03-282-4/+46
|/
* add x509 extensions class and basic tests (no extensions supported)Paul Kehrer2015-03-282-0/+64
* allow zero value bn using _bn_to_int in the openssl backendPaul Kehrer2015-03-251-1/+2
* DohAlex Gaynor2015-03-242-2/+2
* Fixes #1776 -- ensure that we only init bindings once per processAlex Gaynor2015-03-242-12/+20
* Merge pull request #1774 from chelseawinfree/im_confidentAlex Gaynor2015-03-243-188/+183
|\
| * Added lines at end of file and adjusted parensChellygel2015-03-233-6/+6
| * Moved OpenSSL engine into standalone c and h filesChellygel2015-03-233-188/+183
* | Merge pull request #1768 from reaperhulk/basic-constraintsAlex Gaynor2015-03-231-0/+54
|\ \