aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1384 from reaperhulk/fix-1382Alex Gaynor2014-10-033-18/+58
|\ | | | | enable truncation for DSA digests prior to signing
| * update comment with info re: 0.9.8Paul Kehrer2014-10-031-1/+2
| |
| * add the missing file. i are senior dvlprPaul Kehrer2014-10-031-0/+35
| |
| * enable truncation for DSA digests prior to signingPaul Kehrer2014-10-032-18/+22
| | | | | | | | | | | | This works around a bug in OpenSSL 1.0.0, 1.0.0a, and 1.0.0b where SHA-2 is a supported signature algorithm but FIPS 186-3 truncation is not performed if the q value is smaller than the digest output length
* | Merge pull request #1383 from maxking/masterAlex Gaynor2014-10-022-0/+203
|\ \ | |/ |/| Add license to cryptography_vectors tarball; solves #1377
| * Add license to cryptography_vectors tarball; solves #1377maxking2014-10-022-0/+203
|/
* Merge pull request #1381 from alex/stop-generating-keysPaul Kehrer2014-10-011-21/+6
|\ | | | | Replace key generation with fixture usage in some tests
| * Replace key generation with fixture usage in some testsAlex Gaynor2014-10-011-21/+6
| |
* | Merge pull request #1379 from reaperhulk/update-multibackend-deprecationAlex Gaynor2014-10-012-120/+0
|\ \ | | | | | | update multibackend to remove deprecated methods
| * | update multibackend to remove deprecated methodsPaul Kehrer2014-10-012-120/+0
|/ /
* | Merge pull request #1378 from alex/remove-deprecatedPaul Kehrer2014-10-011-1/+0
|\ \ | |/ |/| Remove DeprecatedIn05
| * Remove DeprecatedIn05Alex Gaynor2014-09-301-1/+0
|/
* Merge pull request #1375 from alex/bump-deprecationPaul Kehrer2014-09-301-1/+1
|\ | | | | Bump pending -> deprecated to for things deprecated in 0.6
| * Bump pending -> deprecated to for things deprecated in 0.6Alex Gaynor2014-09-301-1/+1
| |
* | Merge pull request #1376 from reaperhulk/advance-dsa-deprecation-cycleAlex Gaynor2014-09-307-1022/+461
|\ \ | |/ |/| remove deprecated DSA classes/methods and update tests
| * remove deprecated DSA classes/methods and update testsPaul Kehrer2014-09-307-1022/+461
|/
* Merge pull request #1371 from reaperhulk/advance-rsa-deprecation-cycleAlex Gaynor2014-09-307-1101/+80
|\ | | | | Advance RSA deprecation cycle
| * remove rsa backend methods that are fully deprecated from backendPaul Kehrer2014-09-301-33/+0
| | | | | | | | interface
| * fix a coverage missPaul Kehrer2014-09-301-1/+1
| |
| * remove unused methodsPaul Kehrer2014-09-291-30/+0
| |
| * remove docs for fully deprecated classes/methodsPaul Kehrer2014-09-292-337/+0
| |
| * Remove deprecated RSA methods from backends, update testsPaul Kehrer2014-09-294-700/+79
| |
* | Merge pull request #1370 from reaperhulk/master-open-for-businessAlex Gaynor2014-09-293-2/+7
|\ \ | |/ |/| open master for seventh release development
| * open master for seventh release developmentPaul Kehrer2014-09-293-2/+7
|/
* Merge pull request #1369 from reaperhulk/sixth-releaseAlex Gaynor2014-09-293-6/+4
|\ | | | | Bump version and set changelog date for 0.6 release
| * Bump version and set changelog date for 0.6 releasePaul Kehrer2014-09-293-6/+4
|/
* Merge pull request #1367 from alex/line-lengthPaul Kehrer2014-09-292-3/+3
|\ | | | | Wrap lines appropriately
| * Wrap lines appropriatelyAlex Gaynor2014-09-292-3/+3
| |
* | Merge pull request #1368 from reaperhulk/update-doc8Alex Gaynor2014-09-292-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 timesPaul Kehrer2014-09-291-0/+1
| | |
| * | add an ignore path for doc8 + fix a long line causing failuresPaul Kehrer2014-09-292-4/+3
| |/
* | Merge pull request #1366 from reaperhulk/rebase-setup-fixDonald Stufft2014-09-291-8/+147
|\ \ | |/ |/| Rebased work around for side effects in setup.py script
| * Fix PEP-8 violationsPeter Odding2014-09-291-5/+10
| |
| * Fix for keywords_with_side_effects() (compatibility with pip metadata discovery)Peter Odding2014-09-291-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 Odding2014-09-291-12/+3
| |
| * Bullet proof (?) detection of arguments that don't need setup_requiresPeter Odding2014-09-291-11/+45
| |
| * Bug fix for implementation of dummy commandsPeter Odding2014-09-291-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 errorPeter Odding2014-09-291-1/+48
| |
| * PEP-8 fixes pointed out by Travis CIPeter Odding2014-09-291-3/+4
| |
| * Change nested dictionary literal to match house stylePeter Odding2014-09-291-4/+8
| |
| * Make sys.argv an argument of keywords_with_side_effects()Peter Odding2014-09-291-4/+7
| |
| * Work around for side effects in setup.py scriptPeter Odding2014-09-291-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-pypiPaul Kehrer2014-09-291-9/+19
|\ | | | | Refs #1224 -- try to purge PyPI after new tarball is uploaded
| * Added an explanatory comment.Alex Gaynor2014-09-281-0/+3
| |
| * line lengthAlex Gaynor2014-09-261-1/+3
| |
| * Refs #1224 -- try to purge PyPI after new tarball is uploadedAlex Gaynor2014-09-261-9/+14
| | | | | | | | Also reuse an HTTP connection for stuff
* | Merge pull request #1364 from public/remove-curvePaul Kehrer2014-09-283-54/+56
|\ \ | | | | | | Remove the curve parameter from OpenSSL EC keys
| * | Move _ec_key_curve_sn to openssl/ec.pyAlex Stapleton2014-09-283-27/+30
| | |
| * | Rename some ctx vars to ec_cdataAlex Stapleton2014-09-281-16/+16
| | |
| * | Remove curve parameter from OpenSSL EC keysAlex Stapleton2014-09-282-28/+27
| | |