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 pull request mobius-software-ltd#3 from mcfreis/master
Update "Patched ssl-Module with SSL_BUILD_*- and ERR_*- constants and added aliases for wrap_server() and wrap_client()"
- Loading branch information
Showing
6 changed files
with
166 additions
and
133 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,17 @@ | ||
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() | ||
|
||
* dtls/__init__.py: Added DtlsSocket() from wrapper and aliases for wrap_server() and wrap_client() | ||
* dtls/err.py: Added patch_ssl_errors() to patch ssl-Module with ERR_* constants | ||
* dtls/patch.py: Patched ssl-Module with SSL_BUILD_* constants and added call to patch_ssl_errors() | ||
* dtls/wrapper.py: | ||
- Added a server and client function to alias/wrap DtlsSocket() creation | ||
- Cleanup of DtlsSocket.__init__() | ||
- Cleanup of exception handling in all member methods | ||
- Cleanup sendto() from client: no endless loop and first do a connect if not already connected | ||
* dtls/test/unit_wrapper.py: Adopt the changes made described above | ||
|
||
2017-03-17 Björn Freise <[email protected]> | ||
|
||
Added a wrapper for a DTLS-Socket either as client or server - including unit tests | ||
|
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
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
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
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.