Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-26 | Enabling SSL_CTX configuration by using SSL_CONF_cmd(). | Andrey Suvorov | 1 | -0/+14 | |
To perform various configuration operations on SSL_CTX, OpenSSL provides SSL_CONF_cmd(). Specifically, to configure ciphers for a listener, "CipherString" and "Ciphersuites" file commands are used: https://www.openssl.org/docs/man1.1.1/man3/SSL_CONF_cmd.html This feature can be configured in the "tls/conf_commands" section. | |||||
2018-09-20 | Added SSL/TLS support on connection level. | Igor Sysoev | 1 | -4/+4 | |
2017-01-17 | Initial version. | Igor Sysoev | 1 | -0/+184 | |