Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-20Add casts required for C++ CI and OpenSSL 3.xmatt335672
2022-01-28Improve wrapping of openssl modulematt335672
2022-01-20OpenSSL 3.x compatibilitymatt335672
2022-01-19const fixes for SSL callsmatt335672
2021-06-21Improve quality of SSL loggingmatt335672
2021-01-07Load any private key type, not just RSA (#1776)matt335672
2020-12-22Moved a lot of string funcs to string_calls modulematt335672
2020-11-17Fix SSL compiler warningAlexandre Quesnel
2018-09-14Add TLSv1.3 supportKoichiro IWAO
2018-05-21fix issue #1112: set SSL object's read_ahead flag to be 0daixj
2018-04-10xrdp: add OpenSSL version to --versionKoichiro IWAO
2018-03-22common: ssl_calls: add support for OpenSSL>=1.1.0 API for DH keysspeidy
2018-03-21common: ssl_calls: check if SSL object created right after its creation.speidy
2018-03-18common: temporarily disable DHEKoichiro IWAO
2018-03-01common: regenerate dhparamKoichiro IWAO
2018-03-01common: obey coding style, remove trailing spaceKoichiro IWAO
2018-03-01add support for DHE ciphers via compiled in dhparamEnrico Tagliavini
2018-03-01enable automatic ECDH when possible (openssl 1.0.2)Enrico Tagliavini
2018-02-20common: log what value is set to tls_ciphersKoichiro IWAO
2017-11-23common: avoid 100% cpu on ssl accept, can be fake clientJay Sorg
2017-08-01move base64 functions to base64.cKoichiro IWAO
2017-08-01add base64_decode functionKoichiro IWAO
2017-07-06Change log level DEBUG -> WARNINGKoichiro IWAO
2017-07-06Reword log messages in ssl_get_protocols_from_string()Koichiro IWAO
2017-06-22move openssl calls to common/libssl.c, check for definesJay Sorg
2017-05-11common: if SSL_shutdown fails, only call one more timeJay Sorg
2017-05-11common: ssl_tls_write / read return 0 on socket closeJay Sorg
2017-03-14Eliminate APP_CC and DEFAULT_CCPavel Roskin
2017-03-04Include config_ac.h from all source filesPavel Roskin
2017-02-27TLS: new method to specify SSL/TLS versionKoichiro IWAO
2017-02-26common: use select for SSL_ERROR_WANT_READ, SSL_ERROR_WANT_WRITE tls errorsJay Sorg
2017-02-03Constify input arguments of ssl_mod_exp() and ssl_gen_key_xrdp1()Pavel Roskin
2017-02-03Remove support for OpenSSL older than 0.9.8Pavel Roskin
2017-01-16Merge pull request #426 from metalefty/log-tls-version-and-cipherIdan Freiberg
2017-01-12obey coding standard, no logic changeKoichiro IWAO
2017-01-06Use "void" for empty argument list in declarationsPavel Roskin
2016-11-22TLS: log TLS version and cipherKoichiro IWAO
2016-11-01Use static inline functions for OpenSSL 1.0 backportPavel Roskin
2016-10-27Add backwards compatibility to OpenSSL < 1.1.0.Dominik George
2016-10-27Fix ssl_calls for OpenSSL 1.1.0, closes #458.Dominik George
2016-08-25always set SSL_OP_NO_SSLv2 in TLS optionsJay Sorg
2016-08-25new options for xrdp.ini disableSSlv3=yes and tls_ciphers=HIGH and code to im...Alex Illsley
2016-07-08Use g_new or g_new0 when C++ compiler would complain about implicit castPavel Roskin
2016-07-08Fix warnings detected by -Wwrite-stringsPavel Roskin
2016-02-22common: minor fix for older openssl keygenJay Sorg
2016-02-22common: fix for key generated smaller than asked forJay Sorg
2015-10-08rename g_tcp_can_recv to g_sck_can_recvJay Sorg
2015-06-12common: shut up some messages in ssl_tls_print_errorKoichiro IWAO
2015-06-11common: fix #248 TLS on FreeBSDKoichiro IWAO
2014-12-10ssl_calls: fix to read certificate chainsspeidy