Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change as_bytes to private_bytes, link more things | Paul Kehrer | 2015-02-28 | 7 | -27/+30 |
| | |||||
* | linkify some things per review, fix an import | Paul Kehrer | 2015-02-28 | 2 | -3/+9 |
| | |||||
* | add more docs stuff from review that I missed | Paul Kehrer | 2015-02-27 | 2 | -3/+8 |
| | |||||
* | add exact byte test | Paul Kehrer | 2015-02-27 | 1 | -0/+17 |
| | |||||
* | address review feedback | Paul Kehrer | 2015-02-27 | 3 | -11/+15 |
| | |||||
* | listify a parametrized test | Paul Kehrer | 2015-02-25 | 1 | -1/+1 |
| | |||||
* | rename dump to as_bytes | Paul Kehrer | 2015-02-25 | 7 | -24/+24 |
| | |||||
* | fix docs | Paul Kehrer | 2015-02-25 | 1 | -5/+5 |
| | |||||
* | address review comments | Paul Kehrer | 2015-02-25 | 10 | -124/+113 |
| | |||||
* | Support for traditional OpenSSL and PKCS8 RSA private key serialization | Paul Kehrer | 2015-02-25 | 11 | -10/+410 |
| | |||||
* | Merge pull request #1699 from alex/deprecated-names-serialization | Paul Kehrer | 2015-02-25 | 1 | -33/+28 |
|\ | | | | | Fixed the use of deprecated names in the serialization tests | ||||
| * | Fixed the use of deprecated names in the serialization tests | Alex Gaynor | 2015-02-24 | 1 | -33/+28 |
|/ | |||||
* | Merge pull request #1696 from alex/rsa-dsa-tests-move | Paul Kehrer | 2015-02-24 | 2 | -6/+6 |
|\ | | | | | Updated RSA and DSA tests for moved classes | ||||
| * | Updated RSA and DSA tests for moved classes | Alex Gaynor | 2015-02-24 | 2 | -6/+6 |
| | | |||||
* | | Merge pull request #1698 from alex/docs-syntax-error | Paul Kehrer | 2015-02-24 | 2 | -5/+4 |
|\ \ | |/ |/| | Fixed a syntax error in the docs | ||||
| * | Fixed links in the docs | Alex Gaynor | 2015-02-24 | 2 | -4/+3 |
| | | |||||
| * | Fixed a syntax error in the docs | Alex Gaynor | 2015-02-24 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1694 from alex/x509-test-move | Paul Kehrer | 2015-02-24 | 1 | -9/+7 |
|\ | | | | | Updated tests for classes that have been moved | ||||
| * | This module has been renamed. | Alex Gaynor | 2015-02-23 | 1 | -9/+7 |
|/ | |||||
* | Merge pull request #1693 from alex/update-docs | Paul Kehrer | 2015-02-23 | 1 | -2/+2 |
|\ | | | | | Updated docs for new API | ||||
| * | Updated docs for new API | Alex Gaynor | 2015-02-23 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #1610 from reaperhulk/load-der-keys | Alex Gaynor | 2015-02-23 | 7 | -5/+455 |
|\ | | | | | DER key loading support for the OpenSSL backend | ||||
| * | remove unneeded parens | Paul Kehrer | 2015-02-22 | 1 | -2/+2 |
| | | |||||
| * | free PKCS8_PRIV_KEY_INFO * and reuse membio for der loading | Paul Kehrer | 2015-02-22 | 2 | -8/+12 |
| | | |||||
| * | fix docs for unsupportedalgorithm exception (thanks nitpicky) | Paul Kehrer | 2015-02-19 | 1 | -2/+2 |
| | | |||||
| * | move gc above potential exception | Paul Kehrer | 2015-02-19 | 1 | -2/+2 |
| | | |||||
| * | add examples | Paul Kehrer | 2015-02-19 | 1 | -0/+41 |
| | | |||||
| * | support DER public and private key loading in the openssl backend | Paul Kehrer | 2015-02-19 | 6 | -5/+410 |
| | | |||||
* | | 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 |
| | |