aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1939 from reaperhulk/tox-updateAlex Gaynor2015-05-121-0/+1
|\ \ | |/ |/| pass through the env vars we need in tox for alternate OpenSSL builds
| * pass through the env vars we need in tox for alternate OpenSSL buildsPaul Kehrer2015-05-121-0/+1
|/ | | | | | INCLUDE and LIB are used in windows ARCHFLAGS CFLAGS LDFLAGS are used on OS X CFLAGS LDFLAGS LD_LIBRARY_PATH are used on linux
* Merge pull request #1933 from reaperhulk/asn1int-to-intAlex Gaynor2015-05-121-16/+12
|\ | | | | asn1 integer to python integer helper function
| * asn1 integer to python integer helper functionPaul Kehrer2015-05-121-16/+12
|/
* Merge pull request #1932 from reaperhulk/cp-bindingsAlex Gaynor2015-05-121-0/+32
|\ | | | | some bindings for certificate policies support in openssl
| * 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
| |
* | Merge pull request #1931 from reaperhulk/aki-eqAlex Gaynor2015-05-122-0/+43
|\ \ | | | | | | add eq/ne methods for AuthorityKeyIdentifier
| * | add eq/ne methods for AuthorityKeyIdentifierPaul Kehrer2015-05-122-0/+43
| |/
* | Merge pull request #1929 from reaperhulk/x509-docsAlex Gaynor2015-05-121-0/+34
|\ \ | |/ |/| add OID information about all supported extensions
| * add OID information about all supported extensionsPaul Kehrer2015-05-121-0/+34
|/
* Merge pull request #1928 from reaperhulk/cp-eqAlex Gaynor2015-05-122-0/+123
|\ | | | | add eq/ne methods for all certificate policies classes
| * add eq/ne methods for all certificate policies classesPaul Kehrer2015-05-112-0/+123
|/
* Merge pull request #1853 from reaperhulk/certificate-policiesAlex Gaynor2015-05-113-0/+302
|\ | | | | certificate policies extension support
| * alter the repr a bit, pass unicode everywherePaul Kehrer2015-05-112-12/+25
| |
| * use !r for explicit_text in NoticeReference reprPaul Kehrer2015-05-112-4/+4
| |
| * update docsPaul Kehrer2015-05-111-1/+5
| |
| * remove policyqualifierinfo objectPaul Kehrer2015-05-103-93/+37
| |
| * expand docsPaul Kehrer2015-05-101-3/+47
| |
| * add some docsPaul Kehrer2015-05-101-0/+63
| |
| * use list comprehension syntax to make this cleanerPaul Kehrer2015-05-101-5/+3
| |
| * certificate policies extension supportPaul Kehrer2015-05-102-0/+236
| | | | | | | | Adds a bunch of ancillary classes to support this.
* | Merge pull request #1926 from reaperhulk/cp-vectorsAlex Gaynor2015-05-114-0/+64
|\ \ | | | | | | add certificate policies vectors
| * | add certificate policies vectorsPaul Kehrer2015-05-114-0/+64
|/ /
* | Merge pull request #1921 from reaperhulk/x509-ossl-general-namesAlex Gaynor2015-05-101-18/+15
|\ \ | | | | | | extract some duplicate general names logic into a function
| * | extract some duplicate logic into a functionPaul Kehrer2015-05-101-18/+15
|/ /
* | Merge pull request #1919 from reaperhulk/x509-cdp-vectorsAlex Gaynor2015-05-103-0/+35
|\ \ | |/ |/| add CRL distribution points vectors
| * add CRL distribution points vectorsPaul Kehrer2015-05-103-0/+35
|/
* Merge pull request #1906 from reaperhulk/cdpAlex Gaynor2015-05-103-0/+506
|\ | | | | add CRLDistributionPoints and associated classes
| * repr tests are the worst. frozenset has diff repr on py3Paul Kehrer2015-05-101-14/+32
| |
| * fix repr testsPaul Kehrer2015-05-091-15/+8
| |
| * switch reasons to frozensetPaul Kehrer2015-05-093-40/+46
| |
| * update doc languagePaul Kehrer2015-05-091-3/+4
| |
| * separate full_name/relative_name and change reasons to an enumerationPaul Kehrer2015-05-093-195/+185
| |
| * add CRLDistributionPoints and associated classesPaul Kehrer2015-05-063-0/+498
| |
* | Merge pull request #1916 from reaperhulk/cdp-bindingsAlex Gaynor2015-05-092-0/+29
|\ \ | | | | | | add bindings for CRLDistributionPoints
| * | 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 …
| * | | add support for retreiving value of received temporary key in server key ↵Zeev Tarantov2015-05-093-1/+35
| | | | | | | | | | | | | | | | exchange message, to implement functionality like openssl's ssl_print_tmp_key
* | | | Merge pull request #1917 from reaperhulk/crl-bindingsAlex Gaynor2015-05-091-0/+3
|\ \ \ \ | | | | | | | | | | add crl bindings
| * | | | add crl bindings (courtesy @etrauschke)Paul Kehrer2015-05-091-0/+3
|/ / / /
* | | | Merge pull request #1913 from reaperhulk/secp256k1-supportAlex Gaynor2015-05-084-4/+29
|\ \ \ \ | |_|/ / |/| | | add support for secp256k1
| * | | add support for secp256k1Paul Kehrer2015-05-084-4/+29
|/ / /
* | | Merge pull request #1897 from reaperhulk/add-secp256k1-generated-vectorsAlex Gaynor2015-05-081-0/+7890
|\ \ \ | |/ / |/| | vectors generated by the custom vector generator in #1867
| * | vectors generated by the custom vector generator in #1867Paul Kehrer2015-05-031-0/+7890
| | |
* | | Merge pull request #1909 from Lukasa/x509_vfyPaul Kehrer2015-05-071-1/+15
|\ \ \ | | | | | | | | Expand out definition of X509_STORE_CTX
| * | | Cleanup definitionCory Benfield2015-05-071-5/+6
| | | |
| * | | Expand out definition of X509_STORE_CTXCory Benfield2015-05-061-1/+14
| | | |
* | | | Merge pull request #1910 from eeshangarg/add-openssl-binding-for-SSL_set_verifyAlex Gaynor2015-05-071-0/+1
|\ \ \ \ | | | | | | | | | | Add OpenSSL binding for SSL_set_verify