New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.0.0RC1: Updating TLS implementation; providing for ECDHE w/ a curve of the user's choice. #145
Merged
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
ab3b742
Tests and examples no longer rely on JS now that we use native websoc…
jMyles b2d83c6
Moving SSL services from contrib into the project proper. Also, maki…
jMyles 72cf44b
Refactoring and smoothing the TLS services.
jMyles dbb07a8
New option, "https_only"
jMyles 5314031
Different listening messages for TLS vs non-TLS.
jMyles 3926fbc
autobahn is required for native websockets.
jMyles 580dc19
Reflect new opened issue re: TLS with cryptography EC keys.
jMyles 3b79615
Some new requires for dev.
jMyles ed978c7
Dividing custom content factories into two: one that does a curve spe…
jMyles e4af29c
Example TLS server, using simple requests client and validating self-…
jMyles 89c7395
Versions for pesky Python 2 compatibility. We'll drop it soon, right?
jMyles
Jump to file or symbol
Failed to load files and symbols.
Diff settings
| @@ -1,24 +1,28 @@ | ||
| [[source]] | ||
| url = "https://pypi.python.org/simple" | ||
| name = "pypi" | ||
| verify_ssl = true | ||
| [packages] | ||
| twisted = "*" | ||
| "zope.interface" = "*" | ||
| watchdog = "*" | ||
| "jinja2" = "*" | ||
| pychalk = "*" | ||
| "service-identity" = "*" | ||
| "zope-interface" = "*" | ||
| service-identity = "*" | ||
| zope-interface = "*" | ||
| six = "*" | ||
| autobahn = "*" | ||
| [dev-packages] | ||
| django = "<2.0" | ||
| flask = "*" | ||
| [requires] | ||
| python_version = "3.5" | ||
| cryptography = "*" | ||
| ipython = "<6.0.0" | ||
| "urllib3" = "*" | ||
| requests = "*" |
345
Pipfile.lock
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
ProTip!
Use n and p to navigate between commits in a pull request.