connectors/PYRO/PSK_Adapter.py
2019-04-16 Edouard Tisserant pep8 again...
2019-04-16 Edouard Tisserant PEP8 fix : ./connectors/PYRO/PSK_Adapter.py:49:1: E302 expected 2 blank lines, found 1
2019-04-10 Edouard Tisserant Allow starting IDE without sslpsk module installed. Fail when connecting to PYROS if sslpsk unavailable.
2019-03-13 Andrey Skvortsov Fix header and convert comments to docstrings in PSK_Adapter
2019-03-13 Andrey Skvortsov Fix Pyro work with SSL wrapper (sslpsk)
2019-03-13 Andrey Skvortsov Fix various pylint and pep8 errors
2019-03-13 Andrey Skvortsov Fix invalid python3 syntax
2019-03-11 Edouard Tisserant check_sources.sh makes me become even less productive
2018-10-30 Edouard Tisserant PYRO PSK: adjusted cipher and key length to be usable with openSSL 1.0.2k.
2018-10-22 Edouard Tisserant Fixed PYRO's PSK_Adapter : monkey patching was breaking non-PSK protocol, and import ssl was missing.
2018-10-19 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
2018-10-18 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
2018-10-18 Edouard Tisserant PYRO/TLSPSK : fixed typos, used appropriate ciphers (https://github.com/drbild/sslpsk/issues/3), use PYROPSK instead of unresolvable PYROLOCPSK.
2018-10-15 Edouard Tisserant Replaced PYROSSL with PYROPSK.