Roman Ibragimov
Roman Ibragimov
@loutskiy what is the current status of this task?
It seems that websocketd support ssl connection. https://github.com/joewalnes/websocketd/issues/17
Need to generate ssl certificate with private key. Certificate must be signed by certificate agency. Next need to run websocketd server with following parameters: --ssl --sslcert=cert_file_name --sslkey=cert_priv_key_file --sslca=cert_ca_file_name
There is no clear solution for all platforms at this moment. Because of localhost we cannot use standard public CA for sign our ssl certificate. We need to use self...
I think at this moment it will be enough to use appreciable lang icon to show user, that current layout is en_US
duplicated by #93
About runtime dependencies: Is it necessary to link boos libraries dynamically? I think, it is preferable to use static link, because it is easily to deploy and I see no...
Not actual, because of #38
For developers It is need to figure out: - what runtime dependencies have keychain (command line app) and passentry gui app? - is it possible to make one cross compiled...
1) [ ] - Need to figure out is it necessary to use libdl for keychain. If we do not use libdl run time link errors will not occur. 2)...