summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1409 from reaperhulk/0.6.1-changelog0.6.10.6.xAlex Gaynor2014-10-153-2/+13
|\ | | | | 0.6.1 changelog
| * update versionsPaul Kehrer2014-10-152-2/+2
| |
| * 0.6.1 changelogPaul Kehrer2014-10-151-0/+11
| |
* | Merge pull request #1403 from reaperhulk/backport-licenseAlex Gaynor2014-10-152-0/+203
|\ \ | | | | | | backport license fix to 0.6.x
| * | Merge pull request #1383 from maxking/masterAlex Gaynor2014-10-152-0/+203
| |/ | | | | | | Add license to cryptography_vectors tarball; solves #1377
* | Merge pull request #1404 from reaperhulk/backport-dsa-truncateAlex Gaynor2014-10-153-18/+58
|\ \ | | | | | | backport DSA truncation fix to 0.6.x
| * | Merge pull request #1384 from reaperhulk/fix-1382Alex Gaynor2014-10-153-18/+58
| |/ | | | | | | enable truncation for DSA digests prior to signing
* | Merge pull request #1406 from reaperhulk/backport-101j-fixesAlex Gaynor2014-10-154-14/+43
|\ \ | |/ |/| backport 1.0.1j fixes to 0.6.x
| * Make FreeBSD happy with this constantAlex Gaynor2014-10-151-1/+1
| |
| * Merge pull request #1405 from alex/fix-pkcs12-decrypt-failuresPaul Kehrer2014-10-154-14/+43
|/ | | | Handle PKCS12 decrypt failures with OpenSSL 1.0.1j
* Merge pull request #1369 from reaperhulk/sixth-release0.6Alex 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
| | |
* | | Merge pull request #1365 from reaperhulk/fix-ecnumbers-changelogAlex Gaynor2014-09-281-2/+2
|\ \ \ | |/ / |/| | fix links to ECWithNumbers classes in changelog
| * | fix links to ECWithNumbers classes in changelogPaul Kehrer2014-09-281-2/+2
|/ /
* | Merge pull request #1361 from reaperhulk/more-changelogAlex Gaynor2014-09-271-0/+17
|\ \ | | | | | | more changelog entries from the 0.6 cycle
| * | make it more obvious that the GCM bugs are with the C backendsPaul Kehrer2014-09-271-1/+1
| | |
| * | more changelog entries from the 0.6 cyclePaul Kehrer2014-09-271-0/+17
| | |
* | | Merge pull request #1345 from reaperhulk/ec-withnumbersAlex Gaynor2014-09-275-17/+147
|\ \ \ | | | | | | | | Elliptic Curve WithNumbers Support
| * | | fix invalid dict reference in testPaul Kehrer2014-09-271-1/+1
| | | |
| * | | refactor to use ctx manager and share logic with set_public_key_affinePaul Kehrer2014-09-272-41/+28
| | | |
| * | | fix naming mistake in the docs (for DSA and the new EC docs)Paul Kehrer2014-09-271-2/+2
| | | |
| * | | Support EC WithNumbers on OpenSSL backend + testsPaul Kehrer2014-09-272-2/+93
| | | |
| * | | add EC WithNumbers interfaces and docsPaul Kehrer2014-09-272-0/+52
| | |/ | |/|
* | | Merge pull request #1362 from reaperhulk/add-docs-badgeAlex Gaynor2014-09-271-0/+4
|\ \ \ | | | | | | | | add readthedocs badge
| * | | add readthedocs badgePaul Kehrer2014-09-271-0/+4
| | |/ | |/| | | | | | | fixes #1307
* | | Merge pull request #1360 from alex/missing-from-changelogPaul Kehrer2014-09-271-0/+5
|\ \ \ | |/ / |/| | Added changelog entry for serialization stuff