Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 static inline functions for OpenSSL 1.0 backport | Pavel Roskin | 2016-11-01 | 1 | -15/+26 |
| | | | | | | | | Conditional preprocessor directives spread throughout the code set a bad example. The new backport code is located in one place. The compiler checks argument types. The backport code has no access to the caller variables. The main code has all advantages of the new, more compact API. | ||||
* | 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 ↵ | Alex Illsley | 2016-08-25 | 1 | -5/+22 |
| | | | | implement | ||||
* | 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 |
| | | | | | SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE are not fatal error but just indicate SSL_read, SSL_write, SSL_accept functions to repeat. | ||||
* | common: fix #248 TLS on FreeBSD | Koichiro IWAO | 2015-06-11 | 1 | -31/+75 |
| | | | | | | | | | According to document[1][2][3], retry when SSL_get_error returns SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. [1] https://www.openssl.org/docs/ssl/SSL_read.html [2] https://www.openssl.org/docs/ssl/SSL_write.html [3] https://www.openssl.org/docs/ssl/SSL_accept.html | ||||
* | 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 |
| | | | | | o applied new coding standards to all .c files o moved some files around | ||||
* | 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 |
| | |||||
* | need to include stdlib.h before opensll headers | jsorg71 | 2006-05-31 | 1 | -0/+1 |
| | |||||
* | copyright year updates | jsorg71 | 2006-03-21 | 1 | -1/+1 |
| | |||||
* | added some APP_CC and changed ssl prefix | jsorg71 | 2005-11-26 | 1 | -36/+37 |
| | |||||
* | gota use len in BN_bin2bn | jsorg71 | 2005-11-02 | 1 | -3/+3 |
| | |||||
* | moving reverse to ssl_calls | jsorg71 | 2005-09-25 | 1 | -6/+54 |
| | |||||
* | moved some files around | jsorg71 | 2005-06-28 | 1 | -0/+161 |