summaryrefslogtreecommitdiffstats
path: root/common/ssl_calls.c
Commit message (Expand)AuthorAgeFilesLines
* move base64 functions to base64.cKoichiro IWAO2017-08-011-54/+0
* add base64_decode functionKoichiro IWAO2017-08-011-0/+54
* Change log level DEBUG -> WARNINGKoichiro IWAO2017-07-061-4/+4
* Reword log messages in ssl_get_protocols_from_string()Koichiro IWAO2017-07-061-4/+12
* move openssl calls to common/libssl.c, check for definesJay Sorg2017-06-221-1/+80
* common: if SSL_shutdown fails, only call one more timeJay Sorg2017-05-101-1/+1
* common: ssl_tls_write / read return 0 on socket closeJay Sorg2017-05-101-0/+8
* Eliminate APP_CC and DEFAULT_CCPavel Roskin2017-03-141-35/+34
* Include config_ac.h from all source filesPavel Roskin2017-03-041-0/+4
* TLS: new method to specify SSL/TLS versionKoichiro IWAO2017-02-271-6/+7
* common: use select for SSL_ERROR_WANT_READ, SSL_ERROR_WANT_WRITE tls errorsJay Sorg2017-02-251-10/+17
* Constify input arguments of ssl_mod_exp() and ssl_gen_key_xrdp1()Pavel Roskin2017-02-021-3/+3
* Remove support for OpenSSL older than 0.9.8Pavel Roskin2017-02-021-81/+0
* Merge pull request #426 from metalefty/log-tls-version-and-cipherIdan Freiberg2017-01-161-0/+14
|\
| * obey coding standard, no logic changeKoichiro IWAO2017-01-121-2/+2
| * TLS: log TLS version and cipherKoichiro IWAO2016-11-221-0/+14
* | Use "void" for empty argument list in declarationsPavel Roskin2017-01-051-1/+1
|/
* Use static inline functions for OpenSSL 1.0 backportPavel Roskin2016-11-011-15/+26
* Add backwards compatibility to OpenSSL < 1.1.0.Dominik George2016-10-271-0/+15
* Fix ssl_calls for OpenSSL 1.1.0, closes #458.Dominik George2016-10-271-31/+30
* always set SSL_OP_NO_SSLv2 in TLS optionsJay Sorg2016-08-251-4/+1
* new options for xrdp.ini disableSSlv3=yes and tls_ciphers=HIGH and code to im...Alex Illsley2016-08-251-5/+22
* Use g_new or g_new0 when C++ compiler would complain about implicit castPavel Roskin2016-07-081-1/+1
* Fix warnings detected by -Wwrite-stringsPavel Roskin2016-07-081-2/+2
* common: minor fix for older openssl keygenJay Sorg2016-02-221-1/+1
* common: fix for key generated smaller than asked forJay Sorg2016-02-221-12/+20
* rename g_tcp_can_recv to g_sck_can_recvJay Sorg2015-10-071-1/+1
* common: shut up some messages in ssl_tls_print_errorKoichiro IWAO2015-06-121-4/+0
* common: fix #248 TLS on FreeBSDKoichiro IWAO2015-06-111-31/+75
* ssl_calls: fix to read certificate chainsspeidy2014-12-101-6/+6
* common: avoid possible SSL_shutdown crashJay Sorg2014-12-021-2/+12
* common: move tls calls to ssl_callsJay Sorg2014-11-251-0/+270
* common: allow RSA keys bigger than 512 bitJay Sorg2014-06-051-2/+4
* common: add more fips ssl callsJay Sorg2014-02-231-0/+66
* common: check for nil in fips cleanupJay Sorg2014-02-231-1/+4
* common: added des3 calls for fipsJay Sorg2014-02-201-1/+78
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-191-228/+243
* add ssl init to commonJay Sorg2011-05-281-0/+18
* update copyright yearJay Sorg2010-10-191-1/+1
* update copyright yearjsorg712009-02-021-1/+1
* comment changejsorg712008-04-151-1/+1
* added support for if OLD_RSA_GEN1 is defined and changed unsigned char to tui8jsorg712008-04-151-13/+66
* update copyright yearjsorg712008-01-301-1/+1
* removed built in keygen funtion, wasn't working anywayjsorg712007-09-211-196/+7
* added rsa_builtin_keygen1 for older openssl librariesjsorg712007-07-181-2/+197
* added undef and error messagejsorg712007-07-031-0/+2
* check for old openssl library for key genjsorg712007-07-031-0/+9
* added keygen functionjsorg712007-06-161-2/+65
* copyright year updatejsorg712007-01-121-1/+1
* commit patch 1589325, slightly modified - code cleanupjsorg712006-11-041-3/+4