Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1692 from reaperhulk/ibm-has-the-worst-webserver | Alex Gaynor | 2015-02-23 | 1 | -1/+1 |
|\ | | | | | remove IBM link and replace with smartbear PDF link | ||||
| * | remove IBM link and replace with smartbear PDF link | Paul Kehrer | 2015-02-23 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1691 from reaperhulk/buildtimetrend | Alex Gaynor | 2015-02-23 | 1 | -0/+2 |
|\ \ | | | | | | | add a webhook for buildtimetrend.herokuapp.com to check it out | ||||
| * | | add a webhook for buildtimetrend.herokuapp.com to check it out | Paul Kehrer | 2015-02-23 | 1 | -0/+2 |
| |/ | |||||
* | | Merge pull request #1690 from alex/simplify-travis | Paul Kehrer | 2015-02-22 | 1 | -6/+1 |
|\ \ | | | | | | | Simplified the travis install script | ||||
| * | | Simplified the travis install script | Alex Gaynor | 2015-02-22 | 1 | -6/+1 |
|/ / | |||||
* | | Merge pull request #1687 from reaperhulk/update-freebsd-ossl-version | Alex Gaynor | 2015-02-21 | 1 | -1/+1 |
|\ \ | |/ |/| | OpenSSL 1.0.1j-freebsd is what we test against with FreeBSD 10.1 | ||||
| * | OpenSSL 1.0.1j-freebsd is what we test against with FreeBSD 10.1 | Paul Kehrer | 2015-02-21 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1686 from dstufft/use-flat | Alex Gaynor | 2015-02-20 | 1 | -1/+1 |
|\ | | | | | Use the flat style to match all the other badges | ||||
| * | Use the flat style to match all the other badges | Donald Stufft | 2015-02-20 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1684 from reaperhulk/remove-freebsd92 | Alex Gaynor | 2015-02-20 | 2 | -1/+2 |
|\ | | | | | we don't test on freebsd 9.x any more | ||||
| * | note that we removed freebsd 9.2 from CI in changelog | Paul Kehrer | 2015-02-20 | 1 | -0/+1 |
| | | |||||
| * | we don't test on freebsd 9.x any more | Paul Kehrer | 2015-02-20 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1683 from alex/only-run-local-tests | Paul Kehrer | 2015-02-20 | 1 | -1/+2 |
|\ \ | |/ |/| | Tell py.test to only run the tests from the local tests dir. | ||||
| * | Tell py.test to only run the tests from the local tests dir. | Alex Gaynor | 2015-02-20 | 1 | -1/+2 |
|/ | | | | Right now if you have a virtualenv or something in the same directory it will recurse into it to run tests. | ||||
* | Merge pull request #1681 from dstufft/fix-setuppy-test | Paul Kehrer | 2015-02-20 | 1 | -0/+10 |
|\ | | | | | Pass the sys.path into the subprocess | ||||
| * | Pass the sys.path into the subprocess | Donald Stufft | 2015-02-19 | 1 | -0/+10 |
|/ | | | | | | | | | If we're running tests via ``python setup.py test`` in a clean environment then all of our dependencies are going to be installed into either the current directory or the .eggs directory. However the subprocess won't know to activate these dependencies, so we'll get it to do so by passing our entire sys.path into the subprocess via the PYTHONPATH environment variable. | ||||
* | Merge pull request #1651 from reaperhulk/x509-signature-algorithm | Alex Gaynor | 2015-02-19 | 9 | -8/+194 |
|\ | | | | | X509 certificate signature algorithm support | ||||
| * | surrender to alex's feels and name our constants consistently | Paul Kehrer | 2015-02-19 | 2 | -19/+19 |
| | | |||||
| * | address review feedback, fix short names for sig alg OIDs | Paul Kehrer | 2015-02-19 | 2 | -33/+29 |
| | | |||||
| * | attempt to clarify signature hash algorithm a bit more | Paul Kehrer | 2015-02-16 | 1 | -1/+5 |
| | | |||||
| * | try to make this a bit more clear | Paul Kehrer | 2015-02-16 | 1 | -3/+3 |
| | | |||||
| * | document vector provenance | Paul Kehrer | 2015-02-14 | 1 | -1/+3 |
| | | |||||
| * | refactor obj2txt to be a separate method | Paul Kehrer | 2015-02-14 | 1 | -15/+11 |
| | | |||||
| * | address review feedback | Paul Kehrer | 2015-02-14 | 2 | -23/+19 |
| | | |||||
| * | implement signature_hash_algorithm instead | Paul Kehrer | 2015-02-14 | 6 | -16/+55 |
| | | |||||
| * | add legacy Verisign PCA (MD2) root to vectors | Paul Kehrer | 2015-02-14 | 2 | -0/+16 |
| | | |||||
| * | add changelog entry | Paul Kehrer | 2015-02-14 | 1 | -0/+3 |
| | | |||||
| * | add support for signature_algorithm in x509.Certificate | Paul Kehrer | 2015-02-14 | 5 | -0/+134 |
| | | |||||
* | | Merge pull request #1680 from alex/simplification | Paul Kehrer | 2015-02-19 | 1 | -1/+1 |
|\ \ | | | | | | | Simplify x509.Name.get_attributes_for_oid | ||||
| * | | Simplify x509.Name.get_attributes_for_oid | Alex Gaynor | 2015-02-19 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #1679 from reaperhulk/libre-support | Alex Gaynor | 2015-02-19 | 6 | -15/+65 |
|\ \ | | | | | | | LibreSSL support | ||||
| * | | move some compression things around for libre | Paul Kehrer | 2015-02-19 | 1 | -4/+15 |
| | | | |||||
| * | | move COMP_METHOD define and change to typedef for libre | Paul Kehrer | 2015-02-19 | 1 | -8/+8 |
| | | | |||||
| * | | Update changelog for LibreSSL fixes | Steven McDonald | 2015-02-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | This changelog entry represents the previous three commits, which all fix compile- or test-time problems running against LibreSSL. | ||||
| * | | Allow the OpenSSL version string to begin with LibreSSL | Steven McDonald | 2015-02-19 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | LibreSSL aims to be source-compatible with OpenSSL, so there is no good reason to fail this test simply because the name has changed. | ||||
| * | | Disable features exclusive to newer OpenSSL when using LibreSSL | Steven McDonald | 2015-02-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Some features added to newer OpenSSL versions are absent in LibreSSL, so don't mark these as present if LIBRESSL_VERSION_NUMBER is defined. | ||||
| * | | Define COMP_METHOD when building against LibreSSL | Steven McDonald | 2015-02-19 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LibreSSL no longer uses compression in ssl.h, so the case that was formerly activated by defining OPENSSL_NO_COMP is now the default, and COMP_METHOD isn't defined (it's defined in comp.h, but that's no longer included by ssl.h). In order to make all the type definitions here line up with what's actually in LibreSSL's ssl.h, define COMP_METHOD as void. This definition is still compatible with the later type declaration in ssl.py: typedef ... COMP_METHOD; | ||||
| * | | conditionally bind cryptodev engine for LibreSSL | Paul Kehrer | 2015-02-19 | 1 | -2/+14 |
| | | | |||||
| * | | conditionally bind EGD for libressl | Paul Kehrer | 2015-02-19 | 1 | -4/+19 |
| | | | |||||
* | | | Merge pull request #1676 from alex/more-https | Paul Kehrer | 2015-02-19 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | This link is also HTTPS | ||||
| * | | This link is also HTTPS | Alex Gaynor | 2015-02-18 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #1672 from alex/https-all-the-things | Paul Kehrer | 2015-02-18 | 2 | -2/+2 |
|\ \ | | | | | | | Use HTTPS for a few URLs in the docs that support it | ||||
| * | | Use HTTPS for a few URLs in the docs that support it | Alex Gaynor | 2015-02-17 | 2 | -2/+2 |
|/ / | |||||
* | | Merge pull request #1671 from alex/update-link | Paul Kehrer | 2015-02-17 | 1 | -1/+1 |
|\ \ | | | | | | | Fixed a link that the EFF moved | ||||
| * | | Fixed a link that the EFF moved | Alex Gaynor | 2015-02-17 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #1670 from reaperhulk/pypy25 | Alex Gaynor | 2015-02-17 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | use pypy 2.5 on our os x builders | ||||
| * | | use pypy 2.5 on our os x builders | Paul Kehrer | 2015-02-17 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #1668 from reaperhulk/move-kdf-interfaces | Alex Gaynor | 2015-02-17 | 7 | -63/+92 |
|\ \ \ | | | | | | | | | move KDF interface | ||||
| * | | | move KDF interface | Paul Kehrer | 2015-02-16 | 7 | -63/+92 |
| |/ / |