Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1383 from maxking/master | Alex Gaynor | 2014-10-02 | 2 | -0/+203 |
|\ | | | | | Add license to cryptography_vectors tarball; solves #1377 | ||||
| * | Add license to cryptography_vectors tarball; solves #1377 | maxking | 2014-10-02 | 2 | -0/+203 |
|/ | |||||
* | Merge pull request #1381 from alex/stop-generating-keys | Paul Kehrer | 2014-10-01 | 1 | -21/+6 |
|\ | | | | | Replace key generation with fixture usage in some tests | ||||
| * | Replace key generation with fixture usage in some tests | Alex Gaynor | 2014-10-01 | 1 | -21/+6 |
| | | |||||
* | | Merge pull request #1379 from reaperhulk/update-multibackend-deprecation | Alex Gaynor | 2014-10-01 | 2 | -120/+0 |
|\ \ | | | | | | | update multibackend to remove deprecated methods | ||||
| * | | update multibackend to remove deprecated methods | Paul Kehrer | 2014-10-01 | 2 | -120/+0 |
|/ / | |||||
* | | Merge pull request #1378 from alex/remove-deprecated | Paul Kehrer | 2014-10-01 | 1 | -1/+0 |
|\ \ | |/ |/| | Remove DeprecatedIn05 | ||||
| * | Remove DeprecatedIn05 | Alex Gaynor | 2014-09-30 | 1 | -1/+0 |
|/ | |||||
* | Merge pull request #1375 from alex/bump-deprecation | Paul Kehrer | 2014-09-30 | 1 | -1/+1 |
|\ | | | | | Bump pending -> deprecated to for things deprecated in 0.6 | ||||
| * | Bump pending -> deprecated to for things deprecated in 0.6 | Alex Gaynor | 2014-09-30 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #1376 from reaperhulk/advance-dsa-deprecation-cycle | Alex Gaynor | 2014-09-30 | 7 | -1022/+461 |
|\ \ | |/ |/| | remove deprecated DSA classes/methods and update tests | ||||
| * | remove deprecated DSA classes/methods and update tests | Paul Kehrer | 2014-09-30 | 7 | -1022/+461 |
|/ | |||||
* | Merge pull request #1371 from reaperhulk/advance-rsa-deprecation-cycle | Alex Gaynor | 2014-09-30 | 7 | -1101/+80 |
|\ | | | | | Advance RSA deprecation cycle | ||||
| * | remove rsa backend methods that are fully deprecated from backend | Paul Kehrer | 2014-09-30 | 1 | -33/+0 |
| | | | | | | | | interface | ||||
| * | fix a coverage miss | Paul Kehrer | 2014-09-30 | 1 | -1/+1 |
| | | |||||
| * | remove unused methods | Paul Kehrer | 2014-09-29 | 1 | -30/+0 |
| | | |||||
| * | remove docs for fully deprecated classes/methods | Paul Kehrer | 2014-09-29 | 2 | -337/+0 |
| | | |||||
| * | Remove deprecated RSA methods from backends, update tests | Paul Kehrer | 2014-09-29 | 4 | -700/+79 |
| | | |||||
* | | Merge pull request #1370 from reaperhulk/master-open-for-business | Alex Gaynor | 2014-09-29 | 3 | -2/+7 |
|\ \ | |/ |/| | open master for seventh release development | ||||
| * | open master for seventh release development | Paul Kehrer | 2014-09-29 | 3 | -2/+7 |
|/ | |||||
* | Merge pull request #1369 from reaperhulk/sixth-release | Alex Gaynor | 2014-09-29 | 3 | -6/+4 |
|\ | | | | | Bump version and set changelog date for 0.6 release | ||||
| * | Bump version and set changelog date for 0.6 release | Paul Kehrer | 2014-09-29 | 3 | -6/+4 |
|/ | |||||
* | Merge pull request #1367 from alex/line-length | Paul Kehrer | 2014-09-29 | 2 | -3/+3 |
|\ | | | | | Wrap lines appropriately | ||||
| * | Wrap lines appropriately | Alex Gaynor | 2014-09-29 | 2 | -3/+3 |
| | | |||||
* | | Merge pull request #1368 from reaperhulk/update-doc8 | Alex Gaynor | 2014-09-29 | 2 | -3/+3 |
|\ \ | | | | | | | add an ignore path for doc8 + fix a long line causing failures | ||||
| * | | re-add line I accidentally removed by hitting dd one too many times | Paul Kehrer | 2014-09-29 | 1 | -0/+1 |
| | | | |||||
| * | | add an ignore path for doc8 + fix a long line causing failures | Paul Kehrer | 2014-09-29 | 2 | -4/+3 |
| |/ | |||||
* | | Merge pull request #1366 from reaperhulk/rebase-setup-fix | Donald Stufft | 2014-09-29 | 1 | -8/+147 |
|\ \ | |/ |/| | Rebased work around for side effects in setup.py script | ||||
| * | Fix PEP-8 violations | Peter Odding | 2014-09-29 | 1 | -5/+10 |
| | | |||||
| * | Fix for keywords_with_side_effects() (compatibility with pip metadata discovery) | Peter Odding | 2014-09-29 | 1 | -3/+26 |
| | | | | | | | | | | Fixes a bug in 9e34c14b344f49d0721edc79d14ea5fc9c067d07 as described in https://github.com/pyca/cryptography/pull/1257#issuecomment-48855243 | ||||
| * | Simplify dummy commands (fix inheritance, remove finalize_options()) | Peter Odding | 2014-09-29 | 1 | -12/+3 |
| | | |||||
| * | Bullet proof (?) detection of arguments that don't need setup_requires | Peter Odding | 2014-09-29 | 1 | -11/+45 |
| | | |||||
| * | Bug fix for implementation of dummy commands | Peter Odding | 2014-09-29 | 1 | -1/+7 |
| | | | | | | | | | | Pointed out by Jenkins: https://jenkins.cryptography.io/job/cryptography-pr-experimental/2163/ | ||||
| * | Replace commands that depend on setup_requires with no-op that raises error | Peter Odding | 2014-09-29 | 1 | -1/+48 |
| | | |||||
| * | PEP-8 fixes pointed out by Travis CI | Peter Odding | 2014-09-29 | 1 | -3/+4 |
| | | |||||
| * | Change nested dictionary literal to match house style | Peter Odding | 2014-09-29 | 1 | -4/+8 |
| | | |||||
| * | Make sys.argv an argument of keywords_with_side_effects() | Peter Odding | 2014-09-29 | 1 | -4/+7 |
| | | |||||
| * | Work around for side effects in setup.py script | Peter Odding | 2014-09-29 | 1 | -8/+33 |
|/ | | | | | | | Disables setup_requires and related magic for setup.py commands clean, egg_info and sdist and the options --version and --help. See also https://github.com/pyca/cryptography/issues/1253 | ||||
* | Merge pull request #1359 from alex/purge-pypi | Paul Kehrer | 2014-09-29 | 1 | -9/+19 |
|\ | | | | | Refs #1224 -- try to purge PyPI after new tarball is uploaded | ||||
| * | Added an explanatory comment. | Alex Gaynor | 2014-09-28 | 1 | -0/+3 |
| | | |||||
| * | line length | Alex Gaynor | 2014-09-26 | 1 | -1/+3 |
| | | |||||
| * | Refs #1224 -- try to purge PyPI after new tarball is uploaded | Alex Gaynor | 2014-09-26 | 1 | -9/+14 |
| | | | | | | | | Also reuse an HTTP connection for stuff | ||||
* | | Merge pull request #1364 from public/remove-curve | Paul Kehrer | 2014-09-28 | 3 | -54/+56 |
|\ \ | | | | | | | Remove the curve parameter from OpenSSL EC keys | ||||
| * | | Move _ec_key_curve_sn to openssl/ec.py | Alex Stapleton | 2014-09-28 | 3 | -27/+30 |
| | | | |||||
| * | | Rename some ctx vars to ec_cdata | Alex Stapleton | 2014-09-28 | 1 | -16/+16 |
| | | | |||||
| * | | Remove curve parameter from OpenSSL EC keys | Alex Stapleton | 2014-09-28 | 2 | -28/+27 |
| | | | |||||
* | | | Merge pull request #1365 from reaperhulk/fix-ecnumbers-changelog | Alex Gaynor | 2014-09-28 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | fix links to ECWithNumbers classes in changelog | ||||
| * | | fix links to ECWithNumbers classes in changelog | Paul Kehrer | 2014-09-28 | 1 | -2/+2 |
|/ / | |||||
* | | Merge pull request #1361 from reaperhulk/more-changelog | Alex Gaynor | 2014-09-27 | 1 | -0/+17 |
|\ \ | | | | | | | more changelog entries from the 0.6 cycle | ||||
| * | | make it more obvious that the GCM bugs are with the C backends | Paul Kehrer | 2014-09-27 | 1 | -1/+1 |
| | | |