runtime/Stunnel.py
2019-03-13 Andrey Skvortsov Fix crash in runtime if PSK secret is missing
2019-03-11 Edouard Tisserant check_sources.sh makes me become even less productive
2018-11-20 Edouard Tisserant IDManager : refactored a bit, moved some code into PSKManagement.py. Now captures URI and PSK on new PYRO(S) and propose them when editing URI. Import/export still to be implemented.
2018-10-30 Edouard Tisserant PSK : Stunnel and/or OpenSSL (undocumented) handles PSK better without special chars, apparently
2018-10-30 Edouard Tisserant PYRO PSK: adjusted cipher and key length to be usable with openSSL 1.0.2k.
2018-10-29 Edouard Tisserant Automatically get PSK and ID when connecting to PYRO[S], so that future connection through PYROS can use that same key. Also fixed case to UPPER for *PSK.
2018-10-23 Edouard Tisserant Runtime : Ensure that a random PSK secret compatible with stunnel is generated if -s commandline switch is used. Stunnel service is restarted after generation, using spawn_subprocess. TODO : give stunnel restart command as a commandline parameter.
2018-10-23 Edouard Tisserant Small cosmetic change to enhance readability and avoid confusion.