Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add gpg key fingerprint for skeuomorf | Mohammed Attia | 2014-10-15 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1398 from reaperhulk/fix-1389 | Alex Gaynor | 2014-10-14 | 2 | -1/+17 |
|\ | | | | | if EC_KEY_check_key fails consume errors off stack (+ add test) | ||||
| * | if EC_KEY_check_key fails consume errors off stack (+ add test) | Paul Kehrer | 2014-10-14 | 2 | -1/+17 |
|/ | |||||
* | Merge pull request #1397 from alex/looser-dsa | Paul Kehrer | 2014-10-14 | 2 | -110/+4 |
|\ | | | | | Fixed #1392 -- allow more combinations of p and q's bit lengths | ||||
| * | Fixed #1392 -- allow more combinations of p and q's bit lengths | Alex Gaynor | 2014-10-13 | 2 | -110/+4 |
| | | |||||
* | | Merge pull request #1395 from Ayrx/update-faq | Paul Kehrer | 2014-10-11 | 1 | -29/+0 |
|\ \ | |/ |/| | Remove outdated information from FAQ. | ||||
| * | Remove outdated information from FAQ. | Terry Chia | 2014-10-11 | 1 | -29/+0 |
|/ | |||||
* | Merge pull request #1393 from alex/clean-up-error-message | Alex Stapleton | 2014-10-09 | 1 | -3/+6 |
|\ | | | | | Improved error message | ||||
| * | Improved error message | Alex Gaynor | 2014-10-08 | 1 | -3/+6 |
| | | |||||
* | | Merge pull request #1391 from alex/clean-up-test | Paul Kehrer | 2014-10-09 | 1 | -3/+0 |
|\ \ | |/ |/| | Remove the EC PARAMETERS section from the PEM | ||||
| * | Remove the EC PARAMETERS section from the PEM | Alex Gaynor | 2014-10-08 | 1 | -3/+0 |
|/ | |||||
* | Merge pull request #1384 from reaperhulk/fix-1382 | Alex Gaynor | 2014-10-03 | 3 | -18/+58 |
|\ | | | | | enable truncation for DSA digests prior to signing | ||||
| * | update comment with info re: 0.9.8 | Paul Kehrer | 2014-10-03 | 1 | -1/+2 |
| | | |||||
| * | add the missing file. i are senior dvlpr | Paul Kehrer | 2014-10-03 | 1 | -0/+35 |
| | | |||||
| * | enable truncation for DSA digests prior to signing | Paul Kehrer | 2014-10-03 | 2 | -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/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 |
| | |