Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nuke trailing whitespace | Benjamin Peterson | 2015-10-12 | 1 | -1/+1 |
| | |||||
* | use :returns: and put annotation in the correct place | Benjamin Peterson | 2015-10-12 | 1 | -2/+2 |
| | |||||
* | Indicate the return type of CertificateBuilder.sign | Benjamin Peterson | 2015-10-12 | 1 | -0/+2 |
| | |||||
* | Merge pull request #2409 from simo5/InvalidECfix | Alex Gaynor | 2015-10-12 | 2 | -2/+35 |
|\ | | | | | Catch Invalid X or Y points and raise a ValueError | ||||
| * | Catch Invalid X or Y points and raise a ValueError | Simo Sorce | 2015-10-12 | 2 | -2/+35 |
| | | | | | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | | Merge pull request #2408 from reaperhulk/docs-docs-docs | Alex Gaynor | 2015-10-12 | 2 | -5/+17 |
|\ \ | |/ |/| | add some links to public key loading in the RSA/DSA verification sections | ||||
| * | address review comments | Paul Kehrer | 2015-10-12 | 2 | -3/+7 |
| | | |||||
| * | add some links to public key loading in the RSA/DSA verification sections | Paul Kehrer | 2015-10-12 | 2 | -5/+13 |
|/ | |||||
* | Merge pull request #2406 from reaperhulk/update-docs-openssl-builder | Alex Gaynor | 2015-10-11 | 1 | -3/+4 |
|\ | | | | | update docs to point at newer, fancier openssl builder | ||||
| * | update docs to point at newer, fancier openssl builder | Paul Kehrer | 2015-10-11 | 1 | -3/+4 |
| | | |||||
* | | Merge pull request #2403 from ddcc/patch-2 | Donald Stufft | 2015-10-11 | 2 | -0/+4 |
|\ \ | | | | | | | add shebang for setup.py scripts | ||||
| * | | add shebang for setup.py scripts | Dominic Chen | 2015-10-10 | 2 | -0/+4 |
| |/ | |||||
* | | Merge pull request #2402 from ddcc/patch-1 | Paul Kehrer | 2015-10-11 | 6 | -2/+118 |
|\ \ | | | | | | | minor fix to handle malformed certificates without hostname | ||||
| * | | add 'hostname' to spellcheck dictionary | Dominic Chen | 2015-10-10 | 1 | -0/+1 |
| | | | |||||
| * | | fix to handle malformed certificates without hostname | Dominic Chen | 2015-10-10 | 5 | -2/+117 |
| |/ | |||||
* | | Merge pull request #2405 from alex/unkonwn-public-key | Paul Kehrer | 2015-10-11 | 4 | -1/+50 |
|\ \ | |/ |/| | Fixed #2404 -- handle a certificate with an unknown public key | ||||
| * | typo | Alex Gaynor | 2015-10-11 | 1 | -1/+1 |
| | | |||||
| * | handle errors | Alex Gaynor | 2015-10-10 | 1 | -0/+2 |
| | | |||||
| * | Fixed #2404 -- handle a certificate with an unknown public key | Alex Gaynor | 2015-10-10 | 4 | -1/+48 |
| | | |||||
* | | Merge pull request #2401 from reaperhulk/drop-py3-mac-098 | Donald Stufft | 2015-10-09 | 1 | -12/+0 |
|\ \ | |/ |/| | remove py3 mac 0.9.8 jobs from travis | ||||
| * | remove py3 mac 0.9.8 jobs from travis | Paul Kehrer | 2015-10-08 | 1 | -12/+0 |
|/ | | | | | | | pyenv now compiles against homebrew and this makes it difficult to link against the system openssl. You should be using homebrew or macports to get a recent OpenSSL anyway (and we continue to test it against system Python for now) | ||||
* | Merge pull request #1882 from simo5/KEX | Paul Kehrer | 2015-10-07 | 3 | -0/+42 |
|\ | | | | | Add Key Exchange Agreement Interface | ||||
| * | Introduce Key Exchange Agreements interface | Simo Sorce | 2015-10-07 | 3 | -0/+42 |
| | | | | | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | | Merge pull request #2396 from reaperhulk/unpin-pytest | Alex Gaynor | 2015-10-07 | 3 | -3/+3 |
|\ \ | |/ |/| | unpin pytest now that 2.8.2 is released | ||||
| * | unpin pytest now that 2.8.2 is released | Paul Kehrer | 2015-10-07 | 3 | -3/+3 |
|/ | |||||
* | Merge pull request #2395 from Lukasa/static-build-docs | Paul Kehrer | 2015-10-07 | 2 | -0/+56 |
|\ | | | | | Document building static wheels on Linux. | ||||
| * | 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 |
| | | |