summaryrefslogtreecommitdiff
path: root/sslutils.h
Commit message (Expand)AuthorAgeFilesLines
* Shut down SSL sessions semi-gracefully.Guy Harris2019-01-291-0/+1
* Don't use two sockets for the control connection.Guy Harris2019-01-091-1/+0
* Include pcap/socket.h before any OpenSSL headers.Guy Harris2019-01-091-1/+1
* Put the Windows-vs-non-Windows socket defines in <pcap/socket.h>.Guy Harris2019-01-091-1/+1
* Don't include pcap/pcap.h just to get SOCKET defined.Guy Harris2019-01-071-1/+1
* Make the key file and certificate file names local to sslutils.c.Guy Harris2019-01-071-8/+2
* Have the program using TLS decide how to deal with a failure to set TLS up.Guy Harris2019-01-071-1/+1
* Have and use a _U_NOSSL_ that is _U_ if we don't have OpenSSL.Guy Harris2019-01-061-0/+6
* Don't include config.h twice.Guy Harris2019-01-061-4/+0
* Fix a narrowing warning.Guy Harris2019-01-061-2/+2
* Enable SSL compression (with -C)Cedric Cellier2018-09-131-1/+1
* TLS for rpcap: also encrypt the control socketCedric Cellier2018-09-131-4/+9
* Add SSL option for data socket of rpcapCedric Cellier2018-09-131-0/+65