index
:
xrdp-proprietary
master
ulab-next
ulab-next-nosound
ulab-original
Donated space for related uLab project
TDE Gitea Workspace
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
ssl_calls.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
move base64 functions to base64.c
Koichiro IWAO
2017-08-01
1
-54
/
+0
*
add base64_decode function
Koichiro IWAO
2017-08-01
1
-0
/
+54
*
Change log level DEBUG -> WARNING
Koichiro IWAO
2017-07-06
1
-4
/
+4
*
Reword log messages in ssl_get_protocols_from_string()
Koichiro IWAO
2017-07-06
1
-4
/
+12
*
move openssl calls to common/libssl.c, check for defines
Jay Sorg
2017-06-22
1
-1
/
+80
*
common: if SSL_shutdown fails, only call one more time
Jay Sorg
2017-05-10
1
-1
/
+1
*
common: ssl_tls_write / read return 0 on socket close
Jay Sorg
2017-05-10
1
-0
/
+8
*
Eliminate APP_CC and DEFAULT_CC
Pavel Roskin
2017-03-14
1
-35
/
+34
*
Include config_ac.h from all source files
Pavel Roskin
2017-03-04
1
-0
/
+4
*
TLS: new method to specify SSL/TLS version
Koichiro IWAO
2017-02-27
1
-6
/
+7
*
common: use select for SSL_ERROR_WANT_READ, SSL_ERROR_WANT_WRITE tls errors
Jay Sorg
2017-02-25
1
-10
/
+17
*
Constify input arguments of ssl_mod_exp() and ssl_gen_key_xrdp1()
Pavel Roskin
2017-02-02
1
-3
/
+3
*
Remove support for OpenSSL older than 0.9.8
Pavel Roskin
2017-02-02
1
-81
/
+0
*
Merge pull request #426 from metalefty/log-tls-version-and-cipher
Idan Freiberg
2017-01-16
1
-0
/
+14
|
\
|
*
obey coding standard, no logic change
Koichiro IWAO
2017-01-12
1
-2
/
+2
|
*
TLS: log TLS version and cipher
Koichiro IWAO
2016-11-22
1
-0
/
+14
*
|
Use "void" for empty argument list in declarations
Pavel Roskin
2017-01-05
1
-1
/
+1
|
/
*
Use static inline functions for OpenSSL 1.0 backport
Pavel Roskin
2016-11-01
1
-15
/
+26
*
Add backwards compatibility to OpenSSL < 1.1.0.
Dominik George
2016-10-27
1
-0
/
+15
*
Fix ssl_calls for OpenSSL 1.1.0, closes #458.
Dominik George
2016-10-27
1
-31
/
+30
*
always set SSL_OP_NO_SSLv2 in TLS options
Jay Sorg
2016-08-25
1
-4
/
+1
*
new options for xrdp.ini disableSSlv3=yes and tls_ciphers=HIGH and code to im...
Alex Illsley
2016-08-25
1
-5
/
+22
*
Use g_new or g_new0 when C++ compiler would complain about implicit cast
Pavel Roskin
2016-07-08
1
-1
/
+1
*
Fix warnings detected by -Wwrite-strings
Pavel Roskin
2016-07-08
1
-2
/
+2
*
common: minor fix for older openssl keygen
Jay Sorg
2016-02-22
1
-1
/
+1
*
common: fix for key generated smaller than asked for
Jay Sorg
2016-02-22
1
-12
/
+20
*
rename g_tcp_can_recv to g_sck_can_recv
Jay Sorg
2015-10-07
1
-1
/
+1
*
common: shut up some messages in ssl_tls_print_error
Koichiro IWAO
2015-06-12
1
-4
/
+0
*
common: fix #248 TLS on FreeBSD
Koichiro IWAO
2015-06-11
1
-31
/
+75
*
ssl_calls: fix to read certificate chains
speidy
2014-12-10
1
-6
/
+6
*
common: avoid possible SSL_shutdown crash
Jay Sorg
2014-12-02
1
-2
/
+12
*
common: move tls calls to ssl_calls
Jay Sorg
2014-11-25
1
-0
/
+270
*
common: allow RSA keys bigger than 512 bit
Jay Sorg
2014-06-05
1
-2
/
+4
*
common: add more fips ssl calls
Jay Sorg
2014-02-23
1
-0
/
+66
*
common: check for nil in fips cleanup
Jay Sorg
2014-02-23
1
-1
/
+4
*
common: added des3 calls for fips
Jay Sorg
2014-02-20
1
-1
/
+78
*
o moved from GNU General Public License to Apache License, Version 2.0
Laxmikant Rashinkar
2012-09-19
1
-228
/
+243
*
add ssl init to common
Jay Sorg
2011-05-28
1
-0
/
+18
*
update copyright year
Jay Sorg
2010-10-19
1
-1
/
+1
*
update copyright year
jsorg71
2009-02-02
1
-1
/
+1
*
comment change
jsorg71
2008-04-15
1
-1
/
+1
*
added support for if OLD_RSA_GEN1 is defined and changed unsigned char to tui8
jsorg71
2008-04-15
1
-13
/
+66
*
update copyright year
jsorg71
2008-01-30
1
-1
/
+1
*
removed built in keygen funtion, wasn't working anyway
jsorg71
2007-09-21
1
-196
/
+7
*
added rsa_builtin_keygen1 for older openssl libraries
jsorg71
2007-07-18
1
-2
/
+197
*
added undef and error message
jsorg71
2007-07-03
1
-0
/
+2
*
check for old openssl library for key gen
jsorg71
2007-07-03
1
-0
/
+9
*
added keygen function
jsorg71
2007-06-16
1
-2
/
+65
*
copyright year update
jsorg71
2007-01-12
1
-1
/
+1
*
commit patch 1589325, slightly modified - code cleanup
jsorg71
2006-11-04
1
-3
/
+4
[next]