aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* typoAlex Gaynor2015-10-111-1/+1
|
* handle errorsAlex Gaynor2015-10-101-0/+2
|
* Fixed #2404 -- handle a certificate with an unknown public keyAlex Gaynor2015-10-104-1/+48
|
* Merge pull request #1882 from simo5/KEXPaul Kehrer2015-10-073-0/+42
|\ | | | | Add Key Exchange Agreement Interface
| * Introduce Key Exchange Agreements interfaceSimo Sorce2015-10-073-0/+42
| | | | | | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* | Merge pull request #2396 from reaperhulk/unpin-pytestAlex Gaynor2015-10-073-3/+3
|\ \ | |/ |/| unpin pytest now that 2.8.2 is released
| * unpin pytest now that 2.8.2 is releasedPaul Kehrer2015-10-073-3/+3
|/
* Merge pull request #2395 from Lukasa/static-build-docsPaul Kehrer2015-10-072-0/+56
|\ | | | | Document building static wheels on Linux.
| * FIPS is a real word!Cory Benfield2015-10-071-0/+1
| |
| * Missing OpenSSL.org link.Cory Benfield2015-10-071-0/+1
| |
| * Don't accidentally use out-of-date OpenSSLs.Cory Benfield2015-10-071-4/+5
| |
| * Move link to bottom of docs page.Cory Benfield2015-10-071-2/+1
| |
| * Document building static wheels on Linux.Cory Benfield2015-10-071-0/+54
|/
* Merge pull request #2393 from Ayrx/add-missing-licensePaul Kehrer2015-10-031-0/+4
|\ | | | | Add missing license header.
| * Add missing license header.Terry Chia2015-10-031-0/+4
| |
* | Merge pull request #2392 from alex/drop-tlsPaul Kehrer2015-10-031-1/+1
|\ \ | |/ |/| drop the tls, it uses a weird CA that's not supported on our CI
| * drop the tls, it uses a weird CA that's not supported on our CIAlex Gaynor2015-10-021-1/+1
| |
* | Merge pull request #2388 from reaperhulk/docs-testingAlex Gaynor2015-10-022-15/+10
|\ \ | | | | | | Doc update for test matrix + OS X install
| * | add a wordPaul Kehrer2015-10-021-0/+1
| | |
| * | simplify installation docs on OS X now that we have cffi wheelsPaul Kehrer2015-10-011-7/+1
| | |
| * | update our docs for the testing matrix to be accuratePaul Kehrer2015-10-011-8/+8
| | |
* | | Merge pull request #2390 from reaperhulk/x509-docs-fixAlex Gaynor2015-10-021-5/+4
|\ \ \ | |_|/ |/| | document the extension type requirement a bit better
| * | document the extension type requirement a bit betterPaul Kehrer2015-10-021-5/+4
| | |
* | | Merge pull request #2391 from reaperhulk/hypothesis-fixesAlex Gaynor2015-10-023-3/+0
|\ \ \ | |/ / |/| | hypothesis-pytest is no longer a required package
| * | hypothesis-pytest is no longer a required packagePaul Kehrer2015-10-023-3/+0
|/ /
* | Merge pull request #1773 from Ayrx/hypothesisPaul Kehrer2015-10-026-1/+24
|\ \ | | | | | | Property based testing with Hypothesis
| * | Move hypothesis tests to the subfolder.Terry Chia2015-10-022-0/+5
| | |
| * | Remove unused import.Terry Chia2015-09-301-2/+0
| | |
| * | Remove unneeded line.Terry Chia2015-09-301-3/+0
| | |
| * | Address comments.Terry Chia2015-09-302-5/+4
| | |
| * | Use correct import.Terry Chia2015-09-271-1/+1
| | |
| * | Pin version of hypothesis above 1.11.4.Terry Chia2015-09-272-23/+5
| | |
| * | == should be !=.Terry Chia2015-09-261-1/+1
| | |
| * | Add hypothesis test for Fernet.Terry Chia2015-09-261-0/+12
| | |
| * | Fix .gitignore.Terry Chia2015-09-261-1/+1
| | |
| * | Add plumbing for hypothesis.Terry Chia2015-09-264-1/+31
| | |
* | | Merge pull request #2389 from alex/https-some-linksPaul Kehrer2015-10-024-6/+6
|\ \ \ | | | | | | | | HTTPS-ifiy to some links
| * | | a few more fixesAlex Gaynor2015-10-022-3/+3
| | | |
| * | | HTTPS-ifiy to some linksAlex Gaynor2015-10-023-3/+3
|/ / /
* | | Merge pull request #2386 from mdjunior/masterPaul Kehrer2015-10-012-1/+25
|\ \ \ | | | | | | | | Handling path_length when ca is True
| * | | test build ca request with path_length Nonevicente.fiebig2015-10-011-0/+24
| | | |
| * | | Change '!=' to 'is not'Manoel Domingues Junior2015-10-011-1/+1
| | | |
| * | | Handling path_length when ca is TrueManoel Domingues Junior2015-10-011-1/+1
|/ / / | | | | | | | | | | | | | | | Using CertificateBuilder: builder = builder.add_extension(x509.BasicConstraints(ca=True,path_length=None), critical=True) return TypeError in line 792 because None can't be converted to hex. In https://tools.ietf.org/html/rfc5280.html#section-4.2.1.9: CAs MUST NOT include the pathLenConstraint field unless the cA boolean is asserted and the key usage extension asserts the keyCertSign bit.
* | | Merge pull request #2385 from alex/use-signaturePaul Kehrer2015-09-291-4/+10
|\ \ \ | |_|/ |/| | use signature so stuff works on 3.6 -- fixes #2382
| * | flake8Alex Gaynor2015-09-291-0/+1
| | |
| * | sigh, fixAlex Gaynor2015-09-291-1/+1
| | |
| * | use signature so stuff works on 3.6 -- fixes #2382Alex Gaynor2015-09-291-3/+8
|/ /
* | Merge pull request #2380 from reaperhulk/port-102-changelogAlex Gaynor2015-09-271-0/+11
|\ \ | | | | | | port 1.0.2 changelog to master
| * | port 1.0.2 changelog to masterPaul Kehrer2015-09-261-0/+11
|/ /
* | Merge pull request #2377 from alex/internal-errorPaul Kehrer2015-09-267-63/+23
|\ \ | | | | | | Use InternalError for stuff