Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-14 | Merge branch 'master' into ecdsa-deterministic | Alex Gaynor | |
Conflicts: paramiko/ecdsakey.py | |||
2014-04-14 | Merge pull request #296 from alex/remove-unused | Jeff Forcier | |
Remove unused function | |||
2014-04-14 | Derp | Jeff Forcier | |
2014-04-14 | Merge branch '295-int' | Jeff Forcier | |
2014-04-14 | Changelog, closes #295 | Jeff Forcier | |
2014-04-14 | Errything uses intersphinx to Python | Jeff Forcier | |
2014-04-14 | Merge remote-tracking branch 'alex/hashlib-hashes' into 295-int | Jeff Forcier | |
2014-04-14 | Merge pull request #232 from alex/patch-1 | Jeff Forcier | |
Removed an unused import. | |||
2014-04-06 | Nuke Fab-oriented link color override | Jeff Forcier | |
2014-04-06 | Wow. Just wow. | Jeff Forcier | |
2014-04-06 | Put blog into a branch | Jeff Forcier | |
2014-04-06 | Use newer alabaster w/ showhidden in sidebar TOC | Jeff Forcier | |
Lets us not have 2x TOCs on landing page | |||
2014-04-06 | Formatting | Jeff Forcier | |
2014-04-01 | Merge branch '1.13' | Jeff Forcier | |
2014-04-01 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
2014-04-01 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
2014-04-01 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
2014-04-01 | This setting no longer needed & causes warnings if left in | Jeff Forcier | |
2014-04-01 | Fix broken tag-tree links in changelog | Jeff Forcier | |
2014-04-01 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
2014-04-01 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
2014-04-01 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
2014-04-01 | Merge branch '1.13' | Jeff Forcier | |
2014-04-01 | Minor site cleanup | Jeff Forcier | |
2014-04-01 | Use deterministic signatures for ECDSA keys. | Alex Gaynor | |
This is now considered the preffered approach across the board for ECDSA. This is because with the traditional, random "k" parameter for ECDSA, any entropy problems at all, even a single bit, about "k", results in a complete compromise (see https://en.wikipedia.org/wiki/ECDSA#Security). The deterministic algorithm doesn't have this downside. | |||
2014-03-31 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
2014-03-31 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
2014-03-31 | Merge branch '1.10' into 1.11 | Jeff Forcier | |
2014-03-31 | Merge branch '1.13' | Jeff Forcier | |
2014-03-31 | Link back to WWW in docs sidebar | Jeff Forcier | |
2014-03-29 | Remove unused function | Alex Gaynor | |
2014-03-29 | Switched hash functions from PyCrypto to hashlib. | Alex Gaynor | |
There's a few advantages to this: 1) It's probably fast, OpenSSL, which typically backs hashlib, receives far more attention for optimizaitons than PyCrypto. 2) It's the first step to supporting PyPy, where PyCrypto doesn't run. | |||
2014-03-27 | Forgot to explicitly note python 2.5 drop in changelog for py3 | Jeff Forcier | |
2014-03-22 | Merge branch '1.13' | Jeff Forcier | |
2014-03-22 | Fixes #275 -- upload wheels as a part of the release process | Alex Gaynor | |
Requires teh latest version of invocations from git | |||
2014-03-22 | Merge branch 'master' of github.com:paramiko/paramiko | Jeff Forcier | |
2014-03-22 | Merge branch '1.13' | Jeff Forcier | |
2014-03-22 | Expand changelog to include #292 | Jeff Forcier | |
2014-03-22 | Merge branch '1.13' | Jeff Forcier | |
2014-03-22 | Revert "Revert "Add a setup.cfg identifying this package as universal"" | Jeff Forcier | |
This reverts commit 341a66635197f3c2681cfb9395d7baa3496503e3. | |||
2014-03-22 | Revert "Revert "Changelog fixes #290"" | Jeff Forcier | |
This reverts commit bd81c94825747f082c9c066abab8136d9831a3f2. | |||
2014-03-22 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
2014-03-22 | Merge branch '1.11' into 1.12 | Jeff Forcier | |
2014-03-22 | Revert "Changelog fixes #290" | Jeff Forcier | |
This reverts commit 270dacaf33279bed2ae599d718183cec541e032d. | |||
2014-03-22 | Revert "Add a setup.cfg identifying this package as universal" | Jeff Forcier | |
This reverts commit 61e32319fc9f0390818e518a4890766d1253a165. | |||
2014-03-22 | Merge pull request #292 from alex/patch-3 | Jeff Forcier | |
Fixes #275 -- upload wheels as a part of the release process | |||
2014-03-22 | Fixes #275 -- upload wheels as a part of the release process | Alex Gaynor | |
Requires teh latest version of invocations from git | |||
2014-03-22 | Merge branch '1.13' | Jeff Forcier | |
2014-03-22 | Merge branch '1.12' into 1.13 | Jeff Forcier | |
2014-03-22 | Merge branch '1.11' into 1.12 | Jeff Forcier | |