- 13 Mar, 2018 1 commit
-
-
deuce authored
SSLv3 (!) and even SSLv2(!!) clients still in the wild. Sysops aren't expected to be able to fix other peoples ancient broken stuff.
-
- 10 Mar, 2018 7 commits
-
-
deuce authored
about these.
-
deuce authored
-
rswindell authored
-
deuce authored
-
rswindell authored
ssl.c(210): warning C4013: 'asprintf' undefined; assuming extern returning int
-
deuce authored
-
deuce authored
Things return allocated pointers with errors in them now. FTP server updated, the rest to follow "soon".
-
- 09 Mar, 2018 5 commits
- 05 Mar, 2018 2 commits
- 03 Mar, 2018 1 commit
-
-
deuce authored
TLS servers without all of them needing to separately load the ssl certificate. It's destroyed in free_scfg(), and the config *must* be prepped both to destroy the certificate and to load it. This is because the "no cert" value is -1, not 0, so the prepped flag is all we really have to indicate if it's zero because it's a valid certificate or zero because no certificate has been loaded.
-
- 01 Mar, 2018 1 commit
-
-
deuce authored
-
- 20 Feb, 2018 1 commit
-
-
rswindell authored
-
- 19 Feb, 2018 1 commit
-
-
deuce authored
was successfully initialized. Make it do that.
-
- 17 Feb, 2018 1 commit
-
-
rswindell authored
(e.g. to query the version) until/unless the library has been successfully initialized (and that could happen from the web server or the terminal/SSH server or a secure service that uses TLS).
-
- 15 Feb, 2018 5 commits
- 14 Feb, 2018 2 commits
- 04 Oct, 2015 2 commits
- 23 Aug, 2015 6 commits
-
-
deuce authored
get_ssl_cert() prototype.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
This means moving ssl.o into libsbbs.so and out of libwebsrvr.so. I'll fix Windows in a minute (?).
-
deuce authored
allocated attribute string values or NULL for an error. Also, add free_crypt_attrstr() because Windows sucks.
-
- 20 Aug, 2015 3 commits
-
-
deuce authored
string.
-
deuce authored
-
deuce authored
New Features: - Multiple bindings for each service Use comma-separated interfaces on Interface= lines in the ini file. Default is now "0.0.0.0,::" - IPv6 support - TLS support for the webserver and (non-static) services New TLS option in services.ini (ie: Options=TLS) - Decrease LEN_SCAN_CMD to 35 chars, increase the CID field to 45 chars, and rename the MAIL_CMD string to IPADDR. I think this frees up the note field for SysOp use.
-
- 29 Aug, 2014 1 commit
-
-
deuce authored
Only used in IPv6 patch right now.
-