summaryrefslogtreecommitdiff
path: root/sslutils.c
Commit message (Expand)AuthorAgeFilesLines
* SSL: attempt to squelch a narrowing warning.Guy Harris2020-05-301-1/+1
* Remove some workarounds for old compilers.Guy Harris2019-08-091-9/+9
* Shut down SSL sessions semi-gracefully.Guy Harris2019-01-291-0/+19
* Don't use two sockets for the control connection.Guy Harris2019-01-091-8/+2
* Put the Windows-vs-non-Windows socket defines in <pcap/socket.h>.Guy Harris2019-01-091-0/+2
* Don't include pcap/pcap.h just to get SOCKET defined.Guy Harris2019-01-071-2/+0
* Make the key file and certificate file names local to sslutils.c.Guy Harris2019-01-071-3/+13
* Have the program using TLS decide how to deal with a failure to set TLS up.Guy Harris2019-01-071-12/+1
* Fix a narrowing warning.Guy Harris2019-01-061-2/+2
* Enable SSL compression (with -C)Cedric Cellier2018-09-131-47/+8
* TLS for rpcap: also encrypt the control socketCedric Cellier2018-09-131-33/+71
* Add SSL option for data socket of rpcapCedric Cellier2018-09-131-0/+228