Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add --no-use-wheel when building static wheels. | Cory Benfield | 2015-10-18 | 1 | -1/+1 |
| | |||||
* | FIPS is a real word! | Cory Benfield | 2015-10-07 | 1 | -0/+1 |
| | |||||
* | Missing OpenSSL.org link. | Cory Benfield | 2015-10-07 | 1 | -0/+1 |
| | |||||
* | Don't accidentally use out-of-date OpenSSLs. | Cory Benfield | 2015-10-07 | 1 | -4/+5 |
| | |||||
* | Move link to bottom of docs page. | Cory Benfield | 2015-10-07 | 1 | -2/+1 |
| | |||||
* | Document building static wheels on Linux. | Cory Benfield | 2015-10-07 | 1 | -0/+54 |
| | |||||
* | Merge pull request #2393 from Ayrx/add-missing-license | Paul Kehrer | 2015-10-03 | 1 | -0/+4 |
|\ | | | | | Add missing license header. | ||||
| * | Add missing license header. | Terry Chia | 2015-10-03 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #2392 from alex/drop-tls | Paul Kehrer | 2015-10-03 | 1 | -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 CI | Alex Gaynor | 2015-10-02 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2388 from reaperhulk/docs-testing | Alex Gaynor | 2015-10-02 | 2 | -15/+10 |
|\ \ | | | | | | | Doc update for test matrix + OS X install | ||||
| * | | add a word | Paul Kehrer | 2015-10-02 | 1 | -0/+1 |
| | | | |||||
| * | | simplify installation docs on OS X now that we have cffi wheels | Paul Kehrer | 2015-10-01 | 1 | -7/+1 |
| | | | |||||
| * | | update our docs for the testing matrix to be accurate | Paul Kehrer | 2015-10-01 | 1 | -8/+8 |
| | | | |||||
* | | | Merge pull request #2390 from reaperhulk/x509-docs-fix | Alex Gaynor | 2015-10-02 | 1 | -5/+4 |
|\ \ \ | |_|/ |/| | | document the extension type requirement a bit better | ||||
| * | | document the extension type requirement a bit better | Paul Kehrer | 2015-10-02 | 1 | -5/+4 |
| | | | |||||
* | | | Merge pull request #2391 from reaperhulk/hypothesis-fixes | Alex Gaynor | 2015-10-02 | 3 | -3/+0 |
|\ \ \ | |/ / |/| | | hypothesis-pytest is no longer a required package | ||||
| * | | hypothesis-pytest is no longer a required package | Paul Kehrer | 2015-10-02 | 3 | -3/+0 |
|/ / | |||||
* | | Merge pull request #1773 from Ayrx/hypothesis | Paul Kehrer | 2015-10-02 | 6 | -1/+24 |
|\ \ | | | | | | | Property based testing with Hypothesis | ||||
| * | | Move hypothesis tests to the subfolder. | Terry Chia | 2015-10-02 | 2 | -0/+5 |
| | | | |||||
| * | | Remove unused import. | Terry Chia | 2015-09-30 | 1 | -2/+0 |
| | | | |||||
| * | | Remove unneeded line. | Terry Chia | 2015-09-30 | 1 | -3/+0 |
| | | | |||||
| * | | Address comments. | Terry Chia | 2015-09-30 | 2 | -5/+4 |
| | | | |||||
| * | | Use correct import. | Terry Chia | 2015-09-27 | 1 | -1/+1 |
| | | | |||||
| * | | Pin version of hypothesis above 1.11.4. | Terry Chia | 2015-09-27 | 2 | -23/+5 |
| | | | |||||
| * | | == should be !=. | Terry Chia | 2015-09-26 | 1 | -1/+1 |
| | | | |||||
| * | | Add hypothesis test for Fernet. | Terry Chia | 2015-09-26 | 1 | -0/+12 |
| | | | |||||
| * | | Fix .gitignore. | Terry Chia | 2015-09-26 | 1 | -1/+1 |
| | | | |||||
| * | | Add plumbing for hypothesis. | Terry Chia | 2015-09-26 | 4 | -1/+31 |
| | | | |||||
* | | | Merge pull request #2389 from alex/https-some-links | Paul Kehrer | 2015-10-02 | 4 | -6/+6 |
|\ \ \ | | | | | | | | | HTTPS-ifiy to some links | ||||
| * | | | a few more fixes | Alex Gaynor | 2015-10-02 | 2 | -3/+3 |
| | | | | |||||
| * | | | HTTPS-ifiy to some links | Alex Gaynor | 2015-10-02 | 3 | -3/+3 |
|/ / / | |||||
* | | | Merge pull request #2386 from mdjunior/master | Paul Kehrer | 2015-10-01 | 2 | -1/+25 |
|\ \ \ | | | | | | | | | Handling path_length when ca is True | ||||
| * | | | test build ca request with path_length None | vicente.fiebig | 2015-10-01 | 1 | -0/+24 |
| | | | | |||||
| * | | | Change '!=' to 'is not' | Manoel Domingues Junior | 2015-10-01 | 1 | -1/+1 |
| | | | | |||||
| * | | | Handling path_length when ca is True | Manoel Domingues Junior | 2015-10-01 | 1 | -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-signature | Paul Kehrer | 2015-09-29 | 1 | -4/+10 |
|\ \ \ | |_|/ |/| | | use signature so stuff works on 3.6 -- fixes #2382 | ||||
| * | | flake8 | Alex Gaynor | 2015-09-29 | 1 | -0/+1 |
| | | | |||||
| * | | sigh, fix | Alex Gaynor | 2015-09-29 | 1 | -1/+1 |
| | | | |||||
| * | | use signature so stuff works on 3.6 -- fixes #2382 | Alex Gaynor | 2015-09-29 | 1 | -3/+8 |
|/ / | |||||
* | | Merge pull request #2380 from reaperhulk/port-102-changelog | Alex Gaynor | 2015-09-27 | 1 | -0/+11 |
|\ \ | | | | | | | port 1.0.2 changelog to master | ||||
| * | | port 1.0.2 changelog to master | Paul Kehrer | 2015-09-26 | 1 | -0/+11 |
|/ / | |||||
* | | Merge pull request #2377 from alex/internal-error | Paul Kehrer | 2015-09-26 | 7 | -63/+23 |
|\ \ | | | | | | | Use InternalError for stuff | ||||
| * | | unused import | Alex Gaynor | 2015-09-26 | 1 | -3/+1 |
| | | | |||||
| * | | Use InternalError for stuff | Alex Gaynor | 2015-09-26 | 7 | -60/+22 |
|/ / | |||||
* | | Merge pull request #2375 from alex/assert-in-binding | Paul Kehrer | 2015-09-26 | 3 | -38/+50 |
|\ \ | | | | | | | Convert asserts in bindings as well | ||||
| * | | fix the tests | Alex Gaynor | 2015-09-26 | 2 | -5/+6 |
| | | | |||||
| * | | flake8 it | Alex Gaynor | 2015-09-26 | 1 | -6/+4 |
| | | | |||||
| * | | Convert asserts in bindings as well | Alex Gaynor | 2015-09-26 | 2 | -36/+49 |
|/ / | |||||
* | | Merge pull request #2374 from alex/rename | Paul Kehrer | 2015-09-26 | 1 | -0/+0 |
|\ \ | | | | | | | rename this file for consistency |