summaryrefslogtreecommitdiffstats
path: root/runtime/nsd_gtls.c
Commit message (Collapse)AuthorAgeFilesLines
...
* added $InputTCPServerStreamDriverMode config directiveRainer Gerhards2008-04-301-3/+3
|
* restructured netstrm driver layerRainer Gerhards2008-04-301-0/+3
| | | | | | | the new structure prevents repetitive loads and unloads of driver files; it also has less overhead The "select" and regular driver are now contained in a single file.
* server handshake now works with nonblocking socketsRainer Gerhards2008-04-301-1/+8
|
* made plain tcp syslog via TLS work on the serverRainer Gerhards2008-04-301-5/+122
| | | | ... but so far only in blocking mode
* added $ActionSendStreamDriverMode config directiveRainer Gerhards2008-04-281-3/+27
|
* fixed memory leaksRainer Gerhards2008-04-281-3/+4
|
* made gtls server driver work in plain tcp modeRainer Gerhards2008-04-251-6/+85
|
* added select() driver for GnuTlsRainer Gerhards2008-04-241-17/+5
|
* made this compile with the new abstracted socket server callsRainer Gerhards2008-04-241-9/+2
| | | | | undid some invalid changes during merge plus did a few wrappers. Compiles, but does not yet work.
* improved TLS session closureRainer Gerhards2008-04-181-5/+22
|
* first working TLS-enabled plain TCP senderRainer Gerhards2008-04-181-5/+112
| | | | | implemented a first working version of a TLS-enabled plain TCP sender (but, of course, the implementation is insecure as it is)
* set stage for TLS client implementationRainer Gerhards2008-04-181-0/+259