Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move base64 functions to base64.c | Koichiro IWAO | 2017-08-01 | 1 | -4/+0 |
| | |||||
* | add base64_decode function | Koichiro IWAO | 2017-08-01 | 1 | -0/+4 |
| | |||||
* | move openssl calls to common/libssl.c, check for defines | Jay Sorg | 2017-06-22 | 1 | -3/+6 |
| | |||||
* | Eliminate APP_CC and DEFAULT_CC | Pavel Roskin | 2017-03-14 | 1 | -33/+33 |
| | |||||
* | TLS: new method to specify SSL/TLS version | Koichiro IWAO | 2017-02-27 | 1 | -1/+1 |
| | | | | | | | SSL/TLS protocols only listed in ssl_protocols should be used. The name "ssl_protocols" comes from nginx. Resolves #428. | ||||
* | Constify input arguments of ssl_mod_exp() and ssl_gen_key_xrdp1() | Pavel Roskin | 2017-02-02 | 1 | -3/+3 |
| | |||||
* | TLS: log TLS version and cipher | Koichiro IWAO | 2016-11-22 | 1 | -0/+3 |
| | |||||
* | new options for xrdp.ini disableSSlv3=yes and tls_ciphers=HIGH and code to ↵ | Alex Illsley | 2016-08-25 | 1 | -1/+2 |
| | | | | implement | ||||
* | Use correct types for ssl and ctx fields in struct ssl_tls | Pavel Roskin | 2016-07-08 | 1 | -2/+2 |
| | |||||
* | Fix warnings detected by -Wwrite-strings | Pavel Roskin | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | common: move tls calls to ssl_calls | Jay Sorg | 2014-11-25 | 1 | -0/+28 |
| | |||||
* | common: add more fips ssl calls | Jay Sorg | 2014-02-23 | 1 | -0/+10 |
| | |||||
* | common: added des3 calls for fips | Jay Sorg | 2014-02-20 | 1 | -1/+11 |
| | |||||
* | copyright year update | Jay Sorg | 2013-06-08 | 1 | -1/+1 |
| | |||||
* | o moved from GNU General Public License to Apache License, Version 2.0 | Laxmikant Rashinkar | 2012-09-19 | 1 | -19/+17 |
| | | | | | 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/+4 |
| | |||||
* | update copyright year | Jay Sorg | 2010-10-19 | 1 | -1/+1 |
| | |||||
* | update copyright year | jsorg71 | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | update copyright year | jsorg71 | 2008-01-30 | 1 | -1/+1 |
| | |||||
* | added keygen function | jsorg71 | 2007-06-16 | 1 | -0/+3 |
| | |||||
* | copyright year update | jsorg71 | 2007-01-12 | 1 | -1/+1 |
| | |||||
* | commit patch 1589325, slightly modified - code cleanup | jsorg71 | 2006-11-04 | 1 | -0/+2 |
| | |||||
* | copyright year updates | jsorg71 | 2006-03-21 | 1 | -1/+1 |
| | |||||
* | added some APP_CC and changed ssl prefix | jsorg71 | 2005-11-26 | 1 | -31/+31 |
| | |||||
* | moving reverse to ssl_calls | jsorg71 | 2005-09-25 | 1 | -1/+2 |
| | |||||
* | moved some files around | jsorg71 | 2005-06-28 | 1 | -0/+55 |