connectors/PYRO/PSK_Adapter.py
Tue, 16 Apr 2019 14:45:41 +0200 Edouard Tisserant pep8 again...
Tue, 16 Apr 2019 13:32:32 +0200 Edouard Tisserant PEP8 fix : ./connectors/PYRO/PSK_Adapter.py:49:1: E302 expected 2 blank lines, found 1
Wed, 10 Apr 2019 21:36:12 +0200 Edouard Tisserant Allow starting IDE without sslpsk module installed. Fail when connecting to PYROS if sslpsk unavailable.
Wed, 13 Mar 2019 15:54:17 +0300 Andrey Skvortsov Fix header and convert comments to docstrings in PSK_Adapter
Wed, 13 Mar 2019 15:43:45 +0300 Andrey Skvortsov Fix Pyro work with SSL wrapper (sslpsk)
Wed, 13 Mar 2019 11:47:03 +0300 Andrey Skvortsov Fix various pylint and pep8 errors
Wed, 13 Mar 2019 10:19:30 +0300 Andrey Skvortsov Fix invalid python3 syntax
Mon, 11 Mar 2019 01:03:32 +0100 Edouard Tisserant check_sources.sh makes me become even less productive
Tue, 30 Oct 2018 09:45:47 +0100 Edouard Tisserant PYRO PSK: adjusted cipher and key length to be usable with openSSL 1.0.2k.
Mon, 22 Oct 2018 12:58:10 +0200 Edouard Tisserant Fixed PYRO's PSK_Adapter : monkey patching was breaking non-PSK protocol, and import ssl was missing.
Fri, 19 Oct 2018 13:29:52 +0200 Edouard Tisserant Fix PYROPSK protocol configuration. After a few iteration of trial and error it appears that TSLv1 and PSK ciphers needs to be specified
Thu, 18 Oct 2018 13:17:48 +0200 Edouard Tisserant PYRO/TLSPSK : must use PYROLOC* protocol scheme in pyro URI, otherwise object ID is missing. Had to use more persuasive pyro3 monkey patching to have PYROLOCPSK resolved properly
Thu, 18 Oct 2018 11:01:14 +0200 Edouard Tisserant PYRO/TLSPSK : fixed typos, used appropriate ciphers (https://github.com/drbild/sslpsk/issues/3), use PYROPSK instead of unresolvable PYROLOCPSK.
Mon, 15 Oct 2018 16:26:59 +0200 Edouard Tisserant Replaced PYROSSL with PYROPSK.