Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | document the extension type requirement a bit better | Paul Kehrer | 2015-10-02 | 1 | -5/+4 |
* | Merge pull request #1773 from Ayrx/hypothesis | Paul Kehrer | 2015-10-02 | 6 | -1/+24 |
|\ | |||||
| * | 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 |
|\ \ | |||||
| * | | 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 |
|\ \ | |||||
| * | | 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 |
|/ / | |||||
* | | Merge pull request #2385 from alex/use-signature | Paul Kehrer | 2015-09-29 | 1 | -4/+10 |
|\ \ | |||||
| * | | 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 | Paul Kehrer | 2015-09-26 | 1 | -0/+11 |
|/ / | |||||
* | | Merge pull request #2377 from alex/internal-error | Paul Kehrer | 2015-09-26 | 7 | -63/+23 |
|\ \ | |||||
| * | | 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 |
|\ \ | |||||
| * | | 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 | Alex Gaynor | 2015-09-26 | 1 | -0/+0 |
| |/ | |||||
* | | Merge pull request #2372 from alex/a-few-more-asserts | Paul Kehrer | 2015-09-26 | 3 | -3/+3 |
|\ \ | |/ |/| | |||||
| * | converted a few more asserts | Alex Gaynor | 2015-09-26 | 3 | -3/+3 |
|/ | |||||
* | Merge pull request #2370 from reaperhulk/asserts-begone-2 | Alex Gaynor | 2015-09-26 | 8 | -87/+90 |
|\ | |||||
| * | move two asserts much closer to call site | Paul Kehrer | 2015-09-25 | 1 | -2/+2 |
| * | convert the rest of the openssl backend to using openssl_assert | Paul Kehrer | 2015-09-25 | 8 | -87/+90 |
|/ | |||||
* | Merge pull request #2369 from alex/we-test | Paul Kehrer | 2015-09-25 | 1 | -2/+2 |
|\ | |||||
| * | Merge branch 'master' into we-test | Alex Gaynor | 2015-09-25 | 2 | -154/+178 |
| |\ | |/ |/| | |||||
* | | Merge pull request #2368 from reaperhulk/asserts-begone | Alex Gaynor | 2015-09-25 | 2 | -154/+178 |
|\ \ | |||||
| * | | add test for openssl_assert | Paul Kehrer | 2015-09-25 | 1 | -1/+6 |
| * | | remove unnecessary check | Paul Kehrer | 2015-09-25 | 1 | -1/+0 |
| * | | change some asserts back since they're not openssl specific | Paul Kehrer | 2015-09-25 | 1 | -18/+19 |
| * | | start converting asserts to a function call | Paul Kehrer | 2015-09-25 | 1 | -166/+185 |
|/ / | |||||
| * | We test on 3.5 | Alex Gaynor | 2015-09-25 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #2366 from reaperhulk/new-travis | Alex Gaynor | 2015-09-25 | 1 | -0/+8 |
|\ | |||||
| * | Merge branch 'master' into new-travis | Paul Kehrer | 2015-09-25 | 1 | -3/+4 |
| |\ | |/ |/| | |||||
* | | Merge pull request #2367 from pyca/update-security-osx | Paul Kehrer | 2015-09-25 | 1 | -3/+4 |
|\ \ |