aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat
Commit message (Expand)AuthorAgeFilesLines
...
| * | Follow the review advice: turn URI generator into methods.Jiangge Zhang2015-06-033-27/+15
| * | Add "generate_key_uri" utility for HOTP/TOTP.Jiangge Zhang2015-05-261-0/+50
* | | Remove remaining UTCTIME variablesStanisław Pitucha2015-06-031-2/+2
* | | Adds OpenSSL binding for X509 names.Andre Caron2015-05-311-0/+2
* | | Merge pull request #1956 from etrauschke/crl_bindings_interfacesPaul Kehrer2015-05-282-0/+2
|\ \ \
| * | | add bindings and interfaces for CRL objectsErik Trauschke2015-05-272-0/+2
* | | | missing commaAlex Gaynor2015-05-261-1/+1
* | | | Bleh, these were the wrong typeAlex Gaynor2015-05-261-6/+6
* | | | Added these to the macros area as wellAlex Gaynor2015-05-261-0/+5
* | | | bleh, fixed typosAlex Gaynor2015-05-261-3/+3
* | | | Fixed #1969 -- added bindings for some more OpenSSL functionsAlex Gaynor2015-05-261-0/+9
| |/ / |/| |
* | | Add the dual license header to hazmat/backends/openssl/x509.pyEeshan Garg2015-05-241-12/+3
|/ /
* | Adds certificate encoding to PEM and DER.Andre Caron2015-05-191-0/+12
* | ssl_st is _not_ SSL_CTX, sorryGlyph2015-05-191-6/+4
|/
* Merge pull request #1978 from AndreLouisCaron/asn1-time-bindingPaul Kehrer2015-05-181-0/+1
|\
| * Removes variable names from binding.Andre Caron2015-05-181-1/+1
| * Adds ASN1 time binding for OpenSSL.Andre Caron2015-05-181-0/+1
* | Merge pull request #1979 from AndreLouisCaron/x509v3-bindingsPaul Kehrer2015-05-181-0/+6
|\ \
| * | Fixes PEP8 issues.Andre Caron2015-05-181-1/+2
| * | Removes variable names from binding.Andre Caron2015-05-181-1/+1
| * | Adds OpenSSL bindings for AIA extension.Andre Caron2015-05-181-0/+5
| |/
* | Removes PEM text prelude for CSRs.Andre Caron2015-05-181-3/+0
* | Adds support for writing CSRs.Andre Caron2015-05-181-1/+18
|/
* Adds support for CSR extensions.Andre Caron2015-05-171-0/+32
* Prepares X509 decoding functions for more CA functionality.Andre Caron2015-05-151-295/+309
* Added the bindings needed for implementing a CSR Builder. Refs #1927Alex Gaynor2015-05-142-0/+8
* deprecation dance.Paul Kehrer2015-05-134-417/+0
* Merge pull request #1920 from reaperhulk/x509-ossl-cdpAlex Gaynor2015-05-131-11/+108
|\
| * change approach for parsing CDP reason flagsPaul Kehrer2015-05-131-18/+25
| * support CRLDistributionPoints in the OpenSSL backendPaul Kehrer2015-05-131-11/+101
* | add SSL_set_tlsext_status_arg supportPaul Kehrer2015-05-131-0/+3
|/
* support certificate policies in the openssl backendPaul Kehrer2015-05-121-0/+71
* Merge pull request #1935 from reaperhulk/cp-bindings-reduxAlex Gaynor2015-05-121-3/+13
|\
| * having the right return type is helpfulPaul Kehrer2015-05-121-1/+1
| * we also need some stack manipulation macrosPaul Kehrer2015-05-121-3/+13
* | refactor asn1string->utf8 conversion into a separate functionPaul Kehrer2015-05-121-8/+12
|/
* asn1 integer to python integer helper functionPaul Kehrer2015-05-121-16/+12
* remove some names we don't need in the struct defsPaul Kehrer2015-05-121-4/+4
* some bindings for certificate policies support in opensslPaul Kehrer2015-05-121-0/+32
* extract some duplicate logic into a functionPaul Kehrer2015-05-101-18/+15
* Merge pull request #1916 from reaperhulk/cdp-bindingsAlex Gaynor2015-05-092-0/+29
|\
| * remove some things not present in 0.9.8 for nowPaul Kehrer2015-05-091-2/+2
| * add bindings for CRLDistributionPoints (courtesy @etrauschke)Paul Kehrer2015-05-092-0/+29
* | Merge pull request #1915 from zeevt/ephemeral_kex_detailsPaul Kehrer2015-05-093-1/+35
|\ \
| * | add support for retreiving value of received temporary key in server key exch...Zeev Tarantov2015-05-093-1/+35
| |/
* | add crl bindings (courtesy @etrauschke)Paul Kehrer2015-05-091-0/+3
* | add support for secp256k1Paul Kehrer2015-05-081-0/+7
|/
* Merge pull request #1909 from Lukasa/x509_vfyPaul Kehrer2015-05-071-1/+15
|\
| * Cleanup definitionCory Benfield2015-05-071-5/+6
| * Expand out definition of X509_STORE_CTXCory Benfield2015-05-061-1/+14