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