aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* removed verify(), various small fixesErik Trauschke2015-05-282-20/+4
|
* doc fixes, rename rekoked -> revoked_certificatesErik Trauschke2015-05-272-4/+4
|
* add bindings and interfaces for CRL objectsErik Trauschke2015-05-275-3/+268
|
* Merge pull request #1984 from AndreLouisCaron/cert-encodingPaul Kehrer2015-05-195-0/+113
|\ | | | | Adds certificate encoding to PEM and DER.
| * Removes useless pass statement.Andre Caron2015-05-191-1/+0
| |
| * Adds missing docstring.Andre Caron2015-05-191-0/+3
| |
| * Adds certificate encoding to PEM and DER.Andre Caron2015-05-195-0/+111
|/
* Merge pull request #1983 from glyph/correct-structsPaul Kehrer2015-05-191-6/+4
|\ | | | | put the 'version' field into the 'SSL' struct where it belongs; make SSL_CTX opaque.
| * ssl_st is _not_ SSL_CTX, sorryGlyph2015-05-191-6/+4
|/
* Merge pull request #1959 from reaperhulk/idna2003-testAlex Gaynor2015-05-195-1/+35
|\ | | | | IDNA 2003 test
| * require idna 2.0 or better because it's betterPaul Kehrer2015-05-181-1/+1
| |
| * add test to confirm IDNA2003 is disallowedPaul Kehrer2015-05-182-0/+14
| | | | | | | | document that this is a possible exception
| * add SAN vector with IDNA 2003 encodingPaul Kehrer2015-05-182-0/+20
| |
* | Merge pull request #1978 from AndreLouisCaron/asn1-time-bindingPaul Kehrer2015-05-181-0/+1
|\ \ | | | | | | Adds ASN1 time binding for OpenSSL.
| * | 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
|\ \ \ | |_|/ |/| | Adds OpenSSL bindings for AIA extension.
| * | 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
| |/
* | Merge pull request #1963 from AndreLouisCaron/csr-encodingAlex Gaynor2015-05-185-2/+125
|\ \ | | | | | | Adds support for writing CSRs.
| * | Adds public bytes comparison test.Andre Caron2015-05-181-0/+24
| | |
| * | Renames test cases.Andre Caron2015-05-181-3/+3
| | |
| * | Adds release note.Andre Caron2015-05-181-0/+4
| | |
| * | Removes PEM text prelude for CSRs.Andre Caron2015-05-181-3/+0
| | |
| * | Adds support for writing CSRs.Andre Caron2015-05-184-2/+100
| | |
* | | Merge pull request #1889 from alex/macstadium-travisPaul Kehrer2015-05-182-6/+22
|\ \ \ | | | | | | | | Opt in to travis's new OS X infrastructure which should be faster
| * | | Don't try to upgrade brew packages if they are at the latest versionAlex Gaynor2015-05-181-5/+5
| | | |
| * | | Use xcode 6.3, so tests will passAlex Gaynor2015-05-181-13/+13
| | | |
| * | | Merge branch 'master' into macstadium-travisAlex Gaynor2015-05-1812-301/+765
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1977 from pyca/alex-patch-1Paul Kehrer2015-05-181-1/+1
|\ \ \ \ | |_|_|/ |/| | | Retry brew update if it fails
| * | | Retry brew update if it failsAlex Gaynor2015-05-181-1/+1
|/ / /
* | | Merge pull request #1976 from reaperhulk/ocsp-no-checkAlex Gaynor2015-05-182-0/+22
|\ \ \ | |_|/ |/| | add ocsp no check
| * | add ocsp no checkPaul Kehrer2015-05-182-0/+22
|/ /
* | Merge pull request #1972 from reaperhulk/expand-ipaddressAlex Gaynor2015-05-173-5/+19
|\ \ | | | | | | IPAddress needs to support networks for nameconstraints
| * | IPAddress needs to support networks for nameconstraintsPaul Kehrer2015-05-173-5/+19
| | |
* | | Merge pull request #1966 from AndreLouisCaron/csr-extensionsPaul Kehrer2015-05-173-0/+96
|\ \ \ | |/ / |/| | Adds support for CSR extensions
| * | Adds support for CSR extensions.Andre Caron2015-05-173-0/+96
|/ /
* | Merge pull request #1968 from reaperhulk/ext-eqAlex Gaynor2015-05-172-0/+40
|\ \ | | | | | | x509 extension equality
| * | x509 extension equalityPaul Kehrer2015-05-172-0/+40
| | |
* | | Merge pull request #1967 from reaperhulk/csr-bcAlex Gaynor2015-05-172-0/+67
|\ \ \ | |/ / |/| | Adds new CSR test vector
| * | Adds new CSR test vector.Andre Caron2015-05-162-0/+67
| | |
* | | Merge pull request #1964 from AndreLouisCaron/authorsAlex Gaynor2015-05-161-0/+1
|\| | | | | | | | Adding myself to the authors file.
| * | Adding myself to the authors file.Andre Caron2015-05-161-0/+1
|/ /
* | Merge pull request #1961 from AndreLouisCaron/refactor-openssl-extensionsPaul Kehrer2015-05-161-295/+309
|\ \ | | | | | | Prepares X509 decoding functions for more CA functionality.
| * | Prepares X509 decoding functions for more CA functionality.Andre Caron2015-05-151-295/+309
| | | | | | | | | | | | | | | | | | | | | | | | | | | Most of the existing `_build_*()` methods will need to be reused for CSR extensions, so it is more convenient to have them as free functinos. Since we will need to add the reverse functions, it is convenient to rename the `_build_*()` methods to `_decode_*()`. The reverse functions will be named `_encode_*()`.
* | | Merge pull request #1962 from AndreLouisCaron/csr-test-vectorsAlex Gaynor2015-05-164-0/+204
|\ \ \ | |/ / |/| | Adds test vectors for X.509 CSR decoding.
| * | Moves CSR test vectors to requests folder.Andre Caron2015-05-164-3/+3
| | |
| * | Fixes critical flag in CSR test vector.Andre Caron2015-05-161-48/+48
| | |
| * | Moves new CSR vector descriptions to CSR section.Andre Caron2015-05-161-10/+10
| | |