forked from mobius-software-ltd/pyton3-dtls
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'refs/remotes/origin/master' into clean-…
…redo-in-steps
- Loading branch information
Showing
17 changed files
with
2,311 additions
and
2,295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,20 @@ | ||
2017-03-28 Björn Freise <[email protected]> | ||
|
||
Minor fixes and "hopefully" compatible to Ubuntu 16.04 | ||
|
||
* dtls/__init__.py: Removed wrapper import | ||
* dtls/openssl.py: Fixed line endings to LF | ||
* dtls/patch.py: Removed PROTOCOL_SSLv3 import and fixed line endings to LF | ||
* dtls/sslconnection.py: Fixed line endings to LF | ||
* dtls/test/certs/*_ec.pem: Fixed line endings to LF | ||
* dtls/test/echo_seq.py: Fixed line endings to LF | ||
* dtls/test/simple_client.py: Fixed line endings to LF | ||
* dtls/test/unit.py: Fixed line endings to LF | ||
* dtls/test/unit_wrapper.py: Corrected wrapper import and fixed line endings to LF | ||
* dtls/util.py: Fixed line endings to LF | ||
* dtls/wrapper.py: Corrected function naming to wrap_client() and wrap_server(); Fixed line endings to LF | ||
* dtls/x509.py: Fixed line endings to LF | ||
|
||
2017-03-23 Björn Freise <[email protected]> | ||
|
||
Patched ssl-Module with SSL_BUILD_*- and ERR_*- constants and added aliases for wrap_server() and wrap_client() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.